Skip to main content
May 26, 2026
Question

Capture error from the process and show in the interface

  • May 26, 2026
  • 2 replies
  • 0 views

We have 4 query database smart service nodes in the process model which we are triggering through interface using a!startProcess() based on selected action like add,update and move but business want us to show real time error in the interface if any node fails or process fails, how can we achieve this?

    2 replies

    stefanhelzle0001
    May 26, 2026

    Did you consider using related record actions instead of startProcess?

    subhankarb6682
    May 27, 2026

    If you are after a specific node failures , then your design should be very intensive and after every node you need to make DB entry for success/ failures- messages... and you can call it from interface using refresh function. But Stefan Helzle's suggestion is very valid.