Enable Property
Enabled is a read/write property that can be read from and written to at run time.
This property is defined on a subprocess and is process-scoped. This property can be configured using a literal value, a bind, or an expression. It can also be modified at run time using either a or . When Enabled is set to True, the activity or subprocess is included in an activated/running workflow or schedule.
When Enabled is set to False, the activity or subprocess does not execute; however, the presubprocess and postsubprocess steps run, as is typical in process procedures. When Enabled is set to False, the task step does not appear in the task client display.
Property | Value | Details |
---|---|---|
Enabled | User-defined | Click the first arrow to set:
Note: The global subprocess must be enabled in order to execute at run time. Click the second arrow to:
With this property, you can build an expression or perform a bind. |