Skip to main content
Skip table of contents

g_Activity_Join

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:

Parents

Parent topic: g_Activity_Decision_Branch

Parent topic: g_Activity_Loop

Parent topic: g_Activity_Semaphore

Parent topic: g_Activity_TryCatch_Try

Parent topic: g_Activity_TryCatch_Catch

Parent topic: Workflow

Parent topic: g_Activity_Join_Activity

Parent topic: g_Activity_Queue_TimerEvent

Parent topic: g_Activity_Queue_ClassEvent

Parent topic: g_Activity_Queue_ProcessEvent

Parent topic: g_Activity_Queue_ManualEvent

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.