Provides details of the WorkflowExecutionContinuedAsNew event.

Beispiel #1
0
 public HistoryEvent WithWorkflowExecutionContinuedAsNewEventAttributes(WorkflowExecutionContinuedAsNewEventAttributes workflowExecutionContinuedAsNewEventAttributes)
 {
     this.workflowExecutionContinuedAsNewEventAttributes = workflowExecutionContinuedAsNewEventAttributes;
     return this;
 }