Provides details of the SignalExternalWorkflowExecutionFailed event.
예제 #1
0
 public HistoryEvent WithSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)
 {
     this.signalExternalWorkflowExecutionFailedEventAttributes = signalExternalWorkflowExecutionFailedEventAttributes;
     return this;
 }