ActivityEvent

An event that marks one step in the process.

Type
{
caseId: number | string
activity: string
timestamp: number
duration?: number
cost?: number
}