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

Version 1 Next »

Key

This checklist will help you to ensure that your workflow will work well.

Exclusive Branch

Does every Exclusive Branch have a Request Status Change or a Job Status Change upstream to ensure that the Branch Conditions are Valid?

If you are testing a request or job status, or a value from the request or job forms, you need to have a Request Status Change (Accepted/Rejected) or a Job Status Change (Completed/Cancelled) connector before the Exclusive Branch Connector.

Even if you are testing a user entered value, you must have the status change connector or the workflow will go straight to the branching and not wait for the user to fill in the form. The test will then work on the default values of the form and the same the branch will be taken over and over again and the other branches missed.

The status change connector does not need to be immediately above the branching - it could be further back a few connectors. But it must occur before the branching in the flow.

  • No labels