Salesforce · Schema

JobState

The current state of a Bulk API 2.0 job, indicating where it is in its lifecycle.

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales
View JSON Schema on GitHub

JSON Schema

salesforce-bulk-2-job-state-schema.json Raw ↑
{
  "type": "string",
  "description": "The current state of a Bulk API 2.0 job, indicating where it is in its lifecycle.\n",
  "enum": [
    "Open",
    "UploadComplete",
    "InProgress",
    "JobComplete",
    "Failed",
    "Aborted"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobState"
}