``schedulePaths`` |
optional, array[string] |
Filters all projections that have been calculated with one of the given schedules in schedulePaths. |
["/path/mySchedule"] |
|
``scheduleFolders`` |
optional, array[object] |
Filters all projections that have been calculated with a schedule located in one of the given folders.
Depending on the value for "recursive" in one of the subfolders recursively too.
|
[{
"folder": "/sos",
"recursive": true
}]
|
|
``workflowPaths`` |
optional, array[string] |
Filters all projections that have been calculated with one of the given workflows in workflowsPaths. |
["/path/to/workflow"] |
|
``workflowFolders`` |
optional, array[object] |
Filters all projections that have been calculated with a workflow located in one of the given folders.
Depending on the value for "recursive" in one of the subfolders recursively too.
|
[{
"folder": "/sos",
"recursive": true
}]
|
|
``withoutStartTime`` |
optional, boolean |
If true, the workflows that have a start time for a day are considered. With false it is the other way round |
|
false |