Skip to main content
atuls8902
July 14, 2023
Question

Use error() function

  • July 14, 2023
  • 2 replies
  • 1 view

How to use error() function and what is the  best use of error function

2 replies

sarathkumr268295
July 14, 2023

please refer this link. Seems its just for informational purpose

docs.appian.com/.../fnc_informational_error.html

stefanhelzle0001
Brainy
July 14, 2023

When calling the error function in a process context, it will pause the process by exception. Use that in situations where you need to stop the process, analyze and solve the root problem and then continue.

In user interfaces, use error() to show a custom, red and ugly, error message to the user. Use that in cases where the UI cannot progress, similar to the process scenario.