Seam Graphical Pageflow Designer missing start-state and end-state diagram (for Drag an Drop use and for Visualisation when present in PageFlow code)
e.g.
<pageflow-definition name="featureRequest">
<start-state name="start">
<transition to="end" />
</start-state>
<end-state name="end" />
</pageflow-definition>