ContinueAsNewWorkflowExecutionFailedEventAttributes constructor

ContinueAsNewWorkflowExecutionFailedEventAttributes({
  1. required ContinueAsNewWorkflowExecutionFailedCause cause,
  2. required int decisionTaskCompletedEventId,
})

Implementation

ContinueAsNewWorkflowExecutionFailedEventAttributes({
  required this.cause,
  required this.decisionTaskCompletedEventId,
});