Skip to main content

diagrid workflow start

Start a workflow execution

Description

Start a workflow execution

diagrid workflow start <workflow-name> [flags]

Examples


# Start a workflow execution
diagrid workflow start my-workflow --app-id my-app --instance-id my-instance

Options

  -a, --app-id string        [Required]: App ID used to orchestrate workflow
-i, --instance-id string [Required]: Instance ID of the workflow
-p, --project string Name of existing project
-d, --data string Workflow input data (JSON string)
-o, --output string Output format, supported [table, yaml, json] (default "table")
--verbose Include verbose output such as curl command and response body
-h, --help help for start

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO