Provides details of the WorkflowExecutionCompleted event.

예제 #1
0
 public HistoryEvent WithWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)
 {
     this.workflowExecutionCompletedEventAttributes = workflowExecutionCompletedEventAttributes;
     return this;
 }