Skip to content

Commit 361cc46

Browse files
committed
Update json
1 parent 26c5fe3 commit 361cc46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BasicWorkflowSamples/basicworkflows.http

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ POST {{dapr_url}}/v1.0-alpha1/workflows/dapr/ChainingWorkflow/{{workflow_id}}/st
2424
Content-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
7373
Content-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

0 commit comments

Comments
 (0)