Rewrite new account job

The main PCF file for the rewrite new account is the RewriteNewAccountWizard.

The primary Gosu class for this job is gw.job.RewriteNewAccountProcess. The main methods in this class are:

  • start
  • rewriteNewAccount
  • finishRewriteNewAccount

If you need to change or add methods to the rewrite new account process, you can edit the job class directly or create a subclass (such as YourCompanyRewriteNewAccountProcess.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.