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
Post a Comment