What would you like to be added?
Some shell scripts use the directory where they started (the working directory) to calculate other paths relative to it.
So, we can't always use the directory where the workflow application was started as the script's working directory. If we do, the script will fail.
Java's java.lang.ProcessBuilder has an explicit method for setting the working directory: directory(File directory), and I believe other languages also have something like this.
Proposal(s):
No response
Alternative(s):
No response
Additional info:
No response
Community Notes
- Please vote by adding a 👍 reaction to the feature to help us prioritize.
- If you are interested to work on this feature, please leave a comment.
What would you like to be added?
Some shell scripts use the directory where they started (the working directory) to calculate other paths relative to it.
So, we can't always use the directory where the workflow application was started as the script's working directory. If we do, the script will fail.
Java's
java.lang.ProcessBuilderhas an explicit method for setting the working directory:directory(File directory), and I believe other languages also have something like this.Proposal(s):
No response
Alternative(s):
No response
Additional info:
No response
Community Notes