Provides details of the WorkflowExecutionTimedOut event.

Beispiel #1
0
 public HistoryEvent WithWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes)
 {
     this.workflowExecutionTimedOutEventAttributes = workflowExecutionTimedOutEventAttributes;
     return this;
 }