Nico Neumann
03/14/2022, 2:23 PMFlow(..., state_handlers=[…])
but the callback is called on the system where the flow is executed. My idea is to use StartFlowRun
e.g. on my local computer which starts the flow in AWS cloud. And every time the state changes (submitted
, running
, canceled
, etc.) a local callback function is called where I see the state
and flow_run_id
.Kevin Kho
03/14/2022, 2:58 PMAnna Geller
03/14/2022, 5:49 PMNico Neumann
03/15/2022, 10:55 AM