wfm.ChangeWorkflowState
This job changes/sets the status of a workflow model.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
ID of the organization to which the workflow is assigned |
|
STRING |
Yes |
ID of the workflow model |
|
STRING |
Yes |
ID of the user |
|
INT |
Yes |
New status of the workflow model to be set (see below) |
4. Note
Status values of a workflow model:
-
1= The model is in use, i.e. new processes can be started from it. -
2= The model is locked for processing. -
3= The model is being processed, but not locked. -
4= The model is test released. -
5= The model is deleted but still contained in the DB. -
6= The model is released but not in use. No new processes can be started from this model, but running processes are still completed.