The TaskActionFormHandler has the following pre and post methods:

Method

Function

preAssignTask

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

postAssignTask

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

preClaimTask

Empty method that is executed before the handleclaimTask method. Define this method when you subclass TaskActionFormhandler and you require a new method that is executed immediately before handleClaimTask.

postClaimTask

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

preReleaseTask

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

postReleaseTask

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