Hello
I would like to add a description input inside tasks
It would be nice if the generated xml was the same as if I added a text annotation
Maybe I can render the text annotation inside the task ?
But I don’t know how to do and didn’t find any example
Nicolas
Hi @nbouliol,
Thank you for reaching out. Can you share the example of what you’re trying to achieve for me to better understand?
Abdul
Hi @Abdul_Ahad
For the tasks, I would like to render the label in the task
The goal would be to add a description field inside the task
Something like this

This is generally possible but will require some effort to implement. You’d want either a custom attribute/element to save the description or for example use the bpmn:documentation
element. You’d then need to render the description and make it editable. For the latter we don’t have an example since it’s not a common use case.
Out of curiousity, why wouldn’t you just use a text annotation? Or a custom overlay that doesn’t require changes to what the visual semantics of the BPMN?
1 Like