(tmpl *wfv1.Template)
| 4276 | } |
| 4277 | |
| 4278 | func (woc *wfOperationCtx) retryStrategy(tmpl *wfv1.Template) *wfv1.RetryStrategy { |
| 4279 | if tmpl != nil && tmpl.RetryStrategy != nil { |
| 4280 | return tmpl.RetryStrategy |
| 4281 | } |
| 4282 | return woc.execWf.Spec.RetryStrategy |
| 4283 | } |
| 4284 | |
| 4285 | func (woc *wfOperationCtx) setExecWorkflow(ctx context.Context) error { |
| 4286 | if woc.wf.Spec.WorkflowTemplateRef != nil { // not-woc-misuse |
no outgoing calls