Is it possible to set the %PATH% environment variable on a per job basis?
This is the error that I get when my tasks run trying to set PATH through the C# API.
Error from node: NODE1:Exception 'Item has already been added. Key in dictionary: 'Path' Key being added: 'PATH'' reported creating the task.
A specific program requires a directory in PATH, but I don't want to set it globally for all users and applications that run.