We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc8df1 commit 0cdfaaaCopy full SHA for 0cdfaaa
examples/workflow/simple_aio_client.py
@@ -144,7 +144,9 @@ async def main():
144
# Resume Test
145
await wf_client.resume_workflow(instance_id=instance_id)
146
metadata = await wf_client.get_workflow_state(instance_id=instance_id)
147
- print(f'Get response from {workflow_name} after resume call: {metadata.runtime_status.name}')
+ print(
148
+ f'Get response from {workflow_name} after resume call: {metadata.runtime_status.name}'
149
+ )
150
151
await asyncio.sleep(2) # Give the workflow time to reach the event wait state
152
await wf_client.raise_workflow_event(
0 commit comments