Skip to content

Commit 69219c2

Browse files
Merge branch 'release-1.15' into wf-docs
2 parents 28a322b + 149d722 commit 69219c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/demo_workflow/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,15 @@ def main():
139139

140140
# Pause Test
141141
d.pause_workflow(instance_id=instance_id, workflow_component=workflow_component)
142+
sleep(5)
142143
get_response = d.get_workflow(
143144
instance_id=instance_id, workflow_component=workflow_component
144145
)
145146
print(f'Get response from {workflow_name} after pause call: {get_response.runtime_status}')
146147

147148
# Resume Test
148149
d.resume_workflow(instance_id=instance_id, workflow_component=workflow_component)
150+
sleep(5)
149151
get_response = d.get_workflow(
150152
instance_id=instance_id, workflow_component=workflow_component
151153
)

0 commit comments

Comments
 (0)