Versions Compared

Key

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

Overview

...

This article explains how to integrate ServiceRocket Appfire Scaffolding Forms and Templates app (formerly ServiceRocket) with Comala Document Management.

...

We recommend ServiceRocket Scaffolding Forms and Templates app version 8.26.29 or above and Comala Document Management (formerly Comala Workflows) version 6.17.4 or above with Confluence v7.13.11+

Scaffolding Forms and Templates v8.27.0 and servicerocket-utility-library the Utility Library (2.6.0) are compatible with Comala Document Management in Confluence v7.x+ . However please check ServiceRocket the Scaffolding app version for Confluence 8+ compatibility in the Atlassian Marketplace.

Workflow Supplier

Scaffolding forms and templates can obtain workflow information using the Workflow Supplier, in much the same way other Suppliers are used.

Value references

Workflows can obtain data from Scaffolds via Supplier References, allowing the contents of a Scaffold to dynamically define values within the workflow.

The following data sources are supported:

In short, anything that can be accessed by the Scaffold Data Supplier with the data:FieldName syntax can be converted to a value reference by wrapping it in @ (at) characters, for example: @data:FieldName@

Examples

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
sorttitle
excerptTypesimple
cqllabel = "app-servicerocket-scaffolding" and label = "example" and space = currentSpace ( )

See also

Integration Guides:

Workflow Authoring Guide:

External Links:

...