I'm writing a script that should run workbench once for each feature class in a File Geodatabase. For testing purposes I created a list of feature classes beforehand that I am passing to a subprocess call using python. I'm basically invoking the windows command prompt to run workbench once for each feature class in my list. In my workbench I've linked the Feature Types to Read to a user parameter which I pass the Feature Class name to in the subprocces call. I'm getting a long, weird error message back each time the process is run & the workbench is failing each time. When testing in workbench & giving the user parameter a Feature Class name everything is kosher.
Any suggestions from the community?
Thanks!