How to Add custom behaviors/custom tasks

I’m looking for documentation or assistance trying to add a custom behavior to the process engine. I’m using the example found here and want to add this to my docker image, but I can’t find anything about where to put my outputs or how to register it within the engine. I have a similar issue for tasks. I see how to add support for them to the modeler, but it’s not clear how to add them to the engine.

Thanks in advance.
Joel

Hi Joel,

you have to build a process application that contains your Java delegates, executions listeners, and business logic.

Please have a look at the get started guide.

Does this help you?

Best regards,
Philipp

1 Like

Yes, it does. Thank you.