A Custom Join combines parallel paths from an OR-Split back into the normal flow, and it evaluates a rule expression. This join reunites the paths back to a single thread of processing when all inputs are satisfied and the condition evaluates to true. Both the inputs and decision must be satisfied before the join completes.
A Custom Join is used to unite alternate flows resulting from an OR-split.