I am deploying Windows Powershell script components to monitor Windows Scheduled Tasks. I am currently using the Script Argument field to provide the name of the scheduled task,
but it would be great if I could simply substitute the name of the application (the same name as the task in my case), e.g. an ${ApplicationName} variable.