Xceptor · Schema

WorkflowRunCreate

Request body for triggering a workflow execution

API IntegrationData AutomationData ExtractionDocument ProcessingETLFinancial DataFinancial ServicesIntelligent Document ProcessingReconciliationsTrade Operations

Properties

Name Type Description
parameters object Input parameters for the workflow execution
View JSON Schema on GitHub

JSON Schema

xceptor-workflowruncreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkflowRunCreate",
  "title": "WorkflowRunCreate",
  "type": "object",
  "description": "Request body for triggering a workflow execution",
  "properties": {
    "parameters": {
      "type": "object",
      "description": "Input parameters for the workflow execution",
      "additionalProperties": true
    }
  }
}