Skip to main content

Historicalprocessinstance

Historical data for a process instance

instance object

Data for a single process instance

durationInMillisint64

Duration in milliseconds; null while RUNNING

endActivityIdstring

ID of the BPMN end event reached; null while RUNNING

endTimestring

End timestamp (ISO-8601); null while RUNNING

processDefinitionKeystring

The process definition key

processDefinitionVersionint32

The process definition version

processInstanceIdstring

The process instance ID

startActivityIdstring

ID of the BPMN start event that fired

startTimestring

Start timestamp (ISO-8601)

startUserIdstring

User key of the caller that started the process (may be null)

statusstring

Instance status

Possible values: [RUNNING, COMPLETED, RUNNING, COMPLETED]

Historicalprocessinstance
{
"instance": {
"durationInMillis": 0,
"endActivityId": "string",
"endTime": "string",
"processDefinitionKey": "string",
"processDefinitionVersion": 0,
"processInstanceId": "string",
"startActivityId": "string",
"startTime": "string",
"startUserId": "string",
"status": "RUNNING"
}
}