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
OpenAPI
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…
Agile RESTful API Design
There are two common workflows followed by software engineers developing RESTful API's: the Specification-first approach; and the Implementation-first approach. The Specification-first approach The OpenAPI specification (formerly known as the Swagger specification) is the most popular and widely adopted specification for RESTful APIs. And, there are a great many tools, libraries…