28-02-20 07:24 AM
28-02-20 01:58 PM
06-03-20 04:53 AM
06-03-20 08:35 AM
21-06-20 04:55 PM
21-06-20 05:36 PM
21-06-20 06:26 PM
21-06-20 07:06 PM
C:\Users\blueprism\Documents\GT_Solution.exe "C:\SomeFilePath" -f
C:\python3 HelloWorld.py [Parameters]
There is an actual Python execution VBO available on the DX. Have you tried that as opposed to the Utility - Environment VBO?
One thing I would recommend is to change your parameter data to something like this:
Chr(34) & [Destination FilePath] & Chr(34) & " -f"
I don't think this change will impact the error you're seeing, but it will make you're data easier to read and maintain.
Cheers,
22-06-20 05:46 AM