Interface: IActivityTaskTimedOutEventAttributes
history.v1.IActivityTaskTimedOutEventAttributes
Properties of an ActivityTaskTimedOutEventAttributes.
Hierarchy
-
↳
IActivityTaskTimedOutEventAttributes
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
retryState
• Optional retryState: null | RetryState
ActivityTaskTimedOutEventAttributes retryState
Inherited from
scheduledEventId
• Optional scheduledEventId: null | Long
The id of the ACTIVITY_TASK_SCHEDULED event this timeout corresponds to
Inherited from
startedEventId
• Optional startedEventId: null | Long
The id of the ACTIVITY_TASK_STARTED event this timeout corresponds to