Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

How to create workflow based on workflow template? #31

Description

@pn-p

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 pipeline

I am able to to create workflow without workflow templates, using

service.create_workflow('argo', V1alpha1WorkflowCreateRequest(workflow=manifest))

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions