File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ POST {{dapr_url}}/v1.0-alpha1/workflows/dapr/ChainingWorkflow/{{workflow_id}}/st
2424Content-Type: application/json
2525
2626{
27- "input" : " Marc "
27+ "input" : " World "
2828}
2929
3030### Get status for Chaining workflow
@@ -40,9 +40,9 @@ Content-Type: application/json
4040
4141{
4242 "input" : [
43- " Alice " ,
44- " Kendall " ,
45- " Sam "
43+ " Amsterdam " ,
44+ " Chicago " ,
45+ " New York "
4646 ]
4747}
4848
@@ -73,7 +73,7 @@ POST {{dapr_url}}/v1.0-alpha1/workflows/dapr/TimerWorkflow/{{workflow_id}}/start
7373Content-Type: application/json
7474
7575{
76- "input" : { "DateTime" : " 2023-05-15T19:30 :00+00:00" , "Name" : " Marc " }
76+ "input" : { "DateTime" : " 2023-05-29T13:44 :00+00:00" , "Name" : " World " }
7777}
7878
7979### Get status for Timer workflow
You can’t perform that action at this time.
0 commit comments