Selecting workflows in Orchestration CLI

In Orchestration CLI you can perform actions either on a single workflow or on multiple workflows in the same instance. When you want to run commands on multiple workflows, instead of the workflow name, select the set of workflows by means of attributes and workflow qualifiers.

You can use workflow qualifiers to select more than one workflow at the same time. You can configure the various parameters and conditions to select specific set of workflows. You can specify the workflow as described below:
[[folder/]workstation#][folder/]jobstreamname(hhmm[date]) [[+ | ~]jobstreamqualifier[,...]]
or
jobstream_id;schedid
The details required for each parameter are given below.
  • [folder/]workstation#

    You can specify the workstation on which the workflow is run. Optionally, you can specify the folder in which the workstation is defined.

  • [folder/]jobstreamname

    You can specify the workflow name. Optionally, you can specify the folder in which the workflow is defined.

  • hhmm[date]

    You can specify the date and time of the workflow instance scheduled to run.

  • jobstream_id;schedid

    You can specify the jobstream_id that is unique for each workflow instance. When you specify the jobstream_id, make sure to add ;schedid also or else the value entered for the ID is mistaken as workflow name.

  • job stream qualifiers

    You can use task qualifiers to select a specific task or set of tasks. For more information, see Workflow qualifiers.