Expression for Join of Predecessor Activities
defjointype
is defined all previous
activities have to be completed before the follower is started.object
: the object on which the process is runningprocess
: the process instance object.activity
: the current activity instance which is checked in backgroundactinstprev
: the previous instance elements defjoinexpr
). The return value of the expression overrules the value defined in the Join of Predecessor Activities field.
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
|