Predefined User Task

Hello ,

I am looking on how to design a predefined list of user task so that admin when drags the User Task , he gets an option to select on of the predefined task rather then he writing or configure the User Task.

image

Some like the image pasted above which I got the reference . Can you point me to some doc for same ?

Question :

  1. Can I design it directly such predefined list in modeler under User Task ? or I need to deploy such custom task upfront in camunda ? Any document for same ?
    → We dont plan to embed camnuda into our service but use it as external service thus looking for best way to deploy and user such predefined use task

Thanks ,
Romil

Hi @romil,

Can I design it directly such predefined list in modeler under User Task ?

Yes, you can. Have a look at this example plugin: GitHub - ingorichtsmeier/camunda-modeler-plugin-connected-elements: Example of a modeller plugin to add some connected elements by dragging them as a single symbol from the palette.. It creates predefined and connected service tasks, and you can easily adopt it to user tasks.

or I need to deploy such custom task upfront in camunda ?

No. I can’t see how.

Any document for same ?

See the links in the README.md

Hope this helps, Ingo