Resubmit Workflow as Original Submitter
under review
Brian Simpson
We have several workflows that are triggered by form submission and those are both internal and external to our MSP. I'd like to have the option to resubmit a workflow execution and have it retain the original user information so that steps in the workflow that trigger based on who submitted the form continue to use the original.
Log In
D
Dan Knutson
under review
Tim Fournet
Hey Brian,
You can do this now by specifying the user.username when you re-run the workflow! Just modify the JSON in the re-run dialog to add the following entry:
{ "user": { "username": "originalperson@company.com" } }
Brian Simpson
Tim Fournet: Well, I feel silly for having never thought of doing that
Joe Wood
oh yes, I definitely need this