2024 April Release

FSCDIAGRAMEDITOR@1.1001:eventpropscondition Permanent link for this heading

Condition Expression

This property defines an expression to suspend the start of the followers until the expression returns 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.
Note: This expression is evaluated in a secured and restricted mode for expressions, so only attributes and actions which are tagged as secured can be used within this expression but no modifications on objects are allowed.

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

The values specified in the local scope are also accessible by the following transaction variables:
WFVAR_THIS: the object on which the process is running
WFVAR_PROCESS: the process instance object
WFVAR_ACTIVITY: the current activity instance which is checked in background

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