Skip to content

Triggers #237

@sroussey

Description

@sroussey

Trigger System (Webhooks, Cron, Polling) [High]
Need webhook, cron, polling, and app-specific triggers. Workglow workflows must be started programmatically.

Implementation ideas:

New packages/triggers/ package with ITrigger interface
Concrete triggers: WebhookTrigger (using Hono/Bun.serve), CronTrigger, PollingTrigger
Extend Workflow with .trigger(trigger) and .listen() methods

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions