Adobe Experience Cloud · JSON Structure

Campaign Api Workflow Structure

Workflow schema

Type: object Properties: 5
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

Workflow is a JSON Structure definition published by Adobe Experience Cloud, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PKey label status startDate created

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-experience-cloud/refs/heads/main/json-structure/campaign-api-workflow-structure.json",
  "name": "Workflow",
  "description": "Workflow schema",
  "type": "object",
  "properties": {
    "PKey": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "started",
        "paused",
        "stopped",
        "finished",
        "error"
      ]
    },
    "startDate": {
      "type": "datetime"
    },
    "created": {
      "type": "datetime"
    }
  }
}