Provides details of the DecisionTaskStarted event.
Exemplo n.º 1
0
 public HistoryEvent WithDecisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes)
 {
     this.decisionTaskStartedEventAttributes = decisionTaskStartedEventAttributes;
     return this;
 }