You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

The process engine functions together with the process engine database. This database is needed for the persistence of the cases and tasks. The table underneath shows a subset of the information stored by the process engine.

 

Field nameExplanationTypeSet byExtra Information
TaskIdUnique ID for a taskIntegerAuto by PE 
TaskStartedTime the task is createdDateTimeAuto by PE 
DueDateDate or time when a task should be finished, can be used for monitoringDate or Date/TimeShould be modeled at a task by a BE 
TimeOutdateDate or time when a task will be closedDate or Date/TimeAuto by PE, uses the expression at the timer exit at a task 
UserThe user who is assigned to the task by the routing algorithm, or the assignTask serviceString (Multivalued)Auto by PE 
TeamThe teams which are assigned to the task by the routing algorithm, or the assignTask serviceString (Multivalued)Auto by PE 
RoleThe roles which are assigned to the task by the routing algorithm, or the assignTask serviceString (Multivalued)Auto by PE 
Executed ByThe user name of the person who has completed the taskStringAuto by PE 
TaskStatusThe status of a case when entry is storedStringAuto by PEPossible values: Open, Completed, Exception, locked
  • No labels