Aruna
Aruna

Reputation: 2052

Umbraco Workflow for content publishing

I'm building a CMS solution using Umbraco 7 version. I have a requirement to add a workflow before content getting published to the site. Something similar to Content Creator creates a blog post -> send for Editor approval and once the editor approves it contents getting published to the public site.

Draft-> Send for Approval(to an Editor)-> Approve -> publish.

I know Umbraco has workflow feature for the Forms. Is there any way to integrate a workflow to the back office content publishing? Any thoughts or workarounds to achieve this??

Upvotes: 1

Views: 1623

Answers (1)

Jannik Anker
Jannik Anker

Reputation: 3425

Yes, there is a simple approval workflow built in: http://nurhak-kaya.blogspot.com/2018/08/umbraco-notifications-save-and-send-for.html

It looks like it should cover your needs, though. If not, you could take a look at Plumber: https://our.umbraco.com/packages/backoffice-extensions/plumber-workflow-for-umbraco/

Upvotes: 3

Related Questions