Skip to main content

Interface: $Properties

v1.ActivityTaskTimedOutEventAttributes.$Properties

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.


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