Skip to main content

Interface: IActivityTaskTimedOutEventAttributes

history.v1.IActivityTaskTimedOutEventAttributes

Properties of an ActivityTaskTimedOutEventAttributes.

Hierarchy

Properties

failure

Optional failure: null | $Properties

If this activity had failed, was retried, and then timed out, that failure is stored as the cause in here.

Inherited from

$Properties.failure


retryState

Optional retryState: null | RetryState

ActivityTaskTimedOutEventAttributes retryState

Inherited from

$Properties.retryState


scheduledEventId

Optional scheduledEventId: null | Long

The id of the ACTIVITY_TASK_SCHEDULED event this timeout corresponds to

Inherited from

$Properties.scheduledEventId


startedEventId

Optional startedEventId: null | Long

The id of the ACTIVITY_TASK_STARTED event this timeout corresponds to

Inherited from

$Properties.startedEventId