pause_flow_run is pretty cool. Is this new?
# pacc-feb-13-14-2024
j
pause_flow_run is pretty cool. Is this new?
👍 1
Can you have the 'gui' of the pause_flow_run in a different format other than prefect?
j
relatively new - a month or so old
👍 1
a
is there a prefect API via which we can trigger the paused flow to resume? (or via a webhook call)
j
Like pause it for input outside the UI? You can have a flow send input that it is waiting for.
a
yup. got it
j
Yeah, you could call a webhook (we will see in next module).
👍 1
That creates an event. The event could contain a payload that could go into a deployment run.
That deployment could send input to a paused flow run.
🙏 1