Skip to main content

jEAP Process Context Service

The jEAP Process Context Service (PCS) provides a process context for cross-service processes in an event driven architecture, without having to control the execution of the processes with a central process engine (choreography over orchestration). It consumes the domain events and commands of the participating services, tracks the state of the process instances and their tasks, and visualizes them in a UI — so that a process can be followed and analysed, and events can be published in reaction to changed process states or milestones.

This repository is published as a library: every business application creates and deploys its own PCS instance depending on it, containing the process definitions specific to that application.

Documentation