BPMN -> API

Upload BPMN files and get an API in return.

Examples

Hello World

The venerable hello world example.

Add Two Numbers

Accepts two parameters "x" and "y". Adds them and returns "result".

Workflow with Manual Task

The manual task must be completed by the caller to allow the workflow to complete.

API calls with a Service Task

Uses a Service Task to call an API and return its response.