- workflowController:willRunAction:
Invoked when an action in the receiver's workflow is about to run.
- workflowControllerWillRun:
Tells the delegate that the workflow controller object is about to run.
- workflowController:didRunAction:
Invoked when an action in the receiver's workflow is finished running.
- workflowControllerDidRun:
Tells the delegate that the workflow controller object finished running.
- workflowControllerWillStop:
Tells the delegate that the workflow controller object is about to stop.
- workflowController:didError:
Invoked when the receiver's workflow encounters an error.