Provides details of the ExternalWorkflowExecutionSignaled event.

示例#1
0
 public HistoryEvent WithExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)
 {
     this.externalWorkflowExecutionSignaledEventAttributes = externalWorkflowExecutionSignaledEventAttributes;
     return this;
 }