-
I have a workflow with a step that calls a python script through something like: command:
- poetry
- run
- python
- my_script.py
- --force
- --input-file
- /tmp/metrics.json
- --output-folder
- /tmp I also have an input parameter like inputs:
parameters:
- name: force
value: "true" I want to include the I'm sure it must be possible, so any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
simster7
Mar 19, 2021
Replies: 1 comment 2 replies
-
You'll probably want to use conditional parameters. However, this won't be available until |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
simster7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll probably want to use conditional parameters. However, this won't be available until
v3.1
(we're currently still inv3.0
RC).