使用业务流程模型设计流程与使用流程流程图设计流程有什么不同?
这两种设计工具有什么区别,这两种设计工具是否相似?
发布于 2012-12-06 19:47:35
流程流程图起源于1921年,非常简单,有5个符号:
Operation: is to change the physical or chemical characteristics of the material.
Inspection: is to check the quality or the quantity of the material.
Move: is transporting the material from one place to another.
Delay: is when material cannot go to the next activity.
Storage: is when the material is kept in a safe location.
业务流程非常相似,而且更加具体。如果您想要非常结构化的东西,请查看业务流程模型和符号(BPMN)。BPMN1.0标准建立于2004年(Notation),BPMN2.0标准于2011年修订(http://www.omg.org/spec/BPMN/2.0/)
我建议抓取BPMN系统和规则的备忘单。在映射涉及多个用户的进程时,它是我首选的系统。
https://stackoverflow.com/questions/13425403
复制相似问题