Provides details of the SignalExternalWorkflowExecutionFailed event.
Exemplo n.º 1
0
 public HistoryEvent WithSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)
 {
     this.signalExternalWorkflowExecutionFailedEventAttributes = signalExternalWorkflowExecutionFailedEventAttributes;
     return this;
 }