Create New Job activity

Use the automatic Create New Job (CNJ) activity to create a new job that can run independently of the job that created it. You can create a job of type case, job or associated job and map data from the existing job into the job to be created. A Create New Job activity is typically used to span a job that will run in parallel to the parent job (cross-selling opportunity) with potentially no inter-job communication (although it can be achieved if desired).

For example, take a typical Homeowner Insurance process. Once you capture all customer details, through the main Homeowner Insurance process, you could add a CNJ activity into the main process to spawn a completely separate process called Selling Car Insurance. Although you will pass customer details into the CNJ activity, it is an independent process.

Note You must ensure that any required initialization parameters are added to the map that is used to create a new job.

See Configure a Create New Job activity.