func workflowController (AMWorkflowController, willRun : AMAction)
Invoked when an action in the receiver's workflow is about to run.
func workflowControllerWillRun (AMWorkflowController)
Tells the delegate that the workflow controller object is about to run.
func workflowController (AMWorkflowController, didRun : AMAction)
Invoked when an action in the receiver's workflow is finished running.
func workflowControllerDidRun (AMWorkflowController)
Tells the delegate that the workflow controller object finished running.
func workflowControllerWillStop (AMWorkflowController)
Tells the delegate that the workflow controller object is about to stop.
func workflowControllerDidStop (AMWorkflowController)
Tells the delegate that the workflow controller object has stopped.