Summary

A SequenceFlow cannot target a StartEvent, nor have an EndEvent as its source.

Details

A StartEvent begins a sequence and cannot have incoming flows. Similarly, an EndEvent ends a sequence and cannot have any outgoing flows.

Tips

If you have incoming flows on a StartEvent or outgoing flows from an EndEvent, you must remove them.