Provides details of the DecisionTaskCompleted event.
Exemplo n.º 1
0
 public HistoryEvent WithDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)
 {
     this.decisionTaskCompletedEventAttributes = decisionTaskCompletedEventAttributes;
     return this;
 }