Provides details of the SignalExternalWorkflowExecutionInitiated event.

Beispiel #1
0
 public HistoryEvent WithSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)
 {
     this.signalExternalWorkflowExecutionInitiatedEventAttributes = signalExternalWorkflowExecutionInitiatedEventAttributes;
     return this;
 }