Feat: Add cron filters to the API (#1641)

* feat: add params to api

* feat: wire up API to accept params

* fix: queries, gen python

* chore: python version

* feat: gen ts

* chore: ver

* chore: lint

* [Python]: Feat: Workflow runs API wrapper, slightly improved typing, cruft (#1636)

* feat: add runs list wrapper around API

* chore: version

* feat: add to standalone

* chore: docs

* fix: clean up workflow registration

* fix: add additional opts to trigger opts

* fix: warning

* fix: defaults

* fix: docs

* docs: fix cron docs

* fix: gen
This commit is contained in:
Matt Kaye
2025-04-30 16:41:33 -04:00
committed by GitHub
parent fa7ab2bd75
commit 799b5d0dcf
24 changed files with 566 additions and 120 deletions

View File

@@ -30,6 +30,8 @@
- name
- tasks
- is_durable
- list_runs
- aio_list_runs
## Standalone
@@ -50,3 +52,5 @@
- aio_create_cron
- create_bulk_run_item
- is_durable
- list_runs
- aio_list_runs