Skip to content

Commit

Permalink
Merge branch 'master' into hh-100309
Browse files Browse the repository at this point in the history
  • Loading branch information
hhunter-ms authored Jul 17, 2023
2 parents fd89882 + 18d93c6 commit 372792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo_workflow/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
workflowOptions["task_queue"] = "testQueue"
eventName = "event1"
eventData = "eventData"
nonExistentIDError = "No such instance exists"
nonExistentIDError = "no such instance exists"

def hello_world_wf(ctx: DaprWorkflowContext, input):
print(f'{input}')
Expand Down

0 comments on commit 372792c

Please sign in to comment.