Show TOC

Example of status order number

You defined user statuses with status numbers as follows:
Status Status Lowest Highest
number number number
-- Planning blocked -- --
1 Preparation 1 2
2 Execution 1 3
3 Control 2 4
4 Closed 4 4
In this example, the status "Planning blocked" can always be activated since it does not have a status number.
The status "Preparation" must be activated first. If the status "Preparation" is active, it is possible to activate the status "Execution".
If the status "Execution" is active, you can activate either "Preparation" or "Control".
If the status "Closed" is activated, it is no longer possible to go back to any previous statuses.

Note

The lowest and highest number of the highest status number which has already been active is always valid.

If the status "Control" is activated, you can either activate the status "Execution" or "Closed". If the status "Closed" is activated once, it is no longer possible to go back to previous statuses.