Activity time series formats

Draft comment:
This topic is shared by BAW, CP4BA. Last updated on 2025-03-13 12:15
Activity time series for Case events are timeSeries JSON objects with attributes, as described in the table and shown in the example.
Table 1. Activity time series
Attribute Description Optional or required Type
type The type of the event Required The "task" string constant
state The state of the activity event Required A string constant.

Possible values: Waiting, Ready, Working, Complete, Failed. For a detailed list, see Case raw event formats.

task-id The identifier of the activity Required String
task-name The name of the activity Required String
task-type-display-name The display name of the activity Required String
is-task-container Indicates whether the activity is a container activity or not. Optional Boolean
is-task-todo Indicates whether the case activity is a To-Do activity. Optional Boolean
is-task-quick Indicates whether the case activity is a Quick Task. Optional Boolean
task-deadline-time The deadline time of a quick task case activity. Optional String

String that contains an ISO8601 date.

Example of an activity time series

{
    "id": "{F0EC7B67-0000-C8EB-8D6B-D8B77A8E2528}",
    "offset": 34314,
    "partition": 0,
    "timestamp": "2018-12-05T01:13:08.548Z",
    "icm-system-id": "{8D0692D0-4E55-46B2-ABAE-307C88A97089}",
    "content-engine-server": "localhost",
    "emitter-logical-unique-id": "icpTest",
    "object-store-display-name": "tos",
    "object-store-symbolic-name": "tos",
    "object-store-id": "{8D0692D0-4E55-46B2-ABAE-307C88A97089}",
    "p8-domain-name": "myP8Domain",
    "p8-domain-id": "{99370115-636B-4267-B2CE-96471CB4B141}",
    "type": "task",
    "case-instance-id": "{C0EC7B67-0000-C71D-A22D-D318796545D5}",
    "case-instance-name": "000000550010",
    "state": "Working",
    "task-id": "{49875439-143A-4BD4-B6CB-AFC8B87656E7}",
    "task-name": "CCDM_ATaskFX_New1",
    "is-task-container": false,
    "task-type-display-name": "ATaskFX_New1", 
    "parent-instance-id": "{C0EC7B67-0000-C71D-A22D-D318796545D5}",
    "audit-sequence": 18788,
    "case-folder-id": "{C0EC7B67-0000-C71D-A22D-D318796545D5}",
    "source-class-id": "{C62B67C2-0707-448F-AEA8-B2E688E9977C}",
    "source-class-display-name": "ATaskFX_New1",
    "case-type-name": "CCDM_CaseST",
    "case-type-display-name": "CaseST",
    "solution-name": "Credit Card Dispute Management",
    "version": "1.0.1",
    "category": "icm",
    "user": "deadmin",
​​​​​​​    "trace-id": "c0ec7b67-0000-c71d-a22d-d318796545d5",
    "span-id": "2e4452b9f2a7c460"
}