My diagram of a state machine is mainly a flowchart, but due to common states as "Error" and "Abort" and "Edit" the ordinary flow is disturbed and I end up with diagrams with lots of crossing edges.
Is there a way to temporarily hide/disable these nodes when changing layout, and then afterwards either manually add/enable/show them, or add them underneath all other edges?
That way I could get a good diagram displaying the main flow, and add the exception states at a suitable point in the diagram.