remove await
Browse files- maintenance_flow.py +1 -1
maintenance_flow.py
CHANGED
|
@@ -23,7 +23,7 @@ def request_wells_maintenance(maintenance_type):
|
|
| 23 |
Please finish the maintenance and enter your name:
|
| 24 |
"""
|
| 25 |
|
| 26 |
-
user_input =
|
| 27 |
wait_for_input=UserInput.with_initial_data(
|
| 28 |
description=description_md, name=" "
|
| 29 |
),timeout = 300
|
|
|
|
| 23 |
Please finish the maintenance and enter your name:
|
| 24 |
"""
|
| 25 |
|
| 26 |
+
user_input = pause_flow_run(
|
| 27 |
wait_for_input=UserInput.with_initial_data(
|
| 28 |
description=description_md, name=" "
|
| 29 |
),timeout = 300
|