---
title: variables
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsuserautomatortask/variables
---

# variables

The variables required by the Automator workflow.

## Declaration

```swift
var variables: [String : Any]? { get set }
```

## See Also

### Executing Automator Tasks

- [execute(withInput:completionHandler:)](foundation/nsuserautomatortask/execute(withinput:completionhandler:).md)
