Class: HistoryEvent
History events are the method by which Temporal SDKs advance (or recreate) workflow state.
See the EventType enum for more info about what each event is for.
Properties
activityPropertiesModifiedExternallyEventAttributes
• Optional activityPropertiesModifiedExternallyEventAttributes: null | $Properties
HistoryEvent activityPropertiesModifiedExternallyEventAttributes.
activityTaskCancelRequestedEventAttributes
• Optional activityTaskCancelRequestedEventAttributes: null | $Properties
HistoryEvent activityTaskCancelRequestedEventAttributes.
activityTaskCanceledEventAttributes
• Optional activityTaskCanceledEventAttributes: null | $Properties
HistoryEvent activityTaskCanceledEventAttributes.
activityTaskCompletedEventAttributes
• Optional activityTaskCompletedEventAttributes: null | $Properties
HistoryEvent activityTaskCompletedEventAttributes.