I’m using the fluent builder API to generate some process definitions on the fly. I know the support is limited, but I was wondering about boundary events. They are not documented as supported. It seems however that there are builders in there and the generated process contains the boundaries if you define them. I can’t find how to complete the path though.
However, anything I add after this gets stuck on to the same path after the end event. How do I end the path from the boundary event and proceed with the outgoing flow from the same service task?
It would be a good idea to document it a bit more, I think. I also noticed there doesn’t seem to be a way to add documentation to elements. That would also be a neat addition.