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.
a!startProcess
Discussion posts and replies are publicly visible
On what kind of interface do you do this?
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.
!startProcess. the startprocess use to triger the process which has the intergration.
dharaniv7118 said: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?