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??