大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE稳定放心使用
WikeFlow官网:www.wikesoft.com
WikeFlow学习版演示地址:workflow.wikesoft.com
WikeFlow学习版源代码下载:https://gitee.com/wikesoft/WorkFlow
WikeFlow2.0演示地址:workflow2.wikesoft.com
WikeFlow2.0帮助文档:WikeFlow2.0-帮助文档
给大家介绍一款.net 流程引擎 WikeFlow.
微软官方的WorkFlow入门要求比较高,所以我们萌生了开发一个简单的工作流引擎,帮助.Net coder们解决软件项目中流程的处理。实现写最少的代码,实现最炫酷的功能。
流程设计器
实际运用
WikeFlow工作流引擎只有两个核心类,FlowDesignService
(流程设计),FlowInstanceService
(流程实例)
1.FlowDesignService
string AddFlowDef(FlowDefModel flowDef);
添加流程定义FlowMessage UpdateFlowDef(FlowDefModel model);
修改流程定义FlowMessage DeleteFlowDef(IList ids)
删除流程定义FlowDefModel GetFlowDef(string id);
得到流程定义对象FlowMessage SaveDiagram(FlowModel flowDef);
保存流程设置Bitmap GetBitmap(string flowDefId);
返回流程图PagedResult GetList(FlowDefFilter filter);
分页查询流程定义
2.FlowInstanceService
InstanceMessage CreateInstance(string flowDefKey,string userId, string userName,string condition)
创建实例InstanceMessage Complete(string nodeRecordId,string userId,string userName,string userMsg,string condition)
处理流程FlowInstance GetRunFlowInstance(string flowId);
得到当前运行的实例List GetHistoryFlowInstances(string flowId);
得到历史流程处理记录列表Bitmap GetRunBitmap(string flowId)
得到运行中的流程图
发起流程
InstanceMessage flowInstance = _flowInstanceService.CreateInstance("flow_holiday", "创建人用户ID", "管理员", "条件");
处理流程
_flowInstanceService.Complete("节点ID", "处理人用户ID", "处理人用户", "处理意见", "条件");
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/179971.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...