Generate process Report which has process model stats, like process is errored out/completed , if process is errored out it should show the error in the report. Is there any way to achieve this in Appian, As we have a requirement to collect those data , convert to JSON and pass to an external application through WEBAPI?
Discussion posts and replies are publicly visible
Perhaps you can try this plugin: community.appian.com/.../appian-error-function
Hi Mathieu,
I think the plugin will work same as the function which retrieve process instance paused by exception. Is there a way to get the error like process is active with error?https://docs.appian.com/suite/help/23.2/Process_and_Report_Data.html#process-metrics
https://docs.appian.com/suite/help/23.2/fnc_scripting_numtasksforprocessmodelforstatus.html
Thanks for the solution, Then other than plugin There is no way?