You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below workflow didn't execute Nested6 for subsequent items in listed, if it fails for any item in listed. Basically if last running concurrent nested task is failed than it marks the staged task as completed and didn't pick the next task from staged items.
I have proposed a change which worked for me in a PR #221. Where I have update the TASK_STATE_MACHINE_DATA map for current state to new state for event events.ACTION_FAILED_TASK_DORMANT_ITEMS_INCOMPLETE: statuses.RUNNING.
The below workflow didn't execute
Nested6
for subsequent items inlisted
, if it fails for any item inlisted
. Basically if last running concurrent nested task is failed than it marks the staged task as completed and didn't pick the next task from staged items.I have proposed a change which worked for me in a PR #221. Where I have update the
TASK_STATE_MACHINE_DATA
map for current state to new state for eventevents.ACTION_FAILED_TASK_DORMANT_ITEMS_INCOMPLETE: statuses.RUNNING
.The text was updated successfully, but these errors were encountered: