Versions Compared

Key

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

...

They are mostly used for apps made by ServiceRocket, such as:

However, they can also be used by any compatible app, such as Comala Document Management. In addition, Comala Document Management provides its own Supplier – the Workflow Supplier – which can be used in ServiceRocket apps and any other compatible app.

...

They can be used in any macro that supports Value References or Conditions – see Conditions, Content and Value References for a list.

Available suppliers

How to use them

First, you must install the Reporting for Confluence app – this provides a numerous Suppliers, but more importantly it enables their use via Parameter Injection.

You can access information from any ServiceRocket-compatible Supplier by using a Supplier Keychain, without the "%" symbols, in a Value Reference.

For example, if you want to display a message when a page is updated, but only if that page has child pages, you could use the children key of the Page Supplier. It will return

  • this key returns a list (a collection), which can be inspected using a Collection Supplier to determine the number of child pages via its size key.

...

  • This can

...

...

...

  • macro and also in the body of a

...

...

Code Block
languagetext
themeRDark
{workflow:name=Check child pages}
   {state:Test|description=Update the page to test the trigger}
   {state}
   {trigger:pageupdated|state=Approved|@content:children > size@=!0}
      {set-message}Please check the content of the @content:children > size@ child page(s){set-message}
   {trigger}
{workflow}

All examples

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
sorttitle
excerptTypesimple
cqllabel = "supplier-references" and label = "example" and space = currentSpace ( )

See also

External Links:

Integration Guides: