Conductor · JSON Structure

Conductor Conductor Start Workflow Request Structure

Type: object Properties: 7
AutomationOrchestrationStateTasksWorkflows

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

Properties

name version correlationId priority input taskToDomain externalInputPayloadStoragePath

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "StartWorkflowRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    },
    "correlationId": {
      "type": "string"
    },
    "priority": {
      "type": "integer"
    },
    "input": {
      "type": "object"
    },
    "taskToDomain": {
      "type": "object"
    },
    "externalInputPayloadStoragePath": {
      "type": "string"
    }
  }
}