Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Run Individual Batch Processes

You can run one batch process at a time.

To start an individual batch process, use \bin\process.bat. The command-line requires the following parameters.

  • Configuration directory—The default is \conf.

    To use an alternate directory, create a directory and add these files to it.

    • If your process is not interactive, copy process-conf.xml from \samples\conf.
    • If your process requires database connectivity, copy database-conf.xml from \samples\conf.
    • Copy config.properties from \conf.
  • Process name—The name of the ProcessRunner bean from \samples\conf\process-conf.xml.

Process Example

1process ../conf accountMasterProcess

To view tips and instructions, add -help to the command contained in process.bat.

Note

You can configure external process launchers, such as the Windows XP Scheduled Task Wizard, to run processes on a schedule.

Note