Hello,
I have an automation that takes a timeout value as in Input argument to Main.xaml. The Robot is supposed to wait for something and proceed after this wait time.
The value of this Int32 argument is set to a default value of 3 minutes. In production, it is supposed to be set to 30 minutes.
When deploying the Automation as an Unattended Process, I have overridden this input argument to 30 minutes. Despite doing that the Robot still waits only for 3 minutes when the automation is triggered by a scheduler
I then went back to the project and redeployed it after removing the default value and then set a value of 30 minutes in the Orchestrator Process. And this time it worked and the Robot waited for 30 minutes.
I read this documentation and I don’t think I am missing anything other than the fact that the input argument is an Int32