Skip to main content
January 13, 2025
Question

How to show process model error on the interface.

  • January 13, 2025
  • 2 replies
  • 0 views

I am using the a! start process function on the button. so the error of process model in the rich text field.

    2 replies

    amaans4178
    January 13, 2025

    Hi Salonik, 
    As far as I know, that's not possible. However, the a!startProecss smart service includes an onError parameter, which you can use to save a custom(eg: couldn't complete the action) error message. This message can be displayed in the user interface to inform users if started process encountered any error.

    stefanhelzle0001
    January 13, 2025

    You could store the error to a process variable, and then display this to the user.