Contents

addAction(_:)

Adds the specified action at the end of the receiving workflow.

Declaration

func addAction(_ action: AMAction)

Parameters

  • action:

    The action to add.

Discussion

The workflow retains the action but does not copy it.

See Also

Manipulating the Workflow’s Actions