Json form at start event

Hello, I’m new to camunda, I tried to start my process with a json listener start event. I can’t find how to model it an start it with java code. Can you please help me to find some examples for this case?
Thank you

Hi @Boubaker_Idir,

You can find an example on how to start a process instance over the REST API in the Quick Start section of the documentation.

https://docs.camunda.org/get-started/quick-start/deploy/#start-a-process-instance

We also have some video tutorials available. https://camunda.com/learn/videos/

I hope this helps you.
Cheers,
Miklas

1 Like

Thank you for your answer, that’s what I needed. Cheers