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.

Note: The global subprocess must be enabled in order to execute at run time.

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.

Note: You can select this option only from within a subprocess or activity and you cannot set the Enabled property for an activity during run time.
PropertyValueDetails
EnabledUser-definedClick the first arrow to set:
  • True: Subprocess executes.
  • False: Subprocess does not execute. The task step is skipped.
Note: The global subprocess must be enabled in order to execute at run time.

Click the second arrow to:

  • Reset to Default: Subprocess is reset to True.
  • Bind: Opens the Select Variable dialog box where you can select an applicable property or parameter.
  • Expressions: Opens the Expression Editor where you can create an expression.

With this property, you can build an expression or perform a bind.