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