I have setup a vm in dev instance to run an automation to tes t the vm . The automation works in my local machine but failing in VM.
Print all the arguments and variables of your SendEmailException.xaml workflow. As per error - One of the variable or argument is getting null value which is resulting in this failure.
Most probably check your assets if any asset is not having values.
If it was a null value , shouldn’t the same exception occur while I run the automation on my local machine ?
Because apparently it is not occuring on my machine
Can you please run the process in debug mode in your van and check what activity it’s is failing at?
Looks like exception is happening in initialisation state and then control is moving to end process state right away and trying to send email.
This null exception can occur if exception happened even before config could initialize in which case if you are trying to use config value in sendexceptionemail, it will throw this error
Also confirm when you have set up the dev instance for your vm, all the assets for that are supplied value.
Regards
Sonali