Type to start searching...

Join

Properties
description : string

Join description.

layout : string

name : string

Step name.

type

Specifies whether all concurrent activites must be completed before proceeding to the next step.

Valid values based on“string”.
all

Proceed to the next step only when all concurrent activities within the Join finish. Execution is single-thread, alternating between branches as necessary.

any

Proceed to the next step when the first activity withing the Join finishes. All others are rolled back. Execution is single-thread, alternating between branches as necessary.

Content
  • Sequence of:

    • Activity [1..*] - Step within a Join of a Workflow. e.g. Activity, TimerEvent, Try, Branch...

Parents