Is Camunda just for Modelling or can i execute/call Code like REST apis, etc

I have modelled my model with Camunda Modeller, but I want to execute Code now when I get to first Task in my diagram. Is this possible ? I want to do a HTTP Post-Call to a REST API.

This is very much the primary purpose of Camunda.
You can find out more by following either the getting started video tutorial for

There are a lot of other resources but thats a good start.
-Niall

1 Like

I did those video tutorials, but I didnt really find out, if I can execute Code now when I started a process and gets to the first task, the tutorials are just with usertasks, but are there some tasks to execute Java Code for calling REST APIs, is this possible ? About a clear yes or no, I would be happy.

Thanks

Try this tutorial, should help you out.

1 Like