mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 13:19:19 +08:00
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> |
||
|---|---|---|
| .. | ||
| admin_controller.rb | ||
| ai_authoring_controller.rb | ||
| credentials_controller.rb | ||
| data_table_columns_controller.rb | ||
| data_table_rows_controller.rb | ||
| data_tables_controller.rb | ||
| dynamic_node_parameters_controller.rb | ||
| executions_controller.rb | ||
| expressions_controller.rb | ||
| filter_options_controller.rb | ||
| form_test_sessions_controller.rb | ||
| forms_controller.rb | ||
| modal_responses_controller.rb | ||
| node_types_controller.rb | ||
| stats_controller.rb | ||
| templates_controller.rb | ||
| topic_admin_button_controller.rb | ||
| variables_controller.rb | ||
| webhook_test_listeners_controller.rb | ||
| webhooks_controller.rb | ||
| workflow_versions_controller.rb | ||
| workflows_controller.rb | ||