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