Umbraco.Forms.Issues
Umbraco.Forms.Issues copied to clipboard
Cannot retry a workflow that failed. Workflow is missing from the entry's Workflow Audit table.
Which Umbraco Forms version are you using? (Please write the exact version, example: 13.4.0)
13.4.1
Which Umbraco version are you using? (Please write the exact version, example: 13.5.2)
13.7.2
Issue summary
I have two workflows assigned to a form: "Referral Update" and "Move Attachments to Lead File"
If my second workflow, "Move Attachments to Lead File" errors during execution, I notice the following result:
The first entry in this screenshot failed. Notice how the Workflow count (right-most column) shows 1/1 instead of 1/2? When viewing the entry, the workflow does not show up either:
I think "Move Attachments to Lead File" should show here, along with the option to "Run Again".
Specifics
No response
Steps to reproduce
I believe you can replicate this by:
- Create a form.
- Assign two workflows.
- Purposely throw an error in the 2nd workflow.
Expected result / actual result
I'd expect the second workflow, "Move Attachments to Lead File" to show in the Workflow Audit and the ability to try and run it again.