Ejemplo n.º 1
0
        internal FlowDefinition(FlowServiceInfo serviceInfo, FlowType flowType)
        {
            Type        = flowType;
            ServiceInfo = serviceInfo;

            Entrypoints = new List <FlowProducerDefinitionBase>();
        }
Ejemplo n.º 2
0
 public ActorServiceOrchestrationFlow(FlowServiceInfo flowServiceInfo)
 {
     _flowServiceInfo = flowServiceInfo;
 }