Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel2
minLevel2
absoluteUrltrue
excludeOverview
typeflat
separatorpipe

Overview

Excerpt
hiddentrue

Add message to "create page/blog" screen

The {workflow-instructions} macro is used to display instructions in a message panel on the initial page or blog post creation screen.

...

Where to use it?

Optional.

One {workflow-instructions} can  macro can be put in a {workflow} macroworkflow macro.

Requires Space Mode. Workflow space mode application of the workflow.

Workflow application must not be content label-filtered.

Parameters

Parameter

Mandatory

Default

Description

Ver

macro body



Message to display in panel at top of "create page/blog" screen:

Note: As the page or blog post is not yet created, wiki macros which require access to the content cannot be used in this scenario.

4.1+

title



Panel title:

  • Plain text

  • Can use any character set supported by your Confluence server – except some reserved characters.

Filter by label (Content by label)
showLabelsfalse
max6
showSpacefalse
sorttitle
cqllabel = "macro-workflow-instructions" and label = "parameter-title" and label = "example" and space = currentSpace ( )

4.1+

style


info

Specifies the style of the panel: info, error, warning, success – see samples below:

Image ModifiedImage ModifiedImage ModifiedImage Modified
Filter by label (Content by label)
showLabelsfalse
max6
showSpacefalse
sorttitle
cqllabel = "macro-workflow-instructions" and label = "parameter-style" and label = "example" and space = currentSpace ( )

4.3+

Example

Code Block
languagetextthemeRDark
{workflow:name=Instructions}
   {workflow-instructions:title=Important}
      wiki markup to render on "create" screen
   {workflow-instructions}
   {state:Test}
   {state}
{workflow}

All examples

Filter by label (Content by label)
showLabelsfalse
max500
showSpacefalse
sorttitle
excerptTypesimple
cqllabel = "macro-workflow-instructions" and label = "example" and space = currentSpace ( )

See also

Workflow Authoring Guide:

Administration Guides: