Salesforce · JSON Structure

Salesforce Bulk 2 Job State Structure

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

Type: string Properties: 0
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

JobState is a JSON Structure definition published by Salesforce. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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