Where SimpleDemo.war was build, following the instructions of Learn Camunda with Niall in video 2 (Camunda for Java Developers)
The Dashboard on Cockpit shows SimpleDemo as a suscesful deployed process, but when I started it several times from the Camunda Tasklist, and I go back to Cockpit, there is no run information about the process, even when I started it showed the message “… the process has been started …”.
What’s happened is indeed that you started the process and it completed.
using the Community Platform you have no history view in cockpit, but you can check for finished processes instances via the Rest API - http://localhost:8080/engine-rest/history/process-instance?completed=true
This should return a JSON representation of all insistence’s that have been completed.