---
title: "run(_:)"
framework: automator
role: symbol
role_heading: Instance Method
path: "automator/amworkflowcontroller/run(_:)"
---

# run(_:)

Runs the associated workflow, after first clearing any results stored by its actions during any previous run.

## Declaration

```swift
@IBAction func run(_ sender: Any)
```

## Parameters

- `sender`: Object that initiated the run action.

## See Also

### Controlling the Workflow

- [pause(_:)](automator/amworkflowcontroller/pause(_:).md)
- [reset(_:)](automator/amworkflowcontroller/reset(_:).md)
- [step(_:)](automator/amworkflowcontroller/step(_:).md)
- [stop(_:)](automator/amworkflowcontroller/stop(_:).md)
