Provides details of the ChildWorkflowExecutionStarted event.

示例#1
0
 public HistoryEvent WithChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes)
 {
     this.childWorkflowExecutionStartedEventAttributes = childWorkflowExecutionStartedEventAttributes;
     return this;
 }