itay livni
10/26/2019, 5:53 AMtask
completed do something. Something like TaskRunner
state.is_successful()
but in a flow
.Jeremiah
all_success
trigger and one with a all_failed
triggeritay livni
10/26/2019, 5:32 PMtask
state
inside a flow
? Is there something like some_task,state.is_success
?Chris White
Chris White
itay livni
10/26/2019, 5:46 PMChris White
ifelse
branchitay livni
10/26/2019, 5:52 PMChris White
False
--> then the ifelse
operator will branch based on command success / failureitay livni
10/26/2019, 8:37 PM