Alteryx · JSON Structure

Alteryx Server V3 Workflow Version Structure

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

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

Properties

versionId versionNumber dateCreated uploadSource uploadDate packageWorkflowType published comments runDisabled executionMode workflowCredentialType credentialId hasPrivateDataExemption othersMayDownload othersCanViewHistory

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkflowVersion",
  "type": "object",
  "properties": {
    "versionId": {
      "type": "string"
    },
    "versionNumber": {
      "type": "integer"
    },
    "dateCreated": {
      "type": "string"
    },
    "uploadSource": {
      "type": "string"
    },
    "uploadDate": {
      "type": "string"
    },
    "packageWorkflowType": {
      "type": "string"
    },
    "published": {
      "type": "boolean"
    },
    "comments": {
      "type": "string"
    },
    "runDisabled": {
      "type": "boolean"
    },
    "executionMode": {
      "type": "string"
    },
    "workflowCredentialType": {
      "type": "string"
    },
    "credentialId": {
      "type": "string"
    },
    "hasPrivateDataExemption": {
      "type": "boolean"
    },
    "othersMayDownload": {
      "type": "boolean"
    },
    "othersCanViewHistory": {
      "type": "boolean"
    }
  }
}