Summary

Processes and SubProcesses should have at least one StartEvent and one EndEvent.

Details

Processes and SubProcesses represent an independent process, and a process is represented with a single sequence, starting with a StartEvent, and ending with an EndEvent.

Tips

If you have a sequence that does not start with a StartEvent and end with an EndEvent, you should add them to your sequence to make it right.