Custom tasks for BPMN

Hi
We want to develop some custom BPMN tasks. like REST tasks in flowable to let end user send SMS , … .We also need some custom tasks for REST,SQL,Entity creation and … How is it possible in Jmix

Hi,

We don’t have custom elements in Jmix yet. There is an issue for that.

For most of the cases you may use Service Task and configure it using bean method parameters. Not very user-friendly, but at least it works.

As for creating entities, there is an Entity Data Task element. You may use it.

We had a discussion about custom elements recently, you may look into it.

Hi
Thanks for your update. It was great if there was an extension api then community could create some custom task addons eg: BPM SMS addon , …