Generic method to get list of all arguments

Is it possible to have a generic method to put at the top of every sequence to log all arguments including their values?

2 Likes

Hey @stafbauer

You can find the properties in the invoke workflow activity to enable logging.

This will fulfill your need.

Thanks
#nK

1 Like

thanks, this is already helpfull, but I was wondering if apart from this method, it is also possible to extract this info (or save it somewhere) so it can be used, like adding log fields with the argument values?

1 Like