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.
Job States
You can manually Check the status of the job, or you can view job state from within the Salesforce UI. From Setup, in the Quick Find box, enter Bulk Data Load Jobs, and then select Bulk Data Load Jobs. The following table summarizes Bulk API 2.0 job states during job creation and processing.
| Job Phase | State | Description |
|---|---|---|
| Creation | Open | An ingest job was created and is open for data uploads. |
| Creation | UploadComplete |
(Ingest) All job data has been uploaded and the job is ready to be processed. (Query) The job is ready to be processed. |
| Processing | InProgress | The job is being processed by Salesforce. Operations include automatic, optimized batching or chunking of job data, and processing of job operations. |
| Outcome | JobComplete | The job was processed. |
| Outcome | Failed | The job couldn’t be processed successfully. For the refresh marketing object, no records are committed. |
| Outcome | Aborted | The job was canceled by the job creator, or by a user with the “Manage Data Integrations” permission. |