---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://www.servicenow.com/docs/r/servicenow-platform

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Join workflow activity

# Join workflow
activity {#r_JoinActivity__el3_3ks_3x}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The Join activity unites multiple execution paths into one transition.{#r_JoinActivity__wf-join-activity-shortdesc}
Use this activity to cause a workflow to wait for all activities in multiple paths to
finish before continuing. If multiple concurrent workflow paths meet without a
Join activity, any subsequent activities execute twice.

To add Join to the canvas, click Submit. On the canvas, connect
incoming transitions from each activity you want to act as a predecessor to the Join
activity. Then connect outgoing transitions to the two exit conditions: Complete and
Incomplete.

## Results

Provide an Incomplete transition out of a Join whenever it is possible for any predecessor activities to follow a transition path that does not lead to the Join activity.{#r_JoinActivity__table_np5_snl_sq__entry__2}

| Result | Description |
|-|-|
| Complete | Join exits along the Complete path when the system has determined that all predecessor activities have completed and transitioned to the Join. |
| Incomplete | Join exits along the Incomplete path when the system determines that at least one predecessor activity completed but transitioned along a path that bypassed the Join activity. |
[Table 1. Join activity results]

{#r_JoinActivity__table_np5_snl_sq}

