Versions Compared

Key

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

...

1. On the Otherwise transition: creating a new transition to carry the condition supervisorApproval=='no' is an option, but one that does not fall in line with best practices. By using the Otherwise transition instead, we can be sure that all eventualities are covered and that the process will not get stuck midway.  

2. Note also in In the final decision route that : the expression

Code Block
hodApproval=='yes'

...