Expression for Skript Activities
object
: the object on which the process is runningprocess
: the process instance objectactivity
: the current activity instance which is executed in backgroundWFVAR_THIS
: the object on which the process is runningWFVAR_PROCESS
: the process instance objectWFVAR_ACTIVITY
: the current activity instance which is executed in backgroundobject.ObjectLock();<br/> object.bostate
=
#StateToVerify
;
actinstbackgroundexpression
).
private
string[] COOWF@1.1:actinstbackgroundexpression
readonly(ui)(
optional object object,
optional ProcessInstance process,
optional ActivityInstance activity)
Local Scope: dictionary
Name |
Description |
object |
the object of the process
|
process |
the process instance
|
activity |
the current activity instance
|