Element templates are not shown.

Hello,
I have installed Camunda 8 using Docker Compose following the official guidelines. However, in the Web Modeler, the Templates section does not appear as shown in the documentation or screenshots. What could be the reason for this?

My purpose in using the Web Modeler is to build a system that automatically executes certain tasks — for example, pinging a specific address. I could also achieve this through HTTP requests such as POST or GET, so if the Web Modeler supports HTTP calls, it could solve my problem.

How can I resolve this issue?

Hi @dogukane, welcome to the forums! I believe that section is missing because you haven’t given the task a type yet. If you change the type to a Service Task, the templates section should appear.

Regarding HTTP calls, we support a REST connector that can make GET or POST requests to any endpoint.

Hello, unfortunately even i changed to service task, nothing changed.
image

@dogukane - apologies, I didn’t look closely enough at the screenshot. You have opened a Camunda 7 diagram; the templates are part of Camunda 8. In Desktop Modeler, go to File → New File or click the “+” in the upper right, and select “BPMN Diagram” under “Camunda 8”

Hello @nathan.loding , thank you for your interest. I did not find desktop modeler. But the following situation caught my attention. Even if I upload the templates as ready diagrams, I cannot use them. I have a Non-production license and a Non-commercial license. Could this be because of that?

@dogukane - the original screenshots appear to be from Desktop Modeler. The license shouldn’t matter for these templates.

How have you deployed Camunda? (Docker, Helm, etc.)? Can you share the configs?