Timer start event unable to run

Hi all,

I’ve tried to run the workflow above, but it returns following error: -

Command ‘CREATE’ rejected with code ‘INVALID_STATE’: Expected to create instance of process with none start event, but there is no such event[ deploy-error ].

My cluster is currently running on Zeebe 8.3.0-alpha 1.
Please advice. Thank you.

Hi @Jenneffer_Jiminit,

Your process has a timer start event. Hence, it can only be started by this timer.
You receive this error, if you try to start it from the modeler or another client.
If you want to start a process via a client, make sure that it has a “None Start Event”.

I can into the same issue while trying to write a process test for a similar bpmn model. @StephanHaarmann do you know how I could solve this?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.