Provides details of WorkflowExecutionStarted event.

示例#1
0
 public HistoryEvent WithWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes workflowExecutionStartedEventAttributes)
 {
     this.workflowExecutionStartedEventAttributes = workflowExecutionStartedEventAttributes;
     return this;
 }