Hi, I want to create a vertical pool, what should I do ? Thanks in advance!
Nothing! We do not support vertical modeling.
Importing of vertical modeled diagrams works though.
Does it support in the future ?
And how to import vertical modeled diagrams ?
Not planned, unless we get larger amounts of users requesting this.
Get it, Thank you !!
is it possible in some way to request this with money?
if yes, what is the usual way for doing this?
One way would be to create a decent quality pull request for the feature
Probably rendering vertical pools would be a good ticket to start PRing. A follow up is implementing modeling of vertical pools.
Hello, do you have any ideas and suggestions for developing vertical poolļ¼
To which extend did you look into the matter already?
- ābpmn-js-8.3.1/lib/features/modeling/behavior/IsHorizontalFix.jsā
In this fileļ¼ābo.di.set(āisHorizontalā, true)ā
2.ābpmn-js-8.3.1/node_modules/bpmn-moddle/resources/bpmn/json/bpmndi.jsonā
In this file, " {ānameā: āisHorizontalā, āisAttrā: true, ātypeā: āBooleanā }"
I think these are important, but I donāt know where to start. I am looking forward to your advice and guidance.
When it comes to drawing only the BpmnRenderer
is the place to support vertical pools.
I have drawn the vertical pool and the lane according to your tips, but now there is a problem, which files are involved in auto-resize the size? For example, elements(shapes) are placed on the lane boundary, or the lane boundary is expanded manually.
Please do not necrobump old topics. Instead link to this thread from new topic.
Also, please try to give more context there (code snippets, your setup, ā¦). Thanks!