GithubHelp home page GithubHelp logo

activiti6's Introduction

activiti6

1.Activit介绍

1.1 工作流介绍

  • 工作流是对工作流程及其各操作步骤之间的业务规则的抽象,概括,描述。

  • 工作流建模,即将工作流程中的工作如何前后的组织在一起的逻辑和规则在计算机中以恰当的模型进行表示并对其实施计算。

  • 工作流要解决的主要问题是,为实现业务目标,在多个参与者之间,利用计算机,按照某种预定的规则自动传递文档,信息和任务。

  • 工作流管理系统的主要功能是通过计算机技术的支持去定义、执行和管理工作流,协调工作流执行过程中工作之间以及群体成员之间的信息交互。

1.2 BPMN2.0

  • Business Process Modeling Notation

  • BPMN规范的发布是为了让业务流程的全部参与人员对流程进行可视化的管理,提供一套让所有人能够理解语言和标记。

  • BPMN2.0规范定义了业务流程的符号以及模型,并且为流程定义设定了转换格式,目的是为了让流程的定义实现可移植性。

  • BPMN2.0元素

    • 流对象(Flow Objects),在一个业务流程中,流对象是用于定义行为的图形元素,主要有Events,Activities,Gateways
    • 数据,主要有Data Objects,Data Inputs,Data Outputs,Data Stores
    • 连接对象,用于连接流对象,Sequence Flows,Message Flows,Association,Data Association
    • 泳道,用于组织基础的模型元素,Pools ,Lanes
    • 制品,用于为流程提供附加信息,Group和Text Annotation
    • Events,用于描述流程中发生的事件,事件会对流程产生影响,事件会被触发或者产生结果
    • Activities,活动是工作流中的一个术语,活动包括任务和子流程
    • Gateways,网关主要用于控制流程中顺序流的走向,使用网关可以控制流程进行分支和合并
    • Sequence Flow,显示流程将会执行哪个活动
    • Message Flows,主要用于显示消息在流程参与者之间的传递
    • Associations,主要用于连接流程元素与其制品之间的关系
    • Pool,存放道的容器
    • Lane,用于区分流程参与人的职能范围
    • Data Objects,主要表示活动需要的或者产生的信息
    • Message,主要用于描述流程参与者之间的沟通内容
    • Group,主要用于存放一些流程信息,包括流程文档,流程分析等信息
    • Text Annotation,主要为阅读流程图的人提供附加的文字信息

3.第一个程序参考git分支->first-activiti

5.流程引擎配置参考git分支->processEngineConfiguration

6.流程引擎对象参考git分支->processEngine

7.用户与用户组参考git分支->IdentityService

8.流程存储参考git分支->repositoryService

9.流程任务管理参考git分支->taskService

10.流程控制

11.历史数据管理和流程引擎管理

12.流程事件

activiti6's People

Contributors

caspermxp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.