# 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 --id my-app --instance-id my-instance

```

### Options

```
  -a, --id string            id used to orchestrate workflow
  -i, --instance-id string   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

- [diagrid workflow](./workflow.md)	 - Explore workflow executions
