Please add these features to support nested nodes in the new diagram control for Blazor. Please note, I may have picked the wrong control in this forum post as I am not sure which one is the new one.
BTW, I was able to build most of the above using the node grouping; however, an out-of-box solution would be great. I am happy to share my code with your developers if wanted.
Hello Scott Peal,
Most of your requirements can be fulfilled by utilizing the BPMN Expanded sub-process shape in the Diagram component. To gain more knowledge about BPMN shapes and expanded sub-processes, please refer to the UG documentation.
Here are the links to the resources:
BPMN Shapes: https://blazor.syncfusion.com/documentation/diagram/bpmn-shapes/bpmn-shapes
Expanded Sub-Process Shape: https://blazor.syncfusion.com/documentation/diagram/bpmn-shapes/bpmn-expanded-sub-process
In addition, we have provided an example sample using the BPMN shapes and video output for your reference. Please note that Diagram does not support events when dropping child nodes into parent nodes and cancelling drop.
Sample:https://github.com/SyncfusionExamples/Blazor-Diagram-Examples/tree/master/KB-Samples/BPMNSample