Store arguments / variable values at runtime globally - is it possible?

Hi all and thanks in advance,

Is it possible to write/store variable/argument values at runtime (per Activity) for the whole project?
I tried to use the Global Exception Handler for that purpose but I don’t know how to read out the workflows values.

My ultimate goal is to store all values and parameters into a temp.file in case an exception occurs to create an imprint of the workflows current parameters.

Maybe there is an easy solution I’m not seeing?

If anyone has a hint, idea or solution that would be awesome.
Thanks!

Can be saved to an Excel

Solved it - not quite elegantly but nontheless:

In the Global Exception Handler just call
errorInfo.Variable(“variableName”).ToStriog
errorInfo.Arguments(“variableName”).ToString

… this gives the values at runtime

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.