diagrid call workflow terminate
Terminate a workflow
Description
Terminate activities and all child workflows created by a workflow instance, without affecting in-flight activities
diagrid call workflow terminate [flags]
Examples
  # Terminate a workflow instance
  diagrid call workflow terminate --app-id my-appid --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
  -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 terminate
Options inherited from parent commands
      --api-key string   Diagrid Cloud API key
SEE ALSO
- diagrid call workflow - Call Workflow API