ContinueAsNewWorkflowExecutionFailedEventAttributes constructor
ContinueAsNewWorkflowExecutionFailedEventAttributes({
- required ContinueAsNewWorkflowExecutionFailedCause cause,
- required int decisionTaskCompletedEventId,
Implementation
ContinueAsNewWorkflowExecutionFailedEventAttributes({
required this.cause,
required this.decisionTaskCompletedEventId,
});