Provides details of the WorkflowExecutionSignaled event.
예제 #1
0
 public HistoryEvent WithWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
 {
     this.workflowExecutionSignaledEventAttributes = workflowExecutionSignaledEventAttributes;
     return this;
 }