Time series formats for FileNet PE workitem events
Time series for FileNet® Process Engine (PE)
workitem events are
timeSeries JSON objects with attributes, as described in the
table and shown in the example.
| Attribute | Description | Optional or required | Type |
|---|---|---|---|
| type | The type of the event | Required | String |
| task-id | The identifier of the case activity that is related to this workflow. | Required | String |
| task-type | The name or type of the activity | Required | String |
| event-log-name | The name of the Process Engine event log, in which the event was generated. | Required | String |
| region-number | The Process Engine isolated region number that the workflow or workitem belongs to. | Required | Number |
| event-type | The type of the Process Engine event. | Required | Double |
| duration | The time spent by the workflow or work item that is recorded from the event. | Required | Double |
| occurrence-id | The identifier of the occurrence | Required | Double |
| server-sequence-id | The identifier of the server sequence of the Process Engine. | Required | Double |
| sequence-number | The sequence number of the event in that event log. | Required | Double |
| queue-id | The identifier of the queue in which the workitem is placed. | Required | Double |
| map-id | The identifier of the map of the workflow | Required | Double |
| wob-number | The identifier of the workitem the event belongs to. | Required | Double |
| workflow-id | The identifier of the workflow the event belongs to. | Required | Double |
| workitem-id | The identifier of the workitem the event belongs to. | Required | Double |
| is-dynamic-workflow | Whether the workflow is dynamic workflow or not. | Required | Boolean |
| workclass-id | The identifier of the class of the workflow. | Required | Double |
| workclass-revision-id | The identifier of the version of the workclass using which the workflow is created. | Required | Double |
| operation-id | The identifier of the operation that the workitem is performing in a queue. | Required | Double |
| queue-name | The name of the queue the workitem resides in. | Required | Double |
| operation-name | The name of the operation the workitem needs to perform. | Required | String |
| workflow-name | The name of the workflow | Required | String |
| map-name | The name of the map | Required | String |
| joint-type | Whether the step is a joint step or normal step. | Required | Number |
| split-type | Whether the step is a split step or normal step. | Required | Number |
| step-type | Whether the step is a normal or compound step. | Required | String |
| route-count | The number of routes at that step. | Required | Double |
| destination-step-id | The identifier of the first destination step. | Required | Double |
| destination-step-name | The name of the first destination step. | Required | String |
| user | The name of the user that performs the operation. | Required | String |
| step-id | The identifier of the step. | Required | Double |
| step-name | The name of the step | Required | String |
Example of a time series for a FileNet workitem event
{
"id": "1a12e63b-4396-4cce-9fc8-c4184e146185",
"offset": 1791,
"partition": 0,
"timestamp": "2020-11-05T13:19:30.000Z",
"icm-system-id": "{8D0692D0-4E55-46B2-ABAE-307C88A97089}",
"content-engine-server": "localhost",
"emitter-logical-unique-id": "balabai2003",
"object-store-display-name": "tos",
"object-store-symbolic-name": "tos",
"object-store-id": "{8D0692D0-4E55-46B2-ABAE-307C88A97089}",
"p8-domain-name": "BPM",
"p8-domain-id": "{99370115-636B-4267-B2CE-96471CB4B141}",
"type": "workitem",
"case-instance-id": "{B08F9875-0000-C01F-AE99-67CF195D8794}",
"case-instance-name": "000005230003",
"state": "Completed",
"case-folder-id": "{B08F9875-0000-C01F-AE99-67CF195D8794}",
"category": "icm",
"region-number": 1,
"event-log-name": "TOSSA.VWVL1_CCDM_CASEST",
"task-type": "CCDM_ATaskFX_New1",
"task-id": "{9753D038-1CAC-4286-BC71-8359F98FA9E2}",
"workflow-id": "2841B159E6D17D4C9D439388C9CFB149",
"workitem-id": "2841B159E6D17D4C9D439388C9CFB149",
"is-dynamic-workflow": false,
"case-type-name": "CCDM_CaseST",
"case-type-display-name": "CaseST",
"source-class-id": "rg1ws1302wc45rv1",
"source-class-display-name": "CCDM_ATaskFX_New1",
"solution-name": "Credit Card Dispute Management",
"duration": 0,
"occurrence-id": 1604582368,
"server-sequence-id": 1,
"wob-number": "2841B159E6D17D4C9D439388C9CFB149",
"queue-id": 18,
"map-id": -2,
"operation-id": -1,
"work-class-id": 45,
"work-class-revision-id": 1,
"step-id": 2,
"destination-step-id": 1,
"queue-name": "CCDM_RoleST2",
"workflow-name": "CCDM_ATaskFX_New1",
"map-name": "Workflow",
"step-name": "TP_Review",
"destination-step-name": "TP_Index",
"operation-name": "Default",
"join-type": "2",
"split-type": "2",
"route-count": 2,
"audit-sequence": 57946,
"version": "1.0.2",
"user": "deadmin"
}
This topic is shared by BAW, CP4BA. Last updated on 2025-03-13 12:15