Skip to main content

Interface: ITimerCanceledEventAttributes

history.v1.ITimerCanceledEventAttributes

Properties of a TimerCanceledEventAttributes.

Implemented by

Properties

identity

Optional identity: null | string

The id of the worker who requested this cancel


startedEventId

Optional startedEventId: null | Long

The id of the TIMER_STARTED event itself


timerId

Optional timerId: null | string

Will match the timer_id from TIMER_STARTED event for this timer


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with