Workflows Service

Venkat Pandeti
5 min readOct 19, 2021

This article explains creating a workflow framework using the microservice pattern that enables implementing workflows of multiple types through the “Workflows” microservice that runs the embedded Camunda engine. Camunda is a popular open-source workflow and decision automation platform. Camunda Business Process Management (Camunda BPM) is a lightweight Java-based framework. It can be embedded inside a Java server application using Camunda Maven dependency and Spring Boot.

Design considerations

--

--