Condition Expression
true
.
The check is performed by a background user which is calculated automatically for the organization of the object of the process.
If the expression evaluates to false
the evaluation is repeated after the time interval defined in property eventpropsinterval
was reached.
object
: the object on which the process is runningprocess
: the process instance objectactivity
: the current activity instance which is checked in backgroundWFVAR_THIS
: the object on which the process is runningWFVAR_PROCESS
: the process instance objectWFVAR_ACTIVITY
: the current activity instance which is checked in backgroundeventpropscondition
).
private
string[] FSCDIAGRAMEDITOR@1.1001:eventpropscondition
not null(
object object,
optional ProcessInstance process,
optional ActivityInstance activity)
Name |
Description |
object |
the object on which the process is running
|
process |
the process instance object
|
activity |
the current activity instance which is checked in background
|