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 Space Publishing workflowrequires v4.3.0+
com.comalatech.workflow.repository.categories.label: Bundled|Document Management|General

-

This workflow requires the Comala Publishing App

A simple approvals workflow

  • two states: Draft and Published
  • staff edit pages, an approval is required to publish the page to the configured public space to become visible to all
Simple Space Publishing Workflow Markup
{workflow:name=Space Publishing Approval Workflow|key=com.comalatech.sample.publishing.01}
    {description}
        Simple approvals workflow with two states (Draft and Published). Staff edit pages, an approval is required to publish the page to the configured public space to become visible to all.{description}
    {state:Draft|approved=Published|taskable=true}
        {approval:Review|assignable=true}
    {state}
    {state:Published|updated=Draft|hideselection=true}
    {state}
    {trigger:pagestatechanged|state=Published}
        {publish-page}
    {trigger}
    {trigger:newsstatechanged|state=Published}
        {publish-page}
    {trigger}
{workflow}

  • No labels