Skip to end of banner
Go to start of banner

Administrator state override

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 »

Overview

This example shows how a workflow administrator can override the workflow state on a page or blog post.

State override

Administrators can enter a special mode that allows them to transition to any state in the workflow (this is particularly useful when developing and testing workflows).

For example, content in the final state in our workflow below has no user transitions.

Add the following to the end of the page or blog post URL in the browser URL bar: ?admin=true

The workflow popup will now display a dropdown menu showing options to transition to any other state in the workflow.

Once you're done, just remove the "admin=true" from the URL bar and everything is back to normal.


If the URL already contains a question mark, for example the "?pageid=" type of URLs, you'll have to use this instead: &admin=true

For example, if the URL was something like:

https://confluence.yourcompany.com/display/SPACEKEY/Some+Page

You'd change it to:

https://confluence.yourcompany.com/display/SPACEKEY/Some+Page?admin=true

But if it was something like this:

https://confluence.yourcompany.com/pages/viewpage.action?pageId=29263912

You'd change it to:

https://confluence.yourcompany.com/pages/viewpage.action?pageId=29263912&admin=true
  • No labels