Several status are used by the WEHOOP processes. It can apply to the process (Draft, Routing error, Completed, Canceled) or one of its activities (Pending, Take in charge, Paused, and Late).
Draft
The process is not started yet.
kwStatus = "1"
Pending
Activity awaiting processing.
kwStatus = "2"
Take in charge
Activity taking care of by the person responsible to achieve it.
kwStatus = "3"
Routing Error
Process that the next activity or the next activity persons involved is impossible to perform automatically. The manager of the process will be notified and will be able to correct the situation.
kwStatus = "4"
Pending (another activity)
Process that some activities are executed simultaneously and remain to achieved.
kwStatus = "5"
In Automation
Automated process for which certain treatments are underway.
kwStatus = "6"
Pending (another process)
Processes waiting for another process to be completed.
kwStatus = "7"
Completed
Completed process.
kwStatus = "8"
Canceled
Process canceled for various reasons.
kwStatus = "9"
Paused
Process whose completion date was automatically postponed or manually postponed by the person responsible for the activity.
kwStatus = "12"
Late
Activity whose processing time is reached or exceeded. This process will be identified by a red pictogram in the various views.
kwStatus = "14"