Cancellation process class
Navigate in Studio to to view or edit the gw.job.CancellationProcess.gs Gosu class which contains the majority of cancellation logic. This class includes functions to start, schedule, quote, rescind, and issue a cancellation.
Start Function
Pressing Start
Cancellation (in StartCancellation.pcf)
indirectly invokes the start
function. The Start
button calls the job.startJobAndCommit
method which indirectly calls start.
Modifying the Cancellation Process Class
If you need to change or create new methods in that class, you can edit the class directly or create a subclass (such as YourCompanyCancellationProcess.gs).
For more information about job classes and job subclasses, see Gosu classes for jobs.
If you create a subclass, you must modify the job process customization plugin. For more information, see Job process creation plugin.
