Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue
namerefinedpageimage
Image Added

Info

Importing workflows

Find out how to Import Workflows

Scroll Versions Documentation workflow

requires v4.1.5+

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

-Image Modified

This three state workflow can be used together with the Scroll Versions app.

The workflow contains a Draft, In Review and Completed state

  • the Completed state will match up with the Scroll Versions completed documentation state when integration with that add-on is enabled

(info) The Scroll Versions integration will only work when the workflow is applied in space mode.

Scroll Versions Documentation Workflow Markup

Code Block
{workflow:name=Scroll Versions documentation workflow|disabled=true}
    {description}
        This three state workflow can be used together with the Scroll Versions add-on. It contains a Draft, In Review and Completed state. The Completed state will match up with the Scroll Versions completed documentation state when integration with that add-on is enabled.
    {description}
    {state:Draft|submit=In Review|taskable=true}
    {state}
    {state:In Review|approved=Completed}
        {approval:Review|assignable=true}
    {state}
    {state:Completed|versionscompleted=true|updated=Draft|hideselection=true}
    {state}
{workflow}

(warning) This workflow will work on its own, but for the Scroll Versions add-on integration the K15t Comala Document Management for Scroll Versions  app also needs to be installed.

...