Provides details of the SignalExternalWorkflowExecutionInitiated event.

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