Alteryx · JSON Structure

Alteryx Server V3 Update Workflow Contract Structure

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

UpdateWorkflowContract 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

name versionId makePublished ownerId workerTag districtTags comments isPublic isReadyForMigration othersMayDownload othersCanExecute executionMode hasPrivateDataExemption workflowCredentialType credentialId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateWorkflowContract",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "versionId": {
      "type": "string"
    },
    "makePublished": {
      "type": "boolean"
    },
    "ownerId": {
      "type": "string"
    },
    "workerTag": {
      "type": "string"
    },
    "districtTags": {
      "type": "array"
    },
    "comments": {
      "type": "string"
    },
    "isPublic": {
      "type": "boolean"
    },
    "isReadyForMigration": {
      "type": "boolean"
    },
    "othersMayDownload": {
      "type": "boolean"
    },
    "othersCanExecute": {
      "type": "boolean"
    },
    "executionMode": {
      "type": "string"
    },
    "hasPrivateDataExemption": {
      "type": "boolean"
    },
    "workflowCredentialType": {
      "type": "string"
    },
    "credentialId": {
      "type": "string"
    }
  }
}