i have a large project running in re framework with a lot of work flows
when there is an excption thrown it saves a screengrab to the exception screenshots folder as part of takescreenshot.xaml
the file is saves as "ExceptionScreenhot_42344323.png
is there any way to save the exception as something like Workflow2_42344323.png
if i use a rename actvitiy i am not not certain where i will supply the new name from eg worflow1_443423.png
as the job is running is currently renames the exception file as exceptionscreenshot_443423.png so how to provide either the failed workflow name or failed que item to rename the screenshot to something like worflow1_443423.png
maybe i can edit edit it in Take screenshot xaml like @nikhil.girish has suggested, i just dont know how to do it…