Versions in this module Expand all Collapse all v4 v4.0.2 Mar 11, 2026 Changes in this version + type ExecuteTemplateArgs struct + Template *wfv1.Template + Workflow *Workflow + type ExecuteTemplateReply struct + Node *wfv1.NodeResult + Requeue *metav1.Duration + func (r ExecuteTemplateReply) GetRequeue() time.Duration + type ExecuteTemplateRequest struct + Body ExecuteTemplateArgs + type ExecuteTemplateResponse struct + Body ExecuteTemplateReply + type ObjectMeta struct + Name string + Namespace string + UID string + type TemplateExecutor interface + ExecuteTemplate func(ctx context.Context, args ExecuteTemplateArgs, reply *ExecuteTemplateReply) error + type Workflow struct + ObjectMeta ObjectMeta Other modules containing this package github.com/argoproj/argo-workflows/v3