Hello,
I am trying to create a main process using a sub process. Everything works as intended until the main process switches to the sub process and the sub process ends successfully.
I'd expect that only the sub process ends and the main process continue with the next user task, but the main process ends too.
Subprocess in german:

The sub process is connected with the next user task in the main process.
I'm quite new to BPMN, so maybe I designed something wrong?
All the best