Cockpit not showing completed processes

I created a sample process as part of evaluating Camunda and bootstrapped it with Spring Boot. The processes were started from the code successfully but vanished from the cockpit once completed. Does Cockpit show the completed processes? If not, what is the alternate?

The open source edition only shows running processes (“runtime”). Viewing completed processes (“history”) is feature of the commercial enterprise version.

I recently started an open-source project to have at least minimal view for completed processes:

That thread also includes some Spring Boot instructions.

1 Like