diagrid call workflow start
Start a workflow
Description
Start a workflow instance
diagrid call workflow start <workflow> [flags]
Examples
  # Start a workflow instance on a specific App ID and providing the workflow name, instance id and data
  diagrid call workflow start my-workflow --app-id my-appid --instance-id my-instance --data '{"hello": "world"}'
Options
  -a, --app-id string        [Required]: App ID used to orchestrate workflow
  -i, --instance-id string   [Required]: Instance ID of the workflow
  -d, --data string          Data to be provided as input to the workflow
  -p, --project string       Name of existing project
  -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
- diagrid call workflow - Call Workflow API