Flowable REST API

Flowable also ships a packaged REST API webapp that exposes the Process Engine services over HTTP. The REST API covers process definitions and deployments, process instances and variables, user tasks and forms, history, identity, and engine management, allowing non-Java clients to drive BPMN, CMMN, and DMN processes from any platform.

API entry from apis.yml

apis.yml Raw ↑
aid: flowable-api:rest-api
name: Flowable REST API
description: Flowable also ships a packaged REST API webapp that exposes the Process Engine services over
  HTTP. The REST API covers process definitions and deployments, process instances and variables, user
  tasks and forms, history, identity, and engine management, allowing non-Java clients to drive BPMN,
  CMMN, and DMN processes from any platform.
humanURL: https://www.flowable.com/open-source/docs/bpmn/
baseURL: https://www.flowable.com/open-source/docs/bpmn/
tags:
- BPM
- REST
- Workflows
properties:
- url: https://www.flowable.com/open-source/docs/
  type: Documentation
- url: https://github.com/flowable/flowable-engine
  type: GitHubRepository