Author

Niall Deehan

Start and complete a process with the REST API

Please note that this post is getting older and parts are out of date. If you’re looking to use our REST API, you can find updated versions here: Camunda Platform 8: Start a Camunda Platform 8 Process via REST with Webhooks Camunda Platform 7: Start and Step Through a Process with REST (feat. SwaggerUI) If you’ve already downloaded the Camunda BPM platform you’ve already got our invoice example running locally. So I’m going to start with how you might run through that process using our REST API. I’m going to assume that you’ve got some method of making those calls either programmatically or using a RestClient (I’ve used chrome’s advanced rest client to test the calls). So lets begin… Starting…

By Niall Deehan

Deploy a Camunda BPM Docker Image with Amazon Web Services

No one could argue that deploying the Camunda BPM platform to a web server is unmatched in its adrenaline-inducing excitement, but we should spare a thought for those people whose aversion to scripts and consoles has meant that they have never had the opportunity to enjoy Camunda BPM deployments to their fullest. Until now…   In this post I’m going to explain in detail how you can deploy Camunda BPM to a server using docker and Amazon Web Services (AWS) and interestingly enough – it doesn’t require so much as a glance at a console cursor. To achieve this we’re going to be using two Amazon services: RDS – to setup the process engine’s database EC2 Container Service – as…

By Niall Deehan

Try All Features of Camunda