Skip to content

Commit

Permalink
Fix comment to point to ClusterManagerWorkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhoskins-temporal committed Oct 2, 2024
1 parent e6befdd commit c388c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_passing/introduction/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class GreetingWorkflow:

# 👉 This Workflow does not use any async handlers and so cannot use any
# Activities. It only supports two languages, whose greetings are hardcoded
# in the Workflow definition. See GreetingWorkflowWithAsyncHandler below for
# in the Workflow definition. See ClusterManagerWorkflow for
# a Workflow that uses an async Update handler to call an Activity.

def __init__(self) -> None:
Expand Down

0 comments on commit c388c57

Please sign in to comment.