Skip to main content

SuccessResponse_WorkflowArray

successboolean
Constant value: true
data object[]
  • Array [
  • idinteger
    namestring
    slugstring
    descriptionstring | nullnullable
    isPublicboolean
    typeWorkflowType (string)

    Possible values: [training, processing, streaming, preset, ai-preset, group-preset]

    presetCategorystring | nullnullable
    nodesobject[]

    Workflow node graph (ReactFlow nodes array)

    edgesobject[]

    Workflow edge graph (ReactFlow edges array)

    collectionIdinteger | nullnullable
    datasetIdinteger | nullnullable
    organizationIdinteger
    createdAtstring<date-time>
    updatedAtstring<date-time>
    tags object[]
  • Array [
  • idinteger
    namestring
    slugstring
    isVerifiedboolean
    parentIdinteger | nullnullable
  • ]
  • ]
  • SuccessResponse_WorkflowArray
    {
    "success": true,
    "data": [
    {
    "id": 0,
    "name": "string",
    "slug": "string",
    "description": "string",
    "isPublic": true,
    "type": "training",
    "presetCategory": "string",
    "nodes": [
    {}
    ],
    "edges": [
    {}
    ],
    "collectionId": 0,
    "datasetId": 0,
    "organizationId": 0,
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z",
    "tags": [
    {
    "id": 0,
    "name": "string",
    "slug": "string",
    "isVerified": true,
    "parentId": 0
    }
    ]
    }
    ]
    }