Activity comment time series formats
Activity comment time series for Case events are timeSeries
JSON objects
with attributes, as described in the table and shown in the example.
Activity comment time series
Attribute | Description | Optional or required | Type |
---|---|---|---|
type | The type of the event | Required | The "task-comment" string constant |
state | The state of the comment event | Required | The "Creation" string constant |
comment-id | The identifier of the comment | Required | String |
comment-text | The text of the comment | Required | String |
task-id | The identifier of the activity | Required | String |
task-name | The display name of the activity | Required | String |
Example of an activity comment time series
{
"id": "{00ED7B67-0000-C947-AA5D-8C80B94319F2}",
"offset": 13218,
"partition": 1,
"timestamp": "2018-12-05T01:13:10.081Z",
"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-comment",
"case-instance-id": "{C0EC7B67-0000-C71D-A22D-D318796545D5}",
"case-instance-name": "000000550010",
"state": "Creation",
"comment-id": "{00ED7B67-0000-C91E-A5F4-B8FFD659DF16}",
"comment-text": "This is a Task comment",
"task-id": "{49875439-143A-4BD4-B6CB-AFC8B87656E7}",
"task-name": "CCDM_ATaskFX_New1",
"audit-sequence": 18790,
"case-folder-id": "{C0EC7B67-0000-C71D-A22D-D318796545D5}",
"source-class-id": "{41C96A20-FDA5-4AC5-B0B0-FA761527088D}",
"source-class-display-name": "Task Comment",
"case-type-name": "CCDM_CaseST",
"case-type-display-name": "CaseST",
"solution-name": "Credit Card Dispute Management",
"version": "1.0.1",
"category": "icm",
"user": "deadmin"
}