Modifying task routes
You modify task routes using the Workflow Edit window.
Procedure
- 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.
- 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 Option Description Checkpoint Create a checkpoint of the project Delete Delete the project. Use only on task routes to the End task. Post Post the contents of the Post list. Trigger Command line Enter a tool command line. Note: If the trigger fails, the project will not be forwarded.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.plis a sample (pseudo) trigger command line. - To modify the Start and End tasks for the task route, select the task route and use your mouse to change the task connections.
Related concepts