Actions

Actions

Overview

Actions are macros that are added to a workflow event trigger. When the event is detected, the trigger performs the actions.

They are extremely useful because they enable the workflow to automate common tasks. For example

Example

In this example, the trigger listens for the pagecreated event (only available in space mode) and then performs the set-message action.

{workflow:name=Action macros} {state:Test} {state} {trigger:pagecreated} {set-message}This is a new page created by @creator@{set-message} {trigger} {workflow}

Value references

Most actions support Value References, such as @creator@ in the example above.

These are named placeholders for information stored somewhere else, and they allow your actions to respond dynamically to the current workflow and content state.

Notifications

Certain actions will trigger notifications.

For more details, see the macro documentation page from the list below.

Macros

Action macros must be placed inside the macro body of a trigger macro.

Events

Certain actions will generate additional events.

For more details, see the macro documentation pages above.

App configuration

Certain macros will be affected by application settings.

For more details, see the macro documentation pages above.

Examples

These examples utilize a range of different actions workflow triggers.

See also

Workflow Authoring Guide

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.