Provides details of the ActivityTaskStarted event.

예제 #1
0
 public HistoryEvent WithActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes activityTaskStartedEventAttributes)
 {
     this.activityTaskStartedEventAttributes = activityTaskStartedEventAttributes;
     return this;
 }