Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't spawn new workflow child on abort
If status check node aborted and has "abort with statuscheck" flag set, don't spawn a new workflow child node for the next step. This fixes a race condition where the serial reconciler spawns a new child node in the window between the statuscheck node aborting and the abort status being propagated to the parent. Signed-off-by: Graham Brereton <graham.brereton@form3.tech>