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.
Removes the specified action from the workflow.
func removeAction(_ action: AMAction)The action to be removed.
The action receives an AMAction closed message before being released.