Model Element Templates -- Need To Set Defaults

Hi guys,

I’m using the new Camunda Modeler with custom element templates, which are set with an elements.json file. I want to create a custom element type that sets the default for the Details Implementation to ‘External’ and the Topic to a string (‘runCmd’) automatically with no user input. Can this be done, and what format is required in the elements.json to achieve this?

Details
Implementaiton = External
Topic = ‘runCmd’ (a String)

Thanks!

I found the answer here. So never mind. :slight_smile:

1 Like