Provides details of the DecisionTaskCompleted event.
示例#1
0
 public HistoryEvent WithDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)
 {
     this.decisionTaskCompletedEventAttributes = decisionTaskCompletedEventAttributes;
     return this;
 }