0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-workflows/app
Joffrey JAFFEUX 4e5aa86db7
FEATURE: schema based workflow (#41684)
Previously, workflow fields were only known after execution or from
pinned data, limiting editor previews and AI-generated expressions. This
change adds versioned, configuration-aware output contracts using JSON
Schema.

Mostly based on what AI was doing with schemas, but we migrated to JSON
schema and adds helpers functions for AI to convert it to the format
used by AI.
2026-07-15 13:22:29 +02:00
..
controllers/discourse_workflows FEATURE: Add sub workflow call support (#41019) 2026-06-25 15:01:05 +02:00
jobs FEATURE: schema based workflow (#41684) 2026-07-15 13:22:29 +02:00
models/discourse_workflows DEV: Add usage metrics for workflows, automations, and data explorer (#41437) 2026-07-13 11:41:58 +02:00
serializers/discourse_workflows FEATURE: Add sub workflow call support (#41019) 2026-06-25 15:01:05 +02:00
services/discourse_workflows FEATURE: schema based workflow (#41684) 2026-07-15 13:22:29 +02:00