Not so long ago I wrote a series of posts about Flowable: Getting started with Flowable How To: Build Flowable How To: Flowable and LDAP Flowable's REST API - Part 1 Flowable's REST API - Part 2 Flowable's REST API - Part 3 There are quite a few open source…
3 posts tagged
BPMN
Flowable's REST API - Part 1
I'm working on a proof-of-concept that needs to provide runtime support for the execution of business processes. Right now, I'm happy to use the Flowable Modeler to model business processes and to create User tasks and process instances, however, I'd also like to use Flowable's REST API to interact with…
Getting started with Flowable
I'm working on a proof-of-concept that needs to provide runtime support for the execution of business processes. Luckily for me there are quite a few open source workflow engines to choose from. I thought I'd start by taking a look at Flowable. Getting Started The easiest way to get started…