Skip to main content
January 2, 2026
Question

In the interface, the button uses a!startProcess. Although the process instance is created and completes successfully, the a!startProcess function still routes execution to the onError block.

  • January 2, 2026
  • 6 replies
  • 0 views

When using a!startProcess within the interface button, the process instance is successfully created and completes as expected. However, despite the successful execution, the a!startProcess function moves to the onError block, resulting in unintended error.

    6 replies

    stefanhelzle0001
    January 2, 2026

    On what kind of interface do you do this?

    January 3, 2026

    I have form in the process and using the interface object with the Button with the a!startProcess. the startprocess use to triger the process which has the intergration.

    stefanhelzle0001
    January 3, 2026
    However, despite the successful execution

    How do you know this?

    As per the documentation, onError is triggered when the process could not get started. Did you check process model security, process parameters, passed data and data types?

    mathieud0001
    January 2, 2026

    Is there anything in the logs that would give you a clue of what's going on?

    January 3, 2026

    I could not find anything from the logs

    shubhama926776
    January 5, 2026