Provides details of the WorkflowExecutionSignaled event.
Exemplo n.º 1
0
 public HistoryEvent WithWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
 {
     this.workflowExecutionSignaledEventAttributes = workflowExecutionSignaledEventAttributes;
     return this;
 }