Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
nameRefined page card image

...

Image Added
Info

Importing workflows

Find out how to Import Workflows

Simple approval workflow

requires v3.0.2+

com.comalatech.workflow.repository.categories.label:General|Bundled

-

...

Image Added

  • Simple approvals workflow with two states

...

    • Review

    • Approved

...

  • staff edit pages, though a change to a page is not visible to non-team members until an editor approves it

...

  • the last approved content can be viewed

...

  • whilst content is being edited in the Review and can only be seen by page editors

...

Simple approval workflow Markup

...

Code Block
{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}