Camunda rest api without embedded camunda

hi, can we use camunda rest without using embedded camunda in my java project? Simply can i create a spring boot project and start my camunda separately using camunda startup script and make REST calls from my java app to the camunda REST services?

Sure, that isn’t a problem at all.
You might want to look at Camunda Run

1 Like

okay, thank you for the support. I’ll read it and try out it :slight_smile: