---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Ending workflows with multiple branches

# Ending workflows with multiple branches {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

A workflow is complete when it reaches the End activity, even if
there are still active branches of the workflow in progress. To ensure that both branches are
completed, add a Join activity to resolve the branches.

For example, the following figure shows a workflow with two branches that execute
independently. When Task 1 and Task 2 of Branch B are completed, the workflow is marked complete
even if the Branch A tasks are not completed.  
Abbildung : 1. Workflow with uncompleted branch

For both branches to complete, add a Join activity to resolve the
branches. When one branch reaches the join, the workflow waits for the other branch. When both
branches are complete, the workflow reaches the end. The Incomplete
condition of the a Join activity is met only if one of the branches cannot
be completed.  
Abbildung : 2. Workflow with completed branches

