HistoryEvent constructor

HistoryEvent({
  1. required int eventId,
  2. required DateTime eventTimestamp,
  3. required EventType eventType,
  4. ActivityTaskCancelRequestedEventAttributes? activityTaskCancelRequestedEventAttributes,
  5. ActivityTaskCanceledEventAttributes? activityTaskCanceledEventAttributes,
  6. ActivityTaskCompletedEventAttributes? activityTaskCompletedEventAttributes,
  7. ActivityTaskFailedEventAttributes? activityTaskFailedEventAttributes,
  8. ActivityTaskScheduledEventAttributes? activityTaskScheduledEventAttributes,
  9. ActivityTaskStartedEventAttributes? activityTaskStartedEventAttributes,
  10. ActivityTaskTimedOutEventAttributes? activityTaskTimedOutEventAttributes,
  11. CancelTimerFailedEventAttributes? cancelTimerFailedEventAttributes,
  12. CancelWorkflowExecutionFailedEventAttributes? cancelWorkflowExecutionFailedEventAttributes,
  13. ChildWorkflowExecutionCanceledEventAttributes? childWorkflowExecutionCanceledEventAttributes,
  14. ChildWorkflowExecutionCompletedEventAttributes? childWorkflowExecutionCompletedEventAttributes,
  15. ChildWorkflowExecutionFailedEventAttributes? childWorkflowExecutionFailedEventAttributes,
  16. ChildWorkflowExecutionStartedEventAttributes? childWorkflowExecutionStartedEventAttributes,
  17. ChildWorkflowExecutionTerminatedEventAttributes? childWorkflowExecutionTerminatedEventAttributes,
  18. ChildWorkflowExecutionTimedOutEventAttributes? childWorkflowExecutionTimedOutEventAttributes,
  19. CompleteWorkflowExecutionFailedEventAttributes? completeWorkflowExecutionFailedEventAttributes,
  20. ContinueAsNewWorkflowExecutionFailedEventAttributes? continueAsNewWorkflowExecutionFailedEventAttributes,
  21. DecisionTaskCompletedEventAttributes? decisionTaskCompletedEventAttributes,
  22. DecisionTaskScheduledEventAttributes? decisionTaskScheduledEventAttributes,
  23. DecisionTaskStartedEventAttributes? decisionTaskStartedEventAttributes,
  24. DecisionTaskTimedOutEventAttributes? decisionTaskTimedOutEventAttributes,
  25. ExternalWorkflowExecutionCancelRequestedEventAttributes? externalWorkflowExecutionCancelRequestedEventAttributes,
  26. ExternalWorkflowExecutionSignaledEventAttributes? externalWorkflowExecutionSignaledEventAttributes,
  27. FailWorkflowExecutionFailedEventAttributes? failWorkflowExecutionFailedEventAttributes,
  28. LambdaFunctionCompletedEventAttributes? lambdaFunctionCompletedEventAttributes,
  29. LambdaFunctionFailedEventAttributes? lambdaFunctionFailedEventAttributes,
  30. LambdaFunctionScheduledEventAttributes? lambdaFunctionScheduledEventAttributes,
  31. LambdaFunctionStartedEventAttributes? lambdaFunctionStartedEventAttributes,
  32. LambdaFunctionTimedOutEventAttributes? lambdaFunctionTimedOutEventAttributes,
  33. MarkerRecordedEventAttributes? markerRecordedEventAttributes,
  34. RecordMarkerFailedEventAttributes? recordMarkerFailedEventAttributes,
  35. RequestCancelActivityTaskFailedEventAttributes? requestCancelActivityTaskFailedEventAttributes,
  36. RequestCancelExternalWorkflowExecutionFailedEventAttributes? requestCancelExternalWorkflowExecutionFailedEventAttributes,
  37. RequestCancelExternalWorkflowExecutionInitiatedEventAttributes? requestCancelExternalWorkflowExecutionInitiatedEventAttributes,
  38. ScheduleActivityTaskFailedEventAttributes? scheduleActivityTaskFailedEventAttributes,
  39. ScheduleLambdaFunctionFailedEventAttributes? scheduleLambdaFunctionFailedEventAttributes,
  40. SignalExternalWorkflowExecutionFailedEventAttributes? signalExternalWorkflowExecutionFailedEventAttributes,
  41. SignalExternalWorkflowExecutionInitiatedEventAttributes? signalExternalWorkflowExecutionInitiatedEventAttributes,
  42. StartChildWorkflowExecutionFailedEventAttributes? startChildWorkflowExecutionFailedEventAttributes,
  43. StartChildWorkflowExecutionInitiatedEventAttributes? startChildWorkflowExecutionInitiatedEventAttributes,
  44. StartLambdaFunctionFailedEventAttributes? startLambdaFunctionFailedEventAttributes,
  45. StartTimerFailedEventAttributes? startTimerFailedEventAttributes,
  46. TimerCanceledEventAttributes? timerCanceledEventAttributes,
  47. TimerFiredEventAttributes? timerFiredEventAttributes,
  48. TimerStartedEventAttributes? timerStartedEventAttributes,
  49. WorkflowExecutionCancelRequestedEventAttributes? workflowExecutionCancelRequestedEventAttributes,
  50. WorkflowExecutionCanceledEventAttributes? workflowExecutionCanceledEventAttributes,
  51. WorkflowExecutionCompletedEventAttributes? workflowExecutionCompletedEventAttributes,
  52. WorkflowExecutionContinuedAsNewEventAttributes? workflowExecutionContinuedAsNewEventAttributes,
  53. WorkflowExecutionFailedEventAttributes? workflowExecutionFailedEventAttributes,
  54. WorkflowExecutionSignaledEventAttributes? workflowExecutionSignaledEventAttributes,
  55. WorkflowExecutionStartedEventAttributes? workflowExecutionStartedEventAttributes,
  56. WorkflowExecutionTerminatedEventAttributes? workflowExecutionTerminatedEventAttributes,
  57. WorkflowExecutionTimedOutEventAttributes? workflowExecutionTimedOutEventAttributes,
})

Implementation

HistoryEvent({
  required this.eventId,
  required this.eventTimestamp,
  required this.eventType,
  this.activityTaskCancelRequestedEventAttributes,
  this.activityTaskCanceledEventAttributes,
  this.activityTaskCompletedEventAttributes,
  this.activityTaskFailedEventAttributes,
  this.activityTaskScheduledEventAttributes,
  this.activityTaskStartedEventAttributes,
  this.activityTaskTimedOutEventAttributes,
  this.cancelTimerFailedEventAttributes,
  this.cancelWorkflowExecutionFailedEventAttributes,
  this.childWorkflowExecutionCanceledEventAttributes,
  this.childWorkflowExecutionCompletedEventAttributes,
  this.childWorkflowExecutionFailedEventAttributes,
  this.childWorkflowExecutionStartedEventAttributes,
  this.childWorkflowExecutionTerminatedEventAttributes,
  this.childWorkflowExecutionTimedOutEventAttributes,
  this.completeWorkflowExecutionFailedEventAttributes,
  this.continueAsNewWorkflowExecutionFailedEventAttributes,
  this.decisionTaskCompletedEventAttributes,
  this.decisionTaskScheduledEventAttributes,
  this.decisionTaskStartedEventAttributes,
  this.decisionTaskTimedOutEventAttributes,
  this.externalWorkflowExecutionCancelRequestedEventAttributes,
  this.externalWorkflowExecutionSignaledEventAttributes,
  this.failWorkflowExecutionFailedEventAttributes,
  this.lambdaFunctionCompletedEventAttributes,
  this.lambdaFunctionFailedEventAttributes,
  this.lambdaFunctionScheduledEventAttributes,
  this.lambdaFunctionStartedEventAttributes,
  this.lambdaFunctionTimedOutEventAttributes,
  this.markerRecordedEventAttributes,
  this.recordMarkerFailedEventAttributes,
  this.requestCancelActivityTaskFailedEventAttributes,
  this.requestCancelExternalWorkflowExecutionFailedEventAttributes,
  this.requestCancelExternalWorkflowExecutionInitiatedEventAttributes,
  this.scheduleActivityTaskFailedEventAttributes,
  this.scheduleLambdaFunctionFailedEventAttributes,
  this.signalExternalWorkflowExecutionFailedEventAttributes,
  this.signalExternalWorkflowExecutionInitiatedEventAttributes,
  this.startChildWorkflowExecutionFailedEventAttributes,
  this.startChildWorkflowExecutionInitiatedEventAttributes,
  this.startLambdaFunctionFailedEventAttributes,
  this.startTimerFailedEventAttributes,
  this.timerCanceledEventAttributes,
  this.timerFiredEventAttributes,
  this.timerStartedEventAttributes,
  this.workflowExecutionCancelRequestedEventAttributes,
  this.workflowExecutionCanceledEventAttributes,
  this.workflowExecutionCompletedEventAttributes,
  this.workflowExecutionContinuedAsNewEventAttributes,
  this.workflowExecutionFailedEventAttributes,
  this.workflowExecutionSignaledEventAttributes,
  this.workflowExecutionStartedEventAttributes,
  this.workflowExecutionTerminatedEventAttributes,
  this.workflowExecutionTimedOutEventAttributes,
});