# diagrid workflow rerun

Rerun a workflow execution

### Description

Rerun a workflow execution from a specific event

```
diagrid workflow rerun [flags]
```

### Examples

```

  # Rerun a workflow execution from a specific event
  diagrid workflow rerun --id my-app --instance-id my-instance --event-id 10 --new-workflow-id my-new-instance

```

### Options

```
  -a, --id string                id used to orchestrate workflow
  -i, --instance-id string       Instance ID of the workflow
  -e, --event-id string          Event ID to rerun from
  -n, --new-workflow-id string   New workflow instance ID
      --input string             New input data (JSON string)
  -p, --project string           Name of existing project
  -o, --output string            Output format, supported [table, yaml, json] (default "table")
  -h, --help                     help for rerun
```

### Options inherited from parent commands

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

### SEE ALSO

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