Is this the right workflow control required to create SG using the Workflow Process?

We notice that if a user without document management rights in a publication tries to create a group of structures and sets the “Linked Page Process” set on the Workflow tab, they receive a permission error. If the workflow parameter is deleted, the user can save without problems.

I guess this is by design in the product, right? I wanted to make sure that we did not fall into our code. If that matters, here is what is written:

Failed to save Structural Group (tcm: 0-0-0). You do not have permission to perform this action. Error Code: 0x80040242 (-2147220926) Call Stack: Tridion.ContentManager.Security.AuthorizationManager.AssertAccess (IdentifiableObjectData, Permissions, Rights) Tridion.ContentManager.CommunicationManagement.StructureGif.annSaving (SaveEventArgsdentivendion.rinager. SavenventArgsentivendion.rienager. SavenventArgsIentagerIonager. SavenventArgsIdenterionIndager.ivenarg. .ContentManager.IdentifiableObject.Save () Tridion.ContentManager.BLFacade.ContentManagement.RepositoryLocalObjectFacade.Create (UserContext, String) XMLState.Save StructureGroup.Save

thanks,

~ Warner

+4
source share
1 answer

Yes, to assign a workflow process definition to an element (schema or SG), you need workflow control rights.

+3
source

Source: https://habr.com/ru/post/1438985/


All Articles