Hello,
I’m accomplishing the SubprocessTask node in my Workflow Designer and there is a problem I can’t really figure out how to do.
In my designer, there is a BoundaryEvent node that attachment the edge of Task node, like this:
And there is EventDefine could drag into the BoundaryEvent,like this:
So the UserTask is a group and the BoundaryEvent is group too. the BoundaryEvent as a member add in the UserTask that without placeholder. so I can calculate BoundaryEvent 's position on edge of the UserTask.
I have SubprocessTask node that contain a placeholder and any node could drag into it, like this:
But I can’t accomplish BoundaryEvent on edge of the SubprocessTask, because the node as member of the SubprocessTask couldn’t beyond its edge and must in the area of placeholder.
I want do something about BoundaryEvent with SubprocessTask like UserTask, and the SubprocessTask has its own abilities. What should I do?
Thank you in advance for your help.