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
Joffrey JAFFEUX 11ddfc8de9
FEATURE: adds user-search trigger to workflows (#41423)
Adds a new trigger node: user-search.

This will trigger when a user is doing a non empty search through the
UI.

To make it possible:
- a new DiscourseEvent trigger has been created: user_search
- the workflows cache has been improved/simplified to allow for
different kind of triggers/nodes
2026-07-03 14:43:39 +02:00
..
controllers/discourse_workflows FEATURE: Add sub workflow call support (#41019) 2026-06-25 15:01:05 +02:00
jobs FEATURE: Add sub workflow call support (#41019) 2026-06-25 15:01:05 +02:00
models/discourse_workflows FEATURE: adds user-search trigger to workflows (#41423) 2026-07-03 14:43:39 +02:00
serializers/discourse_workflows FEATURE: Add sub workflow call support (#41019) 2026-06-25 15:01:05 +02:00
services/discourse_workflows FEATURE: Add sub workflow call support (#41019) 2026-06-25 15:01:05 +02:00