Skip to main content

Get Workflow

Get a workflow in a project

Path Parameters
  • workspaceId string required

    The ID of the workspace the workflow belongs to

  • projectId string required

    The ID of the project the workflow belongs to

  • workflowId string required
Responses

Ok


Schema
  • metadata object
  • createdAt double
  • updatedAt double
  • createdBy string
  • updatedBy string
  • projectId string
  • workflowId string
  • name string
  • workflow object
  • workflow object[]
  • kind string
  • baseId string
  • id string
  • next object[]
  • id string
  • condition object
  • toMatch object
    anyOf

  • string
  • filter string
  • previous string[]
  • config object
  • namespace string
  • noUpdateContext boolean
  • env object
Loading...