Skip to end of banner
Go to start of banner

workflowproperties macro

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

REMOVED v6.17.1+ and v7.0.2+ . Not be be published - archived from public wiki.

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

This macro is no longer displayed in a macro search or the workflow markup.

Security Warning

This macro stores login details in plain text in a workflow template which can be viewed by space admins and, in page mode, end-users too.

If you have any workflows that use this legacy macro, please update as soon as possible. See Remote-space publishing for current best practice.

Overview DEPRECATED

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

Where to use it? DEPRECATED

Optional.

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

Parameters DEPRECATED

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 DEPRECATED

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


  • No labels