We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bee1c7 commit 15aaec1Copy full SHA for 15aaec1
message_passing/introduction/starter.py
@@ -1,6 +1,5 @@
1
import asyncio
2
3
-from temporalio import common
4
from temporalio.client import Client, WorkflowUpdateStage
5
6
from message_passing.introduction.workflow import (
@@ -17,7 +16,6 @@ async def main():
17
16
GreetingWorkflow.run,
18
id="greeting-workflow-1234",
19
task_queue="message-passing-introduction-task-queue",
20
- id_reuse_policy=common.WorkflowIDReusePolicy.TERMINATE_IF_RUNNING,
21
)
22
23
supported_languages = await wf_handle.query(
0 commit comments