I have a flow that starts when a file is created, (added to a library). People will edit the file throughout the workflow process and there are various approvals. My understanding, is that the workflow will timeout after 30 days. There could also be other circumstances in which the workflow might need to be restarted.
It has been very simple in other workflow tools to simply manually trigger a workflow to start, even one that was setup to be an automated trigger. Is there a way to navigate to a specific item, and just manually restart that instance of the workflow? The reason this is necessary is because work has been done on the document, and removing it and adding it back would result in lost work, or force the user to save off the file, delete the file the workflow was running on and then add the saved off file back to retrigger the automated workflow. The work around is a bit messy. I want to be able to tell my user, to go here, click this button for this item and it will restart the workflow for that item. I would think in addition to whatever conditions we setup for automated triggering, people with the right access should be able to trigger any workflow at will.
Thanks in advance for your help!