Planning set of workflow actions
- Last UpdatedNov 29, 2024
- 1 minute read
Consider these points when planning your set of workflow actions.
-
Modify the existing workflow actions to suit your purpose. See Modifying workflow actions.
-
Add any further custom workflow actions that you need. See Adding workflow actions.
Example of workflow actions for isolation plans
This is an example of workflow actions for isolation plans.
|
Workflow actions |
From code |
From status |
To code |
To status |
Direction |
|---|---|---|---|---|---|
|
For approval |
100 |
New |
150 |
Pending approval |
Forward |
|
Cancel |
100 |
New |
900 |
Canceled |
Cancel |
|
Approve |
150 |
Pending approval |
200 |
Approved |
Forward |
|
Reject |
150 |
Pending approval |
100 |
New |
Backward |
|
Cancel |
150 |
Pending approval |
900 |
Canceled |
Cancel |
|
Activate |
200 |
Approved |
300 |
Active |
Forward |
|
Reset |
200 |
Approved |
100 |
New |
Backward |
|
Close |
300 |
Active |
800 |
Closed |
Forward |
