Provides details of the ActivityTaskCompleted event.

示例#1
0
 public HistoryEvent WithActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)
 {
     this.activityTaskCompletedEventAttributes = activityTaskCompletedEventAttributes;
     return this;
 }