<!--
{
  "availability" : [
    "macCatalyst: 14.0.0 -",
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Automator",
  "identifier" : "/documentation/Automator/AMWorkflow/actions",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Automator"
    ],
    "preciseIdentifier" : "c:objc(cs)AMWorkflow(py)actions"
  },
  "title" : "actions"
}
-->

# actions

An array of the workflow’s actions.

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

## Return Value

An array of actions for the workflow file. Actions are instances of classes such as [`AMBundleAction`](/documentation/Automator/AMBundleAction), [`AMAppleScriptAction`](/documentation/Automator/AMAppleScriptAction), and [`AMShellScriptAction`](/documentation/Automator/AMShellScriptAction).

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)