I am trying to get a handle on this new SharePoint 2013 declarative workflow in Visual Studio.
Maybe I am thinking to hard on this, but I am having trouble coming up with a solution to enable a user to upload a document on a task form.
At a certain point in the workflow process I need the user to scan a signed document and upload it into the list item that initiated the workflow. Once they have done this, the task is completed.
In 2010 you would create a custom task form, slap an input on it and call it a day.
Any help would be greatly appreciated.