Provides details of WorkflowExecutionStarted event.

Esempio n. 1
0
 public HistoryEvent WithWorkflowExecutionStartedEventAttributes(WorkflowExecutionStartedEventAttributes workflowExecutionStartedEventAttributes)
 {
     this.workflowExecutionStartedEventAttributes = workflowExecutionStartedEventAttributes;
     return this;
 }