Not sure if this is a bug or a missing feature, but here’s what’s happening:
When setting up a workflow trigger on Special:Workflow_triggers, the Category namespace shows up as an option in the namespace conditions and can be selected. However, when you actually navigate to a category page, the workflow does not appear in the page tools/actions menu.
Steps to reproduce:
- Go to Special:Workflow_triggers
- Edit or create a trigger
- Under Conditions, add the “Category” namespace
- Save the trigger
- Navigate to any category page (e.g.
Category:Foo) - Check the page actions/tools for the workflow
Expected behavior:
The workflow should be available to start on category pages, since the Category namespace is explicitly listed as an allowed namespace in the trigger conditions.
Actual behavior:
The workflow does not appear on category pages at all, even though the namespace was selected.
Why this seems like a bug:
The UI lets you select the Category namespace as a condition, which implies it should work. i also don’t see why it wouldn’t work