Get all children for the current run selected by specified filters
Get all children for the current run selected by specified filters.
get_child_runs( parent_run, recursive = FALSE, tags = NULL, properties = NULL, type = NULL, status = NULL )
parent_run |
The parent |
recursive |
Boolean indicating whether to recurse through all descendants. |
tags |
If specified, returns runs matching specified "tag" or list(tag = value). |
properties |
If specified, returns runs matching specified "property" or list(property = value). |
type |
If specified, returns runs matching this type. |
status |
If specified, returns runs with status specified "status". |
A list of child runs, Run
objects.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.