Alteryx · JSON Structure

Alteryx Server V3 Workflow Summary Structure

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

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

Properties

id sourceAppId name ownerId dateCreated publishedVersionNumber isAmp executionMode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkflowSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "sourceAppId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "ownerId": {
      "type": "string"
    },
    "dateCreated": {
      "type": "string"
    },
    "publishedVersionNumber": {
      "type": "integer"
    },
    "isAmp": {
      "type": "boolean"
    },
    "executionMode": {
      "type": "string"
    }
  }
}