Alteryx · JSON Structure

Alteryx Server V3 Workflow Detail Structure

Type: object Properties: 17
AnalyticsAutomationData EngineeringData PreparationData ScienceETLMachine LearningPredictive Analytics

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

Properties

id sourceAppId dateCreated runCount versions name ownerId workerTag districtTags comments isPublic isReadyForMigration publishedVersionId othersMayDownload othersCanViewHistory othersCanExecute hasPrivateDataExemption

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkflowDetail",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "sourceAppId": {
      "type": "string"
    },
    "dateCreated": {
      "type": "string"
    },
    "runCount": {
      "type": "integer"
    },
    "versions": {
      "type": "array"
    },
    "name": {
      "type": "string"
    },
    "ownerId": {
      "type": "string"
    },
    "workerTag": {
      "type": "string"
    },
    "districtTags": {
      "type": "array"
    },
    "comments": {
      "type": "string"
    },
    "isPublic": {
      "type": "boolean"
    },
    "isReadyForMigration": {
      "type": "boolean"
    },
    "publishedVersionId": {
      "type": "string"
    },
    "othersMayDownload": {
      "type": "boolean"
    },
    "othersCanViewHistory": {
      "type": "boolean"
    },
    "othersCanExecute": {
      "type": "boolean"
    },
    "hasPrivateDataExemption": {
      "type": "boolean"
    }
  }
}