Started process is not showing in TaskList/Cockpit

Hi,

I was hitting Camunda work flow using REST api (engine-rest/process-definition/key/{id}/start).
Earlier it was working fine, but today I face a strange issue.
The process got started successfully but there is not any new process in tasklist or cockpit.

Also I tried by starting process from tasklist, but the same issue I faced.
Every time I got message that “The Process Started Successfully” but there is no any process in tasklist or cockpit. In server console also there is no any error message.

I am unable to debug this issue, can anyone please suggest for this issue?
Thank you,
Jignesh Pithva.

Hi,

Perhaps the process has no asynchronous continuations and is thus running to completion from the initial start request? If you have history turned on, see if the process instance shows up as a completed process via the history view.

regards

Rob