State Machine Workflow modification form
Looking at the code for the example, I can see that it has an 'EnableWorkflowModification' step to, well, enable a modification form. I looked this up on the MSDN site, and found that the pages I saw (http://msdn2.microsoft.com/en-us/library/ms550177.aspx and (http://msdn2.microsoft.com/en-us/library/ms480794.aspx) discuss the 'scope' of the enabled form.
However, scopes don't seem to make much sense in the context of a state machine workflow. The modification form would need to be enabled for a state, not a scope. There are no 'IEventActivity' steps to block the progress of the workflow while it is in a scope. Thus, 'rest' condition of the workflow is in a StateActivity, waiting for an event - and it is only in this condition that a user would have a chance of actually using a modification form.
Could you clarify how I'm meant to use Modification forms in SharePoint 2007 state machine workflow? Or is this too specific to SharePoint?

