Step Properties - User/Group tab

The following properties are available for many workflow step components, on the User/Group tab of the properties dialog:

  • Notify user via email

    • Notify participants by sending them an email when the workflow reaches the step.
    • If enabled, an email is sent to the user defined by the property User/Group, or to each member of the group if a group is defined.
  • User/Group

    • A drop-down selection box lets you navigate to and select a user or group.
    • If you assign the step to a specific user, then only this user can act on the step.
    • If you assign the step to an entire group, then when the workflow reaches this step, all users in this group has the action in their Workflow Inbox.
    • See Participating in Workflows for more information.

AND Split

The AND Split creates a split in the workflow, after which both branches are active. You add workflow steps to each branch as required. This step lets you introduce multiple processing paths into the workflow. For example, you can allow certain review steps to occur in parallel, saving time.

wf-26

AND Split - Configuration

To configure the split:

  • Edit the AND Split Properties:

    • Split Name: assign a name for explanatory purposes
    • Select the number of branches required; 2, 3, 4 or 5.
  • Add workflow steps to the branches as required.

    wf-27

Container Step

A container step starts another workflow model that executes as a child workflow.

This container can let you reuse workflow models to implement common sequences of steps. For example, a translation workflow model can be used in multiple editing workflows.

wf-28

Container Step - Configuration

To configure the step, edit and use the following tabs:

  • Common

  • Container

    • Sub Workflow: Select the workflow to start.

Goto Step

The Goto Step lets you specify the next step to execute in the workflow model. You can specify a rule definition, external script, or an ECMA script as the routing expression to evaluate the next step for the workflow model.

  • If the condition that you specify holds true, the Goto Step completes and the workflow engine executes the specified step.
  • If the condition that you specify does not hold true, the Goto Step completes and the normal routing logic determines the next step to execute.

The Goto Step enables you to implement advanced routing structures in your workflow models. For example, to implement a loop, the Goto Step can be defined to execute a prior step in the workflow, with the routing expression evaluating a loop condition.