Versions Compared

Key

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


{repository-workflow:
Wiki Markup
Info

Importing workflows

Find out how to Import Workflows


Scroll versions Documentation workflowrequires v4.1.5+
com.comalatech.

...

workflow.

...

repository.categories.label: Bundled|Document Management|General

-Image Added

This three state workflow can be used together with the

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


Code Block
titleScroll Versions Documentation Workflow Markup
collapsetrue
{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}

...



Note

This workflow will work on its own, but for the Scroll Versions add-on integration the [ Comala Workflows for Scroll Versions|https://marketplace.atlassian.com/plugins/com.k15t.scroll.scroll-versions-comala-workflows-integration] add-on also needs to be installed.

...