AMWorkflowView
An object that lets you view and edit Automator workflows in your app.
Declaration
class AMWorkflowViewOverview
A workflow view displays an instance of AMWorkflow.
You can use Interface Builder to add an instance of AMWorkflowView to a window in your app. You can then add an AMWorkflowView object to the nib window and use the controller’s workflowView outlet to connect it to the workflow view. The controller object also has run(_:) and stop(_:) actions that can be connected to buttons or other user interface elements.