-
Notifications
You must be signed in to change notification settings - Fork 90
Is it Possible to use schema from ExecutionInput into container_arguments of ProcessingStep? #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @DataPsycho! Currently, the only way to use Placeholders with Something like this:
Being able to use Placeholder values for the individual arguments within the Hope this helps! |
Hi! Im very glad that @DataPsycho raised this issue. I was wondering the same, since I found weird that individual arguments couldn't be specified nor directly referencing the execution input or with the step functions json referencing.
It would be really nice to count with this enhancement! It expands and makes step creation more flexible. |
Thank you for showing interest in this feature @Liks96! |
Hi, Thanks for considering feature. Looking forward to use it when it is available. Thanks |
I got here after having the same issue. I confirm it would be really useful having this flexibility! |
I have the same issue, it would be wounderfull to have execution inputs as container arguements |
Hi,
Lets say I have a execution schema as follows:
How can I use the execution_input values in the Container Argument part bellow:
There the study name should come from the the execution input schema. But when trying to create the workflow graph it throughs following errors. Though in the jobname part it except the value from ExecutionInput
Error:
The text was updated successfully, but these errors were encountered: