Skip to main content

Find Workflows

GET 

/workflows

This operation allows to get all workflow descriptions

Responses

ok

Schema

  • Array [

  • name string

    workflow name

    revision string

    workflow revision

    description string

    workflow description

    steps

    object[]

    workflow steps

  • Array [

  • name string

    step name

    description string

    step description

    nextNominalStep string

    next nominal step

    nextCompensatedStep string

    next compensated step

  • ]

  • ]

Loading...