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