This site has moved to the integrated Appfire documentation and information site for our apps.

From February 2024 this site is no longer updated.

Take a look here! If you have any questions please email support@appfire.com

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 workflow

v.52 requires v3.0.2+

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

-

  • Simple approvals workflow with two states: Draft and Published

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

Simple approval workflow (3.1) markup

{workflow:name=Simple approval workflow}
	{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}


  • No labels