Provides details of the ExternalWorkflowExecutionSignaled event.

Ejemplo n.º 1
0
 public HistoryEvent WithExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)
 {
     this.externalWorkflowExecutionSignaledEventAttributes = externalWorkflowExecutionSignaledEventAttributes;
     return this;
 }