Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Status
subtletrue
titleDeprecated
The comment macro is deprecated and this can no longer be used to add comments to your workflow markup.

Overview
Status
subtletrue
titleDeprecated

Excerpt
hiddentrue

Status
subtletrue
titleDeprecated
Examples of where the {comment} macro can be used in your template markup.

This example shows where the {comment } macro can be used in your template markup.

Applicable Locations
Status
subtletrue
titleDeprecated

The macro can only be used inside the body of a {workflow } macro.

Example
Status
subtletrue
titleDeprecated

Code Block
languagetextthemeRDark
{workflow:name=Commented Workflow}
   {comment}
      This comment is in the body of the workflow macro
   {comment}
   {state:Commented}
   {state}
   {comment}
      This comment is in the body of the workflow macro
   {comment}
   {trigger:pagecreated}
   {trigger}
{workflow}

...