Provides details of the ContinueAsNewWorkflowExecutionFailed event.

Beispiel #1
0
 public HistoryEvent WithContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
 {
     this.continueAsNewWorkflowExecutionFailedEventAttributes = continueAsNewWorkflowExecutionFailedEventAttributes;
     return this;
 }