Provides details of the WorkflowExecutionContinuedAsNew event.

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