From c3fbe7bf41c7e75d8eda6b64e3b9995fb657e7f8 Mon Sep 17 00:00:00 2001 From: Till Rohrmann Date: Wed, 19 Feb 2025 21:08:36 +0100 Subject: [PATCH] Fix instructions for Rust example --- rust/basics/src/p3_workflows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/basics/src/p3_workflows.rs b/rust/basics/src/p3_workflows.rs index df02d54a..1ce4beb9 100644 --- a/rust/basics/src/p3_workflows.rs +++ b/rust/basics/src/p3_workflows.rs @@ -71,7 +71,7 @@ Check the README to learn how to run Restate. curl localhost:8080/SignupWorkflow/userid1/run/send -H 'content-type: application/json' -d '{ "name": "Bob", "email": "bob@builder.com" }' - Resolve the email link via: - curl localhost:8080/SignupWorkflow/userid1/click -H 'content-type: application/json' -d '{ "secret": "xxx"}' + curl localhost:8080/SignupWorkflow/userid1/click -H 'content-type: application/json' -d '""' - Attach back to the workflow to get the result: curl localhost:8080/restate/workflow/SignupWorkflow/userid1/attach