Provides details of the SignalExternalWorkflowExecutionInitiated event.

Ejemplo n.º 1
0
 public HistoryEvent WithSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes)
 {
     this.signalExternalWorkflowExecutionInitiatedEventAttributes = signalExternalWorkflowExecutionInitiatedEventAttributes;
     return this;
 }