Skip to main content

Create a new Workflow

POST 

/api/v1/workflows

Create a new Workflow

Request

Body

    cluster string
    config object
    description string
    inputSchema integer[]
    name string
    outputSchema integer[]
    runAsync boolean
    sync boolean

    variables

    object,null

    property name* string

Responses

Created

Schema

    buildDuration integer
    buildLogs string
    buildStatus string
    cluster string
    config object
    createdAt date-time
    description string
    error string
    id string
    inputSchema string
    name string
    outputSchema string
    runAsync boolean
    tags string[]
    url string

    variables

    object

    property name* string
    version integer
Loading...