Triggers, Actions, and Workflow are tightly coupled concepts in Drupal, but for some reason they are scattered in 3 different menu trails.
"triggers": admin/structure/triggers
"actions": admin/config/system/actions
"workflow": admin/config/workflow
(and Rules: admin/config/workflow/rules)
To me, these are all clearly workflow-related items, and should all be located under the "workflow" menu path.
Filing as a usability bug against "user interface text" since it relates to a superficial change of multiple components.
I'm happy to roll a patch, maybe pending a usability review?
Comments
Comment #1
Bojhan commentedThe reason that triggers is not in workflow is beyond me, the reason action is not in workflow is because it would create a single item category for most sites. I am on the fence, about this one
Comment #2
ditcheva commentedI agree that these shouldn't be so scattered and I think they should all be in one place (including action), regardless of where that place is.
Comment #3
lpalgarvio commentedi agree with with putting Triggers and Actions under "workflow": admin/config/workflow
therefor, both stay next to Rules as well =)
go ahead with the patch, it's been a year...
and lets please backport to D7 too
Comment #12
catchTriggers is no longer in core, but actions is still not under the workflow admin item.
Comment #13
catchComment #14
catchThis could use UX team feedbak on whether the proposal to move the link is desirable or not - as Bojhan mentions it would create a 1-item admistrative category on a default install.
Comment #18
suryakumar commentedAdding patch against 9.4.x
Comment #19
immaculatexavier commentedCustom Commands have been fixed, and an interdiff against #18 has been attached.
Comment #20
immaculatexavier commentedPHPCBF passed locally. Custom Commands have been fixed, and attached interdiff against #19 has been attached.
Comment #22
andregp commentedUpdated tests to use the new routes, I hope it makes it pass. I also updated the routes at the
action.modulefile.Comment #23
ambikahirode commentedpatch in #22 applies successfully and working fine for me on local 9.4.
Comment #24
RenatoCostaDev commentedItested and works fine.
Comment #25
quietone commentedReviewing RTBC issues to check they pass the core gates.
This issue is tagged 'Needs usability review' and I do not see a comment confirming that has happened. Setting to NW for that. It also needs an Issue Summary update, adding tag. All I did was add the standard template.
It is my understanding that someone working on this issue should take it to a Usability meeting but ask the folks in #ux for advice.
@ambikahirode, when making screenshots for an issue, add them to the Issue Summary so it is easier for the committer, or anyone else working on the issue. The before screenshot should show where the action links appear on the page.
A patch for D10 would is also needed.
Comment #26
quietone commentedComment #27
larowlanStill needs usability review, please reach out to the #ux channel to discuss presenting at the UX team meetings
Comment #28
saman malik commentedVerified and tested patch #22 on the drupal 9.4.x-dev version and the patch applied successfully and looks good to me.
Testing Steps:
1.Install drupal 9.4.x-dev version.
2.Install the workflow module.
3.Goto admin/config/workflow.
4.Apply the Patch and clear the cache.
Comment #29
Manibharathi E R commentedPatch #22 Verified and Applied successfully on both Drupal 9.4.x and Drupal 9.5.x.
Before Patch:

After Patch:

Comment #30
benjifisherUsability review
We discussed this issue at #3316853: Drupal Usability Meeting 2022-10-28. That issue will have a link to a recording of the meeting.
For the record, the attendees at today's usability meeting were @AaronMcHale, @benjifisher, @rkoller, @shaal, and @worldlinemine.
We were not sure whether to recommend this change. I think it would help a lot if the reason was explained more fully in the issue summary, so I am setting the status to NW and adding the tag for an issue summary update. To start, can we remove references to the Trigger module?
If I understand correctly, the main reason for suggesting the Workflows section of the menu is that the contrib Rules module puts its menu item there. The only thing that Drupal core puts there is configuration for the Content Moderation and Workflows modules, which does not seem closely related.
There does not seem to be a good reason for keeping Actions where it is, but I think we need a clearer reason for moving it.
Either way, we should also review how Actions are used in Drupal core, without the Rules module. The only thing I can think of is views that have a "bulk operations" field. That includes several admin views, such as those for
/admin/contentand/admin/people. Maybe Actions should be moved to Structure > Views.Comment #31
quietone commentedAction module is approved for removal. See #3266458: [Policy] Deprecate Action (UI) module in D10 and move to contrib in D11
Normally, issues for an extension to be removed are postponed. However, because this has has a recent usability review, I will leave it open.
Comment #32
bhaveshithape commentedComment #33
aaronmchaleUsability review provided in comment #30, removing tag.
Comment #35
andypostthe module moved to contrib project