Info | ||||||
---|---|---|---|---|---|---|
| ||||||
Warning |
This macro is no longer displayed in a macro search or the workflow markup.
Warning |
---|
Security WarningThis macro stores login details in plain text in a workflow template which can be viewed by Space Admins space admins and, in Page Mode 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
Status | ||||
---|---|---|---|---|
|
Excerpt | ||||||
---|---|---|---|---|---|---|
| ||||||
|
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?
Status | ||||
---|---|---|---|---|
|
Optional.
One {workflowproperties}
can be put in a {workflow} macro.
Parameters
Status | ||||
---|---|---|---|---|
|
Parameter | Notes |
---|---|
| 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 |
| Username for login – must have space admin privileges on target space. |
| Password associated with username. |
| The space key of the target space. |
Basic example
Status | ||||
---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
{workflow}
{workflowproperties:publishing|url=http://foo.com/rpc/xmlrpc|user=foo|password=bar|space=PUBLIC}
...
{workflow}
|