rajalakshmys-27 opened a new issue, #2312: URL: https://github.com/apache/incubator-kie-issues/issues/2312
The BPMN Editor prevents nesting sub-processes within other sub-processes, contradicting the BPMN 2.0 specification which explicitly allows hierarchical process decomposition. This blocks users from accurately modelling complex business processes that require multiple levels of abstraction. Steps to Reproduce: - Open the BPMN Editor and create a new process diagram. - Drag a Sub-process element onto the canvas and expand it. - Attempt to drag another Sub-process inside the first one. Expected: The nested sub-process is created, renders correctly, and the exported BPMN XML is valid per the BPMN 2.0 schema. Actual: The editor blocks the operation entirely, no nesting is possible at any level. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
