Reputation: 2573
I have created a workflow which lets Admin publish document. It's a basic workflow.
What I want is to bypass process for Admin, currently what is happening is that Administrator have to create/approve/publish , Administrator can publish changes directly by not following these steps.
Any help is appreciated. Thanks.
Upvotes: 1
Views: 574
Reputation: 7696
This is not possible using basic workflow. You can do it either by using advanced workflow (since v7) or by customizing EditMenu.ascx.cs (and underlying classes) + probably CMSDocumentManager. If you want to use workflow just for versioning purposes, use "Automatically publish changes" option on 'General' tab of basic workflow.
Upvotes: 0