Create new job activity

The automatic Create new job activity creates 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 new job. A Create new job activity is typically used to span a job that will run parallel to the parent job (cross-selling opportunity) with potentially no inter-job communication (although it can be achieved if desired).

For example, in a Homeowner Insurance process, after you capture all customer details, through the main Homeowner Insurance process, you can add a Create new job activity into the main process to spawn a completely separate process called Selling Car Insurance. Although you will pass customer details into the Create new job 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 also: