Samuel Hinton
06/30/2023, 8:27 AMJenny
06/30/2023, 9:09 AMSamuel Hinton
06/30/2023, 9:12 AMJenny
06/30/2023, 9:17 AMpause_flow_run
pauses your flow run until a user presses resume from the UI at which point the run resumes. So you would:
1. Run your initial tasks
2. Call pause_flow_run - the run is paused
3. A user presses resume in the UI - the flow runs resumes
4. Your other tasks are run
Or am I missing something there?Samuel Hinton
06/30/2023, 9:21 AM