Provides details of the DecisionTaskScheduled event.

Beispiel #1
0
 public HistoryEvent WithDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)
 {
     this.decisionTaskScheduledEventAttributes = decisionTaskScheduledEventAttributes;
     return this;
 }