Could not able to start a process

Hello,

I have modeled a simple flow engine using BPMN 2.0. I have been following the guide provided in here Get started with Camunda | docs.camunda.org.

In that step, i am trying to start a process but it’s throwing me an error saying
" The user with id ‘****’ does not have ‘CREATE’ permission on resource ‘ProcessInstance’."

even though i have granted CREATE permission in process Instance for the same user.
(the user id is same as mentioned in BPMN modeler)

I am stuck. Can anybody please help me with this?

Thanks.

Hello,

You also need “Create Instance” in Process Definition Permissions.
Please add it and try again to start the process.
For reference here is the documentation.

Best regards,
Yana

1 Like

Thanks. It worked.

For my clarification, I have given ‘ALL’ previously which means it should allow all the permissions right?

Hi,

Yes, in general if you configure “All” permission for Process Instances and Process Definitions, you should allow the operations related to them.
This is not valid if you have configured Revoke Authorizations. But I guess that is not your case.

Best regards,
Yana

1 Like