You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with manifest being loaded yaml file content, but looking through documentation I don't see how could I create requests based on another workflow template.
Hello, I'm looking how to create a workflow based on workflow template, specifically - how to recreate this behavior in python:
argo -n argo submit --from wftmpl/specific-template --parameter-file params_file.yaml --entrypoint pipelineI am able to to create workflow without workflow templates, using
service.create_workflow('argo', V1alpha1WorkflowCreateRequest(workflow=manifest))with
manifestbeing loaded yaml file content, but looking through documentation I don't see how could I create requests based on another workflow template.