Skip to content

Commit 867a870

Browse files
authored
Fixes Task Queue name on the Encryption (temporalio#63)
1 parent e99b986 commit 867a870

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

encryption/starter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async def main():
2323
GreetingWorkflow.run,
2424
"Temporal",
2525
id=f"encryption-workflow-id",
26-
task_queue="encryption",
26+
task_queue="encryption-task-queue",
2727
)
2828
print(f"Workflow result: {result}")
2929

0 commit comments

Comments
 (0)