We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc22ca commit 6c20201Copy full SHA for 6c20201
1 file changed
hello/hello_change_log_level.py
@@ -50,13 +50,13 @@ async def main():
50
client = await Client.connect("localhost:7233")
51
async with Worker(
52
client,
53
- task_queue="hello-task-queue",
+ task_queue="hello-change-log-level-task-queue",
54
workflows=[GreetingWorkflow],
55
):
56
await client.execute_workflow(
57
GreetingWorkflow.run,
58
- id="hello-workflow-id",
59
+ id="hello-change-log-level-workflow-id",
60
)
61
62
0 commit comments