Rewrite process Gosu class

Gosu classes primarily control the rewrite process. In Studio, navigate to configuration > gsrc and open the gw.job.RewriteProcess.gs Gosu class which contains most of the rewrite code.

This class ultimately extends the JobProcess Gosu class. The JobProcess class contains functions that allow you to get the job and the policy period. It cancels open activities on the rewrite and auto assigns the user role. It also checks to see if the job can be expired, or withdrawn, and checks if the job can be started as new.

Methods in this class start the rewrite job, request a quote, and rewrite the policy period.

Note: The rewrite job has no workflows because it has no background processes. PolicyCenter uses workflows only for background processes.

Modifying the Rewrite Process Gosu 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 YourCompanyRewriteProcess.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.