Error Process Variables
When an error occurs in a process, the data pertaining to the error is placed into process variables. The $_error
process variable contains general error information. Activities can also have error process variables named $_error_<
activityName
>
. In the event of an error, the activity’s error variable is populated with the appropriate error schema.
For more information about handling errors and error process variables, see Error Handling.