Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • James 23 posts 156 karma points
    Feb 22, 2024 @ 00:16
    James
    0

    Umbraco Forms Custom Workflow - Rerun

    I have a custom workflow for processing payments.

    If the payment fails, the user is returned to the form and the form is re-populated using "AllowEditableFormSubmissions"

    However, when re-submitting the form, the Workflow is no longer hit.

    Does anyone know how I can get this to work and fire the workflow again?

  • James 23 posts 156 karma points
    Feb 22, 2024 @ 00:33
    James
    100

    Looks like there is a setting for this, just set IgnoreWorkFlowsOnEdit to false:

    "Forms": {
      "Options": {
        "AllowEditableFormSubmissions": true,
        "IgnoreWorkFlowsOnEdit": false // this is the fix
    
      },
    
Please Sign in or register to post replies

Write your reply to:

Draft