Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Transitions are the final piece of your puzzle and will essentially link all your workflow components together, essentially completing the design.

To set transitions, click on the transition Transition element icon on your left the element menu (; your mouse cursor should change into a transition image). Once done, first click on the activity that starts and then click on the next item it should join toTransition icon. Click on the activities one by one to join them following the order in which they should occur. When you're finisheddone, your the process should look like this:

Now transitions Transitions contain not only routing information but also rules as well. For instance, the transition between the supervisor and the HOD is contingent on the supervisor approving the leave application. In order to do this, we'll need to specify the necessary rules to make sure that the transition is traveled only when the conditions are right. To insert conditions into your transitions, simply double-click on the transition, set the type of condition and then enter the condition expression into in the expression text box. The expressions Expressions in Joget supports a full javascript interpretersupport full Javascript interpreters. In this case, we want to ensure that the supervisor has approved the leave application before it heads to the HOD.

In the expression box, key in:

...

Essentially, we're checking for the variable name "supervisorApproval" and ensure ensuring that the value contained is "yes". For more information about workflow variables, refer to Workflow Variables.