Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Scroll Versions Documentation workflow

requires v4.1.5+

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

-

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 only works 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}

This workflow works 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.

...