mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-24 02:59:55 -05:00
Feat scheduled improvements (#992)
* wip: stub schedule page * wip: stub list * fix: 2025 bug... * feat: wip cron list * feat: addl meta * feat: expose metadata column * feat: sort and created at * cron to recurring * scheduled: with statuses * fix: links * feat: expose schedule ids * feat: delete run * fix: remove search * feat: filterable scheduled * fix: remove broken features * chore: lint * rm metadata for now * chore: lint * chore: recurring to cron job * fix: review comments * fix: populator
This commit is contained in:
@@ -116,6 +116,12 @@ paths:
|
||||
$ref: "./paths/event/event.yaml#/keys"
|
||||
/api/v1/tenants/{tenant}/workflows:
|
||||
$ref: "./paths/workflow/workflow.yaml#/withTenant"
|
||||
/api/v1/tenants/{tenant}/workflows/scheduled:
|
||||
$ref: "./paths/workflow/workflow.yaml#/scheduledList"
|
||||
/api/v1/tenants/{tenant}/workflows/scheduled/{scheduledId}:
|
||||
$ref: "./paths/workflow/workflow.yaml#/scheduled"
|
||||
/api/v1/tenants/{tenant}/workflows/crons:
|
||||
$ref: "./paths/workflow/workflow.yaml#/cronsList"
|
||||
/api/v1/tenants/{tenant}/workflows/cancel:
|
||||
$ref: "./paths/workflow/workflow.yaml#/cancelWorkflowRuns"
|
||||
/api/v1/workflows/{workflow}:
|
||||
|
||||
Reference in New Issue
Block a user