R – SharePoint modification forms in state machine workflows

modification-formsharepointstate-machineworkflow

I've been perplexed lately working on a SharePoint state machine workflow. I was hoping to add some modification forms to the workflow so that I could reassign a task while in its state. Unfortunately, modification forms don't seem to be documented for use with state machine workflows (pretty straight forward for sequence workflows though) anywhere that I can find. The use of the ScopeHandlingActivity and its associated event handlers don't seem to mesh well with the state machine.

Has anyone gotten modification forms to work in a state machine workflow and how did you go about doing it?

Thanks!

Best Answer

Why don't you just modify task form and extend it by possibility to reassign task?