Argo: Trigger/Invoke Argo Workflow

Created on 27 Feb 2020  路  2Comments  路  Source: argoproj/argo

Are there any option to invoke Argo workflow, without going using Argo events ? like API call or any other option

question

Most helpful comment

Several options:-

  • Trigger via CLI
  • Trigger via Argo Events (e.g. using webhook)
  • Argo 2.5.x, there appears to be a POST endpoint: /api/v1/workflows/argo

All 2 comments

Several options:-

  • Trigger via CLI
  • Trigger via Argo Events (e.g. using webhook)
  • Argo 2.5.x, there appears to be a POST endpoint: /api/v1/workflows/argo

Answered.

Was this page helpful?
0 / 5 - 0 ratings