Skip to content

Commit 15aaec1

Browse files
committed
Delete TERMINATE_IF_RUNNING
1 parent 9bee1c7 commit 15aaec1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: message_passing/introduction/starter.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import asyncio
22

3-
from temporalio import common
43
from temporalio.client import Client, WorkflowUpdateStage
54

65
from message_passing.introduction.workflow import (
@@ -17,7 +16,6 @@ async def main():
1716
GreetingWorkflow.run,
1817
id="greeting-workflow-1234",
1918
task_queue="message-passing-introduction-task-queue",
20-
id_reuse_policy=common.WorkflowIDReusePolicy.TERMINATE_IF_RUNNING,
2119
)
2220

2321
supported_languages = await wf_handle.query(

0 commit comments

Comments
 (0)