Versions Compared

Key

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

Status
titleREMOVED
v6.17.1+ and v7.0.2+ . Not be be published - archived from public wiki.removed from Comala Document Management

Info

Status
subtletrue
titleDeprecated
The macro described below is no longer used – see Remote-space publishing for current best practice.

...

The workflowproperties macro has been removed from Comala Document Management.

It is the legacy way to configure publishing to a different space or server when using Remote-space publishing.

Where to use it?
Status
subtletrue
titleDeprecated

Optional.

One {workflowproperties} can be put in a {workflow} macro.

Parameters
Status
subtletrue
titleDeprecated

Parameter

Notes

url

The url to the remote instance, and should have the form http://host/rpc/xmlrpc .

The plugin uses Confluence's XML-RPC API which has to be enabled

user

Username for login – must have space admin privileges on target space.

password

Password associated with username.

space

The space key of the target space.

Basic example
Status
subtletrue
titleDeprecated

Code Block
languagetext
{workflow}
   {workflowproperties:publishing|url=http://foo.com/rpc/xmlrpc|user=foo|password=bar|space=PUBLIC}
   ...
{workflow}

...