server.web.routes.v3.cli.array

Functions

get_array_task_instances(, limit, db)

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

Module Contents

server.web.routes.v3.cli.array.get_array_task_instances(workflow_id: int, array_name: str, job_name: str | None = Query(None), limit: int | None = Query(None), db: sqlalchemy.orm.Session = Depends(get_db)) Any

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.