2024 April Release

Enum COOWF@1.1:JoinType Permanent link for this heading

This enumeration defines the different ways the workflow can complete after finishing an activity.

Values Permanent link for this heading

Name

Value

Description

JOIN_AND

1

AND Join

defines that all previous instance elements have to be completed before the follower is started.

JOIN_OR_PREVSTOP

2

OR Join, Other Not Already Started Predecessor Activities Are Skipped

defines that only one of the previous instance elements has to be completed before the follower is started.
All other previous instance elements which have not been started jet will be skipped.

JOIN_OR_PREVCONT

3

OR Join, Other Predecessor Activities Continue

defines that only one of the previous instance elements has to be completed before the follower is started.
All other previous instance elements will remain in the worklists of the participants.

JOIN_OR_PREVABORT

4

OR Join, Other Predecessor Activities Are Aborted

d defines that only one of the previous instance elements has to be completed before the follower is started.
All other previous instance elements will be aborted.