Can I pass additional arguments to a global exception handler?
For example:
In my main workflow there is datatable variable with very important data stored, in the end of the main worklow it has to write an excel file with this data. If some error occur in any point of this main workflow it is very important to write this excel file, but how can i pass this data to the global exception handler?