Skip to end of banner
Go to start of banner

Simple approval workflow

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Importing workflows

Find out how to Import Workflows

Simple approval workflowrequires v3.0.2+
com.comalatech.workflow.repository.categories.label:General|Bundled
-
  • Simple approvals workflow with two states
    • Draft
    • Approved
  • Staff edit pages, though a change to a page is not visible to non-team members until an editor approves it
  • Approved content can be viewed, whilst content being edited can only be seen by page editors
Simple approval workflow Markup
{workflow:name=Simple approval workflow|key=com.comalatech.sample.approvals.01}
    {description}
    Simple approvals workflow with two states (Draft and Approved)
    Staff edit pages but a change to a page is not visible to non-team members
    until someone in the edit team approves it.
	{description}
    {state:Draft|approved=Approved|taskable=true}
        {approval:Review|assignable=true}
    {state}
    {state:Approved|final=true|updated=Draft|hideselection=true}
    {state}
{workflow}


  • No labels