How to draw new element to Flowable Modeler

Hi guys,

I’m trying to introduce new elements in Flowable Modeler, in particularly the Choreography Task:
ChoerographyTask

I need to add my element in stencilset_bpmn.json but i don’t know how to make a correctly “view”:

It seems to be XML language with svg, but i don’t know how to use Oryx.
Do you have any suggestion for me?
Thanks

The view is indeed an svg structure, which gets appended to the DOM when the element gets dropped. Best is to take the one from the regular task for example and enhance it (e.g. with inkscape) and then copy the svg back as xml into the json.