protected abstract void WorkflowExecutionStarted(
     WorkflowExecutionStartedEventAttributes attributes, DecisionTask decisionTask);
示例#2
0
 internal WorkflowStartedEvent(HistoryEvent workflowStartedEvent)
     : base(workflowStartedEvent.EventId)
 {
     _workflowStartedAttributes = workflowStartedEvent.WorkflowExecutionStartedEventAttributes;
 }