- introduce a boolean ( isFork) to mark a node as a fork : on this node we can only add or delete transitions and we can't modify the conditions , so that we are sure it stays a true fork
( it can be useful for adding more validation rules on Studio side https://jira.nuxeo.com/browse/NXP-10538 ) - use dedicated representations for Start, End, Merge and Fork nodes