Skip to content

Add missing optional directory property on the RunShell #1191

Description

@cvgaviao

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area: specChanges in the Specificationchange: featureNew feature or request. Impacts in a minor version changetype: feature

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions