Skip to content

Feat/workflow trigger integration#375

Open
xiami762 wants to merge 3 commits into
devfrom
feat/workflow-trigger-integration
Open

Feat/workflow trigger integration#375
xiami762 wants to merge 3 commits into
devfrom
feat/workflow-trigger-integration

Conversation

@xiami762
Copy link
Copy Markdown
Contributor

@xiami762 xiami762 commented Jun 4, 2026

Summary

  • Introduce a unified workflowJson.triggers model with runtime sync to legacy schedule/Kafka/Syslog storage, custom plugin adapters, and a shared EventDispatcher for filter, mapping, and execution.
  • Add workflow trigger CRUD APIs, webhook ingress (POST /webhook/workflows/{workflow_id}/{trigger_id}) with API key and HMAC-SHA256 auth, and route Kafka/Syslog ingest through the dispatcher so execution history records real trigger IDs.
  • Replace the workflow Integration tab with an Automation / Triggers experience and render triggers on the canvas as virtual upstream entry nodes.

xiami762 and others added 3 commits June 4, 2026 15:00
Make workflow.json the source of truth for trigger definitions and consolidate the workflow integration UI around API publishing plus four trigger entrypoints. This removes legacy trigger resurrection and streamlines the trigger configuration experience.

Co-authored-by: Cursor <cursoragent@cursor.com>
Wire Kafka and Syslog managers through EventDispatcher so filter, mapping,
and trigger IDs match unified definitions. Add webhook HMAC verification,
singleton trigger validation, public webhook auth bypass, and runtime
adapter reload when custom trigger config changes.

Co-authored-by: Cursor <cursoragent@cursor.com>
Add docs/ to gitignore, stop tracking local documentation, and point
README links at CONTRIBUTING.md. Simplify workflow trigger editor UI by
removing preview/test mapping panels and unused adapter controls.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant