Argo · Example Payload

Argo Workflows Workflow Create Request Example

CNCFCI/CDGitOpsKubernetesOpen SourceProgressive DeliveryWorkflow Engine

Argo Workflows Workflow Create Request Example is an example object payload from Argo, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namespaceworkflowserverDryRuncreateOptions

Example Payload

Raw ↑
{
  "namespace": "my-workflow",
  "workflow": "example-value",
  "serverDryRun": true,
  "createOptions": {}
}