---
title: actions
framework: automator
role: symbol
role_heading: Instance Property
path: automator/amworkflow/actions
---

# actions

An array of the workflow’s actions.

## Declaration

```swift
var actions: [AMAction] { get }
```

## Return Value

Return Value An array of actions for the workflow file. Actions are instances of classes such as AMBundleAction, AMAppleScriptAction, and AMShellScriptAction.

## See Also

### Getting Information About a Workflow

- [fileURL](automator/amworkflow/fileurl.md)
- [valueForVariable(withName:)](automator/amworkflow/valueforvariable(withname:).md)
