Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For a route you can configure following properties from context menu:

Instructions
If specified replaces next task instructions with entered instruction. This property is useful when override the default task instruction. For example an "Reject" action may change next task instructions with approve task.

Validation Rule
Validation script rule to allow from route. If not specified route always valid.

You can draw more than one route to different tasks or same task and control workflow direction.

If no valid route found workflow is automatically terminates.

Sample Validation Rule

Validate By Data Model

Following rule allows route only total amount is greater than 100 $

Code Block
languagejs
 $Xml.EvaluateNumber('TotalAmount') > 100;