# Parallel Aggregation

Wait for the specified preceding parallel branches to finish running before continuing execution. This should be used in conjunction with the Parallel Execution app.

image-20241007191244700

# Input

image-20241007191322420
  • All

    Requires waiting for all preceding parallel branches to finish running before continuing execution.

  • Any

    Only needs to wait for any one of the preceding branches to finish running before continuing execution.

  • Custom

    Requires waiting for specified preceding branches to finish running before continuing execution.

# Output

None

lastUpdated: 3/21/2025, 10:30:31 AM