Skip to content

Commit 809f80a

Browse files
Update task_chaining.py (#777)
typo on step number Signed-off-by: Kendall <[email protected]> Co-authored-by: Elena Kolevska <[email protected]>
1 parent 5921174 commit 809f80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/workflow/task_chaining.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def task_chain_workflow(ctx: wf.DaprWorkflowContext, wf_input: int):
3131
return [result1, result2, result3]
3232

3333

34-
@wfr.activity(name='step10')
34+
@wfr.activity(name='step1')
3535
def step1(ctx, activity_input):
3636
print(f'Step 1: Received input: {activity_input}.')
3737
# Do some work

0 commit comments

Comments
 (0)