Contents

removeAction(_:)

Removes the specified action from the workflow.

Declaration

func removeAction(_ action: AMAction)

Parameters

  • action:

    The action to be removed.

Discussion

The action receives an AMAction closed message before being released.

See Also

Manipulating the Workflow’s Actions