When contacts are added in another workflow, sometimes we need to execute actions IMMEDIATELY after they have completed the workflow.
The current solution is to add an If/Else action to check if contact is still active in a workflow or not and a GoTo loop + maybe a Wait (time delay) to check again in case the contact is still active.
However, the time delay is just an estimate and doesn't allow us to proceed to the next automation steps immediately after they complete the other workflow.
It would be great if there is a Wait condition that becomes true when contacts have completed a specified workflow. Or an additional settings in the "Add to Workflow" action that triggers when the contact has completed the workflow they've been added to. Or both :)