2022 June Release

COOWF@1.1:defjoinexpr Permanent link for this heading

Expression for Join of Predecessor Activities

This expression calculates the join type of the activity. When an activity is completed the join type of the follower is evaluated to decide if all previous activities have to be completed before the follower is started or if previous activities are aborted if not completed. If no expression and no value in defjointype is defined all previous activities have to be completed before the follower is started.

The local scope of this expression contains the following values:
object: the object on which the process is running
process: the process instance object.
activity: the current activity instance which is checked in background
actinstprev: the previous instance elements

string[] COOWF@1.1:defjoinexpr (
  optional object object,
  optional ActivityInstance activity,
  optional ProcessInstance process,
  optional InstanceElement[] actinstprev)

Local Scope: dictionary
Returns: JoinType

Name

Description

object

the object of the process

activity

the current activity instance

process

the process instance

actinstprev

the previous instance elements of the current instance element