The purpose of this function is to allow the user to view the details of entries on the WORKITEM table.
This form is accessed by selecting entries in the List Workflow Workitem screen before pressing the 'READ' button in the navigation bar.
For a complete description of how this type of form works please see Transaction Pattern ENQUIRE 1.
Field Name | Type | Description |
---|---|---|
Workflow ID | NUMERIC | This points to an entry on the WORKFLOW table. |
Case ID | NUMERIC | This points to an entry on the CASE table. |
Workitem ID | NUMERIC | This is the primary key for this entry. |
Transition ID | NUMERIC | This points to an entry on the TRANSITION table. |
Transition Trigger | STRING | Possible options are:
|
Workitem Status | STRING | Possible options are:
|
Task ID | STRING | This points to an entry on the TASK table. |
Context | STRING | The primary key of the database entry which initiated this case. |
Role ID | STRING | This points to an entry on the ROLE table. |
User ID | STRING | This points to an entry on the USER table. |