Conductor · Schema

WorkflowDef

AutomationOrchestrationStatesTaskWorkflows

Properties

Name Type Description
name string The name of the workflow definition
description string Description of the workflow
version integer The version of the workflow definition
tasks array The list of tasks in the workflow
inputParameters array List of input parameter names for the workflow
outputParameters object Mapping of output parameters
failureWorkflow string Name of the workflow to execute when this workflow fails
schemaVersion integer Schema version (currently 2)
restartable boolean Whether the workflow is restartable
workflowStatusListenerEnabled boolean Whether to enable workflow status listener
ownerEmail string Email of the workflow definition owner
timeoutPolicy string Timeout policy for the workflow
timeoutSeconds integer Timeout in seconds for the workflow
variables object Workflow level variables
inputTemplate object Default input template
View JSON Schema on GitHub

JSON Schema

conductor-conductor-workflow-def-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WorkflowDef",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the workflow definition"
    },
    "description": {
      "type": "string",
      "description": "Description of the workflow"
    },
    "version": {
      "type": "integer",
      "description": "The version of the workflow definition"
    },
    "tasks": {
      "type": "array",
      "description": "The list of tasks in the workflow"
    },
    "inputParameters": {
      "type": "array",
      "description": "List of input parameter names for the workflow"
    },
    "outputParameters": {
      "type": "object",
      "description": "Mapping of output parameters"
    },
    "failureWorkflow": {
      "type": "string",
      "description": "Name of the workflow to execute when this workflow fails"
    },
    "schemaVersion": {
      "type": "integer",
      "description": "Schema version (currently 2)"
    },
    "restartable": {
      "type": "boolean",
      "description": "Whether the workflow is restartable"
    },
    "workflowStatusListenerEnabled": {
      "type": "boolean",
      "description": "Whether to enable workflow status listener"
    },
    "ownerEmail": {
      "type": "string",
      "description": "Email of the workflow definition owner"
    },
    "timeoutPolicy": {
      "type": "string",
      "description": "Timeout policy for the workflow"
    },
    "timeoutSeconds": {
      "type": "integer",
      "description": "Timeout in seconds for the workflow"
    },
    "variables": {
      "type": "object",
      "description": "Workflow level variables"
    },
    "inputTemplate": {
      "type": "object",
      "description": "Default input template"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/conductor-conductor-workflow-def"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.