Provides details of the WorkflowExecutionCompleted event.

Esempio n. 1
0
 public HistoryEvent WithWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)
 {
     this.workflowExecutionCompletedEventAttributes = workflowExecutionCompletedEventAttributes;
     return this;
 }