# diagrid workflow resume

Resume a workflow execution

### Description

Resume a paused workflow execution

```
diagrid workflow resume [flags]
```

### Examples

```

  # Resume a workflow execution
  diagrid workflow resume --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
  -o, --output string        Output format, supported [table, yaml, json] (default "table")
  -h, --help                 help for resume
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

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