Workday · JSON Structure

Prismanalytics Data Change Task Activity Structure

Type: object Properties: 8
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

DataChangeTaskActivity is a JSON Structure definition published by Workday, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id descriptor activityType status startedOn completedOn rowsProcessed rowsFailed

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataChangeTaskActivity",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "activityType": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "startedOn": {
      "type": "string"
    },
    "completedOn": {
      "type": "string"
    },
    "rowsProcessed": {
      "type": "integer"
    },
    "rowsFailed": {
      "type": "integer"
    }
  }
}