Dev2.Scheduler.WorkFlowsExecutor.RunWorkFlow C# (CSharp) Method

RunWorkFlow() public method

public RunWorkFlow ( string serverURI, string workflowName ) : IResourceHistory
serverURI string
workflowName string
return IResourceHistory
        public IResourceHistory RunWorkFlow(string serverURI, string workflowName)
        {
           throw new NotImplementedException();
        }
    }
WorkFlowsExecutor