server.web.routes.v2.cli.array
Attributes
Functions
|
Return error/output filepaths for task instances filtered by array name. |
Module Contents
- 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.