Defining conditions for skipping a stage

Define the conditions that cause a case to skip a stage to ensure that cases move to the next stage in the sequence when the current stage is not relevant.

At run time, your application evaluates the condition before the case enters the stage. If a true value is returned, the processes in the stage are skipped and the case moves to the next stage in the sequence.
  1. In the navigation panel of App Studio, click Case types, and then click the case type that you want to open.
  2. On the Workflow tab, click Life cycle.
  3. Click a stage name.
  4. Set a condition to skip the stage by performing one of the following actions:
    • To define a custom condition with a condition builder, in the drop-down list, click Custom condition, and then click the Gear icon. For more information, see Defining conditions with a condition builder.
    • To use an existing when condition, in the When section, click Existing condition, and then select the condition.
    Note: This field is not supported by the last stage in the sequence.
  5. Click Submit.
  6. Click Save.