Visible Property

When the Visible property is set, the corresponding task step will appear in the Task List during run time.

Visible is a read-only property that can be read and used as a bind source, but cannot be written to. It is also defined on a subprocess and is process-scoped. This boolean property can be configured using a literal value. If Visible is set to False, then a corresponding step does not appear in the Task List or Task Management; however, the subprocess is still executed.
Important:
  • If this property is set to True, then the personnel and/or location assignments in the workflow configuration panel must be set.
  • If the subprocess has any activities or actions that require user interaction, this property must be set to True.
Examples of user interaction include:
  • Task expiry
  • Work instructions
  • Linked documents
  • Form activity
  • Status Message activity
  • Manual Start property
PropertyValueDetails
VisibleUser-definedClick the first arrow to set:
  • True: Displays the subprocess in Task List/Task Management.
  • False: Hides the subprocess in Task List/Task Management.

Click the second arrow to:

  • Reset to Default: Subprocess is reset to True.