sf_execute_batch_job
Execute an Apex batch class immediately via Database.executeBatch. Provide the batch class name and optionally set the scope size to run the job directly.
Instructions
Run an Apex batch class immediately via Database.executeBatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| directory | No | ||
| scopeSize | No | ||
| targetOrg | No | ||
| batchClassName | Yes |