Provides details of the WorkflowExecutionTimedOut event.

Ejemplo n.º 1
0
 public HistoryEvent WithWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes)
 {
     this.workflowExecutionTimedOutEventAttributes = workflowExecutionTimedOutEventAttributes;
     return this;
 }