Skip to end of banner
Go to start of banner

JSU | Workflow action in duplicated transition.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

When creating transitions in a custom workflow is important to avoid using the same transition name for different purposes.

If you require to use the same transition in other statuses in the workflow, prefer to reuse the transition instead of creating a new transition with the same name.

In case you need the same transition to perform different actions, for example, a JSU post-function, condition, or validator, depending on the state, prefer different transition names to avoid confusion.

(info)  Information

These are some of the common issues that duplicated transitions can have:

  1. Expected JSU post functions/conditions or validators are not occurring because the wrong transition is being used.

  2. Workflow administration becomes challenging if the transitions with the same name aren’t properly documented.

  3. The issue might not follow the expected path in the workflow because of the confusing transition button options.

  • No labels