Vincent
09/22/2020, 12:52 PMDarragh
09/22/2020, 1:30 PMJim Crist-Harif
09/22/2020, 1:59 PMYou’d also need to implement a check inside the mapped task to poll for when the sub flow completesIf you're using the
FlowRunTask
, note that there's the wait
kwarg which if set to True
will wait until the flow run has completed and set the task state as the result of the run flow.Darragh
09/22/2020, 3:12 PMVincent
09/22/2020, 3:17 PM