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.
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”.