This site has moved to the integrated Appfire documentation and information site for our apps.

From February 2024 this site is no longer updated.

Take a look here! If you have any questions please email support@appfire.com

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

« Previous Version 3 Next »

Overview

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

It is particularly useful for providing guidance to content creators about next steps after creating the page. For example, should they define page parameters or apply certain labels to their content?

Where to use it?

Optional.

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

Requires Space Mode. Workflow must not be 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

There are no items with the selected labels at this time.

4.1+
style
info

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

Filter by label

There are no items with the selected labels at this time.

4.3+

Example

{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

There are no items with the selected labels at this time.

See also

Workflow Authoring Guide:

Administration Guides:

  • No labels