Exemplo n.º 1
0
 public void Add <TWorkflow>(params Argument[] arguments) where TWorkflow : Workflow
 {
     AddWorkflow(WorkflowEngine.CreateWorkflowType <TWorkflow>(), arguments);
 }
Exemplo n.º 2
0
 public static WorkflowEngine InitializeEngine(WorkflowEngine engine = null)
 {
     return(Current = engine ?? new WorkflowEngine());
 }