Reconnect workflow after conditional actions

This feature request is to provide the functionality to join separate actions in a workflow to reconnect workflows that were previously split due to a if/else or conditional statement. For example, today a user can use an if/else to split the workflow into separate flows, perform actions specific to that condition, but can never converge back into a single flow which may have common actions for the remainder of the workflow. In many cases a user may want to split the workflow based on a condition, perform some actions specific to that condition, then later converge back to a common series of actions to complete the workflow.