-
Schedule Name to Variable
I have a single task that is triggered by multiple schedules. I want to set a variable so that I know which schedule triggered the task.
I've tried multiple Object Triggers and Conditions with no success. Is there anyway to accomplish this WITHOUT creating a separate task for each schedule?
Name
AMTrigger.Trigger
AMTrigger.AML
AMTrigger.TaskName
Automate Plus 11.7.0.90 -
Concurrent Script
I have an instance where I need to run a script that access multiple servers. Due to time constraints, I will need to run the script concurrently. When I loop through the dataset it will only run one at a time. Is there a way to run the scripts concurrently? The list of servers is dynamic and extremely large so creating a Task for each server is not feasible.
Schedule -> retrieves list of servers -> run script on each server
AutoMate Plus 11.7.0.90