The FireWorkflowOutcomeFormHandler has the following pre and post methods:

Method

Function

preFireWorkflowOutcome

Empty method that is executed before the handleFireWorkflowOutcome method. Define this method when you subclass FireWorkflowOutcomeFormhandler and you require a new method that is executed immediately before handleFireWorkflowOutcome.

postFireWorkflowOutcome

Empty method that is executed after the handleFireWorkflowOutcome method. Define this method when you subclass FireWorkflowOutcomeFormhandler and you require a new method that is executed immediately after handleFireWorkflowOutcome.

 
loading table of contents...