Giter Club home page Giter Club logo

activitidemo's Introduction

activitidemo

activiti工作流demo,数据库使用mysql,spring + mybatis + activiti

适合入门学习使用,把系统跑起来,流程走一遍,看数据库内表数据的变化。

  1. 修改config.properties里面的而数据库连接,然后启动项目,会自动建立activiti库及相应的表;
  2. 手动在act_id_user表内录入用户信息;
  3. 登录:http://localhost:8080/activitidemo 里面有:
  • 模型列表,可创建新模型,发布、导出;
  • 流程列表,流程定义,启动流程;
  • 运行中流程,正在运行的流程;
  1. 调用接口创建模型,模型创建成功后自动跳进流程编辑页面
  • http://localhost:8080/activiti/createModel?name=testname&key=key&description=description111
  1. 编辑好流程后点保存按钮即可。
  2. 发布流程接口
  • http://localhost:8080/activiti/deploye
  • 需传入模型id,{"id":"1"}
  1. 其他接口请看代码。

activitidemo's People

Contributors

haochenchn avatar

Watchers

James Cloos 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.