Provides details of the ContinueAsNewWorkflowExecutionFailed event.

コード例 #1
0
ファイル: HistoryEvent.cs プロジェクト: rguarino4/aws-sdk-net
 public HistoryEvent WithContinueAsNewWorkflowExecutionFailedEventAttributes(ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes)
 {
     this.continueAsNewWorkflowExecutionFailedEventAttributes = continueAsNewWorkflowExecutionFailedEventAttributes;
     return this;
 }