How to remove Start Event from Subprocess?

Hello,
I am trying to remove the Start event Circle from the Subprocess.
I want my Subprocess to be empty by default.
Do you know how this can be done?

image

Thanks.

You’d have to add a custom palette provider that overrides the palette entry for the sub process (cf. bpmn-js/PaletteProvider.js at develop · bpmn-io/bpmn-js · GitHub) with one that creates an empty sub process.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.