Feature request: setting runtime attributes at runtime #5855
See original GitHub issueHi,
I would like to be able to override something like:
runtime {
docker: "mydockerimagename"
}
at runtime. Is this possible already? I know people have been using workarounds by making the docker image name to be an input variable. I would like to have it separate from workflow input variables though.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Feature request: setting runtime attributes at runtime · Issue #5855 ...
Hi, I would like to be able to override something like: runtime { docker: "mydockerimagename" } at runtime. Is this possible already?
Read more >Dynamic Runtime Attributes - IBM
This function is called Dynamic Runtime Attributes (DRA). Atape supports the feature, starting from 12.5.9.0. The feature is enabled by default. The drive ......
Read more >Customize tasks - Cromwell
Runtime attributes can be specified in one of two ways: Within a task you can specify runtime attributes to customize the environment for...
Read more >4483 - Feature Request: Support async/await functions - v8
[runtime] set AsyncFunctionNext/Throw to adapt arguments. Prevent crash/UB during stack frame iteration through functions, which occurs
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, and now I see that’s exactly what #315 specifies😁
@pieterlukasse as always, it will be up to the engines. If you have the scala chops you could always submit a PR to help them get there faster, (or miniwdl or dxwdl for that).