Hi Robert, I believe that by default, calling multiple tasks in a flow causes them to run sequentially. If a task fails, the tasks that are downstream of the failed task run are not executed, and the flow fails. If the flow doesn't return a value, the final state of the flow run is determined by the states of all the tasks. So, if any task run fails, the final flow run state is
Failed