Function getTaskGraphsAncestors_FIX_THIS_QUIRKY_NAME

  • Retrieves the ancestor subgraph for a specific task, with the requested task as the root vertex. Traverses parent relationships breadth-first up to the depth specified by level. Use this to understand all upstream dependencies of a task.

    Parameters

    • id: string

      The unique identifier of the task.

    • query: { level?: number; withTask?: boolean }

      an object with query parameters

      • Optionallevel?: number

        Maximum ancestor depth to traverse breadth-first.

      • OptionalwithTask?: boolean
    • Optionaloptions: ApiCallOptions

    Returns Promise<GetTaskGraphsAncestors_FIX_THIS_QUIRKY_NAMEHttpResponse>

    GetTaskGraphsAncestors_FIX_THIS_QUIRKY_NAMEHttpError