server.web.routes.v2.cli.array

Attributes

SessionMaker

Functions

get_array_task_instances(, limit)

Return error/output filepaths for task instances filtered by array name.

Module Contents

server.web.routes.v2.cli.array.SessionMaker[source]
server.web.routes.v2.cli.array.get_array_task_instances(workflow_id: int, array_name: str, job_name: str | None = Query(None), limit: int | None = Query(None)) Any[source]

Return error/output filepaths for task instances filtered by array name.

The user can also optionally filter by job name as well.

To avoid overly-large returned results, the user must also pass in a workflow ID.