Skip to main content

Interface: ITimerCanceledEventAttributes

history.v1.ITimerCanceledEventAttributes

Properties of a TimerCanceledEventAttributes.

Hierarchy

Properties

identity

Optional identity: null | string

The id of the worker who requested this cancel

Inherited from

$Properties.identity


startedEventId

Optional startedEventId: null | Long

The id of the TIMER_STARTED event itself

Inherited from

$Properties.startedEventId


timerId

Optional timerId: null | string

Will match the timer_id from TIMER_STARTED event for this timer

Inherited from

$Properties.timerId


workflowTaskCompletedEventId

Optional workflowTaskCompletedEventId: null | Long

The WORKFLOW_TASK_COMPLETED event which this command was reported with

Inherited from

$Properties.workflowTaskCompletedEventId