global Id submitJob (Boolean allowConcurrentExecution, Id dependsOnQueueEntry)
global Id submitJob (Boolean allowConcurrentExecution, Id dependsOnQueueEntry)
Submits the external apex batch job to the CC360 Batch Queue with the flag to enable concurrent exection and the queue ID of an existing job in the CC360 Batch Queue.
The concurrent execution depends on the queue ID of the existing job.
Parameters:
allowConcurrentExecution
If TRUE, the job is enabled for concurrent execution.
dependsOnQueueEntry
The queue ID of an existing job in the CC360 Batch Queue.