Provides details of WorkflowExecutionStarted event.

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