Contents

AMWorkspace

A workspace for running an Automator workflow.

Declaration

class AMWorkspace

Overview

The AMWorkspace class provides access to the shared workspace in the Automator framework, where you can run workflows without a workflow controller. Use shared to access the shared workspace and runWorkflow(atPath:withInput:) to run your workflow in it.

Topics

Accessing the Shared Workspace

Running Workflows

See Also

Workflows