Modifying task routes

You modify task routes using the Workflow Edit window.

Procedure

  1. In the workflow edit window (see Roles), double click on the task route arrow, or click once on the task route, and then click Edit > Properties
    The Task Route Properties window appears.
  2. You cannot modify the Start or End fields from this form. You can only modify the Workflow Trigger field.
    To specify a trigger, click the arrow to the right of the field to select from the list of available triggers as described in the following table.
    Trigger OptionDescription
    CheckpointCreate a checkpoint of the project
    DeleteDelete the project. Use only on task routes to the End task.
    PostPost the contents of the Post list.
    Trigger Command lineEnter a tool command line.

    Separate each action (trigger) with a semi-colon when adding multiple triggers; spaces between triggers are optional. For example:

    interp perl trigger.pl; post; checkpoint

    —or—

    interp perl trigger.pl;post;checkpoint

    where interp perl trigger.pl is a sample (pseudo) trigger command line.

  3. To modify the Start and End tasks for the task route, select the task route and use your mouse to change the task connections.