mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 08:49:53 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user