Umbraco.Forms.Issues icon indicating copy to clipboard operation
Umbraco.Forms.Issues copied to clipboard

Cannot retry a workflow that failed. Workflow is missing from the entry's Workflow Audit table.

Open markadrake opened this issue 8 months ago • 0 comments

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"

Image

If my second workflow, "Move Attachments to Lead File" errors during execution, I notice the following result:

Image

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:

Image

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:

  1. Create a form.
  2. Assign two workflows.
  3. Purposely throw an error in the 2nd workflow.

Image

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.

markadrake avatar Mar 26 '25 19:03 markadrake