The Throw Exception action allows you to stop the workflow process and send a specific error back to the user

This is most commonly used to watch for missing or bad data. You would normally apply a rule as to when this action should run so it would only happen when X=1 and Y=2 for example.


Options


    • Exception to Throw - This is the message to show to the end user. If the rules say this action should run then you want to tell the user why. Enter a message for them. You can even use variables so you could say"Brad, you forgot the due date" by entering "[UserFirst], you forgot the due date".



All fields can contain static values or variables.