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.
Adds the specified action at the end of the receiving workflow.
func addAction(_ action: AMAction)The action to add.
The workflow retains the action but does not copy it.