Пример #1
0
        public ResponseResult <IList <NodeView> > GetNextStepsContainer(WfAppRunner runner)
        {
            IWorkflowService wfService   = new WorkflowService();
            IUserRoleService roleService = new Slickflow.BizApp.UserRoleService();
            var nodeList = wfService.GetNextActivityTree(runner, null, roleService);

            return(ResponseResult <IList <NodeView> > .Success(nodeList));
        }
Пример #2
0
        public ResponseResult<IList<NodeView>> GetNextStepsContainer(WfAppRunner runner)
        {
            IWorkflowService wfService = new WorkflowService();
            IUserRoleService roleService = new Slickflow.BizApp.UserRoleService();
            var nodeList = wfService.GetNextActivityTree(runner, null, roleService);

            return ResponseResult<IList<NodeView>>.Success(nodeList);
        }