0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-workflows/app/serializers/discourse_workflows
Sam 73a990f98f
FEATURE: Add sub workflow call support (#41019)
Previously, workflows could only execute their own graph, which made
reusable workflow logic hard to share and forced admins to duplicate
common steps.

This change adds workflow call trigger/action nodes with input mapping,
persisted parent-child runs, wait/resume and error propagation, caller
metadata, dependency validation, and execution detail links.

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2026-06-25 15:01:05 +02:00
..
credential_serializer.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
data_table_serializer.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
execution_list_serializer.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
execution_serializer.rb FEATURE: Add sub workflow call support (#41019) 2026-06-25 15:01:05 +02:00
post_serializer.rb FEATURE: Support AI agent workflow uploads and runner (#41042) 2026-06-19 18:06:17 +02:00
topic_serializer.rb FEATURE: Add custom fields to workflow topic node (#40544) 2026-06-04 11:04:42 +02:00
user_serializer.rb FEATURE: Add AI authoring to Discourse Workflows (#40504) 2026-06-18 18:32:30 +02:00
variable_serializer.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
workflow_serializer.rb FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
workflow_version_serializer.rb FEATURE: lists all workflow versions (#40982) 2026-06-17 14:11:18 +02:00