I have a long running process with tasks and service calls inside.
The process was always starting & working good.
Now without changing anything I am getting after starting in the response that the process has already ended (ended: true).
Requesting the engine-rest/history/process-instance/{id} shows me that the process was completed and used only ~300msec to run.
PROBLEM SOLVED.