Skip to main content
soumodeepn6335
September 23, 2024
Solved

Error executing process model through site

  • September 23, 2024
  • 14 replies
  • 0 views

I developed a process model with a form that collects employee details. If the "submit" button is clicked, it moves to a user input task with "Approve" button. Upon pressing this, the details are updated in the database. The issue is that when I run the process model in debug mode, it works perfectly, but when I run it through the site action button, the first page is displayed but doesn’t proceed to the user input task. Instead, it stayed on that page.

Please provide a solution.

    Best answer by venkatrea696188

    You missed chaining after Start node (between start node and XOR)

    14 replies

    somasundaram.d
    September 23, 2024

    Can you share the code used in button?

    soumodeepn6335
    September 23, 2024

    which button? the user input task has an interface which has approve button. All buttons are working perfectly. but my point is when the process model starts from the start node then when it reaches the user input task the form doesn't open automatically. It opens on clicking view form. then on accepting the form works 

    venkatrea696188
    September 23, 2024

    Yeah that's what we are mentioning before, The chaining is incorrect, After start form you skipped the chaining. Configure Chaining in between them, it will fix everything for you

    You missed chaining after Start node (between start node and XOR)
    sarathkumr268295
    September 23, 2024

    Can you share the process model picture?

    soumodeepn6335
    September 23, 2024

    sarathkumr268295
    September 23, 2024

    Did you check how the process model is behaving in the monitoring mode once you execute it from the site page? Like which flow is it taking ?? In site object, how you have defined this page?? As a process model or as an interface?

    gayatria0439
    September 23, 2024

    Hi [mention:5c1da28646bf4ae2a8cc91449cc0b139:e9ed411860ed4f2ba0265705b8793d05] ,

    Based on the requirements to achieve the necessary functionality, we need to mainly follow these steps. So, please check the following:

    1. On-site: Whether you have called the process model or not.
    2. Process model: Check the need for activity chaining.
    3. Interface: Check whether you have set 'submit' to true for the approve/reject buttons."
    prasantap0900
    September 23, 2024

    Activity chaining is needed and check the button configuration also