We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f85e06 commit 32ede64Copy full SHA for 32ede64
1 file changed
tilebox-workflows/tilebox/workflows/jobs/client.py
@@ -190,7 +190,7 @@ def query(
190
name: A name to filter jobs by. If specified, only jobs with a matching name are returned. The match is
191
case-insensitive and uses a fuzzy matching scheme.
192
task_states: A task state or list of task states to filter jobs by. If specified, only jobs that have at
193
- least one task in all of the selected states are returned.
+ least one task in any of the selected states are returned.
194
195
Returns:
196
A list of jobs matching the given filters.
0 commit comments