Bug Description
If you have an iterator in a workflow, it will have loop, return and completed branches.
If you then add an If/Else node to the loop branch, it will remove the return and completed branches, so there are no longer the necessary branches to allow the iterator to complete.
Notice two of the earlier branches are now gone.
I have tried manually add them back, but obviously not successfully as my loop never completes one round.
As a result, the Workflow Run remains Runnng forever. If I stop it, it moves to Stopping but never actually completes
This is on paid/hosted twentycrm, so the latest version I assume.