Custom Service Task

Is it possible to build custom service task? I would like to have custom service task that derived from service task, but I will by default configure listeners on them. Is this possible?

What you describe is not directly possible in Camunda, you cannot derive a new BPMN element type from the built-in Service Task. However, you can create a Service Task template (reusable service tasks) that pre-configures the listeners, headers, or mappings you want. This way, when you drop your custom template from the palette, it already contains your defaults. Does this approach match what you need?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.