Resubmit Workflow as Original Submitter
under review
L
Lava Puma
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
W
Whispering Rook
under review
G
Gunmetal Duck
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" } }
L
Lava Puma
Gunmetal Duck: Well, I feel silly for having never thought of doing that
C
Certain Anteater
oh yes, I definitely need this