Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
nameRefined page card image
Image Removed
Simple approval workflow with Draft and Published statesImage Added
Info

Importing workflows

Find out how to Import Workflows

Simple approval workflow (3.1)

v.52 requires v3.0.2+

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

-

Image Removed

Image Added

  • Simple approvals workflow with two states: Draft and

Approved
  • Published

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

Code Blocktitle

Simple approval workflow

Markupcollapsetrue

(3.1) markup

Code Block
{workflow:name=Simple approval workflow|key=com.comalatech.sample.approvals.01-31}
	{description}
		* Simple approvals workflow with two states (Draft and Published).
	{description}
    {state:Draft|approved=Published}
        {approval:Approval}
    {state}
    {state:Published|final=true|rejected=Draft|updated=Draft}
    {state}
{workflow}