simster7

Results 26 comments of simster7

> That said, I initially expected the when conditional to be evaluated only once, when the execution of that step is started This is a good point on its own,...

Actually, the issue with that approach is that we, on principle, don't modify anything in the `spec:` of a workflow, and to evaluate once we would need to do so...

I brought this up during an internal meeting, we agreed that this might be a desirable feature but because of how our controller is structured might be more difficulty than...

> was this feature iceboxed ? For now it is. The reason has mostly to do with design: we didn't want to start blurring the template definition/template caller abstraction for...

@sarabala1979 This issue refers to overriding `retryStrategy` in a step caller: ```yaml templates: - name: retry-with-steps steps: - - name: hello1 template: random-fail retryStrategy: limit: 10 - - name: hello2a...

This will likely need new API/Server endpoints as well as new RBAC permissions for the server

Sorry, haven;t had a chance to work on this. Feel free to pick it up @Radolumbo