Skip to content

Commit 6c20201

Browse files
committed
responded to comment
1 parent bfc22ca commit 6c20201

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hello/hello_change_log_level.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ async def main():
5050
client = await Client.connect("localhost:7233")
5151
async with Worker(
5252
client,
53-
task_queue="hello-task-queue",
53+
task_queue="hello-change-log-level-task-queue",
5454
workflows=[GreetingWorkflow],
5555
):
5656
await client.execute_workflow(
5757
GreetingWorkflow.run,
58-
id="hello-workflow-id",
59-
task_queue="hello-task-queue",
58+
id="hello-change-log-level-workflow-id",
59+
task_queue="hello-change-log-level-task-queue",
6060
)
6161

6262

0 commit comments

Comments
 (0)