Join

Description

The Join action waits for all parallel branches at the same level to complete before running the next action(s).

Usage

By default, actions in a workflow run sequentially. To organize actions into separate branches and run those branches at the same time, you can execute parallel branches, and then join those branches later in your workflow.