Interface: IActivityTaskTimedOutEventAttributes
history.v1.IActivityTaskTimedOutEventAttributes
Properties of an ActivityTaskTimedOutEventAttributes.
Implemented by
Properties
failure
• Optional failure: null | IFailure
If this activity had failed, was retried, and then timed out, that failure is stored as the
cause in here.
retryState
• Optional retryState: null | RetryState
ActivityTaskTimedOutEventAttributes retryState
scheduledEventId
• Optional scheduledEventId: null | Long
The id of the ACTIVITY_TASK_SCHEDULED event this timeout corresponds to
startedEventId
• Optional startedEventId: null | Long
The id of the ACTIVITY_TASK_STARTED event this timeout corresponds to