ExecutePythonScript step WorkingDirectory input

ExecutePythonScript step WorkingDirectory input

Comments

  • Hi
    We are trying to execute queries in Decisions using the ExecutePythonScript step. We see there is an input, namely WorkingDirectory. Our scripts reside in a different domain than the machine where we have our Decisions installed. How do I get past this?

    [img]att1[/img]

  • The [b]Working Directory[/b] relates to the directory that the script would be looking for if it has to do anything related to the directory such as inserting something at a particular location or fetching the file count from a specific folder. This input field doesnt refer to the place where the Python script resides. If you can bring the scripts in Decisions by establishing connections to the other machine, you can provide them as the [b]ScriptFile [/b]input, and you should be good to execute them without any issues.

Sign In or Register to comment.