Conductor · Schema

SkipTaskRequest

AutomationOrchestrationStateTasksWorkflows

Properties

Name Type Description
taskInput object Input for the skipped task
taskOutput object Output to set for the skipped task
View JSON Schema on GitHub

JSON Schema

conductor-conductor-skip-task-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SkipTaskRequest",
  "type": "object",
  "properties": {
    "taskInput": {
      "type": "object",
      "description": "Input for the skipped task"
    },
    "taskOutput": {
      "type": "object",
      "description": "Output to set for the skipped task"
    }
  }
}