Activiti
Activiti is a lightweight, Java-centric open-source Business Process Management (BPM) and workflow automation engine. It provides a BPMN 2.0 compliant process engine and a REST API for managing process definitions, process instances, tasks, variables, user management, deployments, and historical data. Activiti Cloud extends the platform to cloud-native environments using Spring Boot, Docker, and Kubernetes.
APIs
Activiti REST API
The Activiti REST API enables integration with the Activiti BPM engine, providing endpoints for managing deployments, process definitions, process instances, tasks, executions, ...
Activiti Cloud Runtime Bundle API
The Activiti Cloud Runtime Bundle provides a cloud-native REST API for executing BPMN 2.0 processes in a distributed, scalable environment. It exposes endpoints for process inst...