Provides details of the ContinueAsNewWorkflowExecutionFailed event.

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