Hi everyone! I have a flow with several tasks. Is it possible to end (change the state to Failed) an active task from its parent flow? My use case is that I'm trying to cause a flow to fail if some criteria is met. However, changing the state of the flow to Failed doesn't actually end the flow until the active tasks finish running. Is there a way to interrupt and end these active tasks? I see that there's
set_task_run_state
using the client; however, I've had no luck accessing the task UUID from the scope of the flow (when I use get_run_context, or read_flow_run, information about the tasks are not populated, maybe because they are still active?). Is this possible?