Workday · Schema

DataChangeTaskActivity

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSoftware-as-a-Service

Properties

Name Type Description
id string
descriptor string
activityType string
status string
startedOn string
completedOn string
rowsProcessed integer
rowsFailed integer
View JSON Schema on GitHub

JSON Schema

prismAnalytics-data-change-task-activity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}