MVN

io.github.eaopen : eap-module-bpm

Maven & Gradle

Apr 27, 2024

eap-module-bpm · bpm 包下,业务流程管理(Business Process Management),工作流相关的功能。 例如说:流程定义、表单配置、审核中心(我的申请、我的待办、我的已办)等等 方案一: 工作流基于 Flowable 6 实现,分成流程定义、流程表单、流程实例、流程任务等功能模块。 方案二: 集成OpenBpm(基于Activiti5的工作流以及相关模型及表单功能) 方案三: 简易工作流simpleFlow(配置在线设计visualdev模块)

<dependency>
    <groupId>io.github.eaopen</groupId>
    <artifactId>eap-module-bpm</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.eaopen : eap-module-bpm to add to Maven - Latest Versions:

  • Latest Stable: 2.5.1

All Versions

Choose a version of io.github.eaopen : eap-module-bpm to add to Maven - All Versions:

Version Vulnerabilities Updated
2.5.x
eap-module-bpm-2.5.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.eaopen</groupId>
    <artifactId>eap-module-bpm</artifactId>
    <version>2.5.1</version>
</dependency>