Registry / other / activiti-bpmn-model

activiti-bpmn-model

JSON →
library6.0.0javamavenunverified

Provides the BPMN 2.0 model classes for the Activiti workflow and BPM engine.

<dependency> <groupId>org.activiti</groupId> <artifactId>activiti-bpmn-model</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · ACTIVITI-BPMN-MODE
A
activiti-bpmn-model
otherjavav6.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BpmnModel
org.activiti.bpmn.model.BpmnModel

Create a BPMN model and add a process definition.

import org.activiti.bpmn.model.BpmnModel; import org.activiti.bpmn.model.Process; BpmnModel model = new BpmnModel(); Process process = new Process(); process.setId("myProcess"); model.addProcess(process);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
49 hits · last 30 days
node
42
OpenAI (training)
1
Resources
activiti-bpmn-model — mvn dependency:get activiti-bpmn-model · libregistry