Hi @SatishNa ,
Workflows in Universal Editor
–> Universal Editor itself does not have native workflow support yet.
–> To enforce workflows, you configure AEM workflow launchers/policies on page activation in AEM. This way, when someone tries to publish from the Universal Editor, the action triggers your workflow instead of a direct replication.
Publish button & ACLs
–> Yes, the Publish button in Universal Editor respects AEM ACLs.
–> If a user does not have replicate permissions, the button is disabled for them automatically.
Recommended approach
–> Best practice is to remove direct replicate rights from authors.
–> Grant them only workflow initiation rights. This ensures all publishing requests go through workflow approval, even when using the Universal Editor.
Universal Editor respects replication ACLs. To enforce workflows, take away direct replicate permissions and rely on AEM workflow launchers/policies.
Hrishikesh Kagane