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
now we use --dependency=afterany:"$SWF__JOB_ID" so the next job runs if the previous one has finished.
Sometimes an array has one failure and that lets the next step execute.
I think afterok would only allow the next step if all the previous ones are sucessful
The text was updated successfully, but these errors were encountered:
now we use
--dependency=afterany:"$SWF__JOB_ID"
so the next job runs if the previous one has finished.Sometimes an array has one failure and that lets the next step execute.
I think
afterok
would only allow the next step if all the previous ones are sucessfulThe text was updated successfully, but these errors were encountered: