Salesforce Fact #663 | Bulk API job states

Below are the Bulk API Job states:

1. Open: The job has been created.

2. UploadComplete: The data has been uploaded to the job.

3. InProgress: The job is being processed by Salesforce.

4. Aborted: The job has been aborted.

5. JobComplete: The job has been processed by Salesforce.

6. Failed: Some records in the job got failed.

Reference: https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/get_job_info.htm

Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow