Provides details of the WorkflowExecutionTerminated event.
Esempio n. 1
0
 public HistoryEvent WithWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes)
 {
     this.workflowExecutionTerminatedEventAttributes = workflowExecutionTerminatedEventAttributes;
     return this;
 }