Get error from Process Instance

Certified Lead Developer

Hi all.

I would like to capture via API the error that has occurred within a process instance in Appian. I have tried to do it with several methods through the ProcessExecutionService, but I can't find a way to do it.

The error I want to capture is the one I can see within the process instance in the errors tab

Could you help me please?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Stefan Helzle

    I know that it's a depcrecated version, but still functional. From the api , there is no replacement class for PortalNotificationService, but have no idea about any other alternative....

    In the API, it can be read this must be actually done using tempo interface, and I suposse that this interface uses another api class in order to read notifications.  COuld be possible to get information about the way tempo interface works please?

Children