Our new Appfire Documentation Space is now live!

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

Fetch the comment added during a transition

Abstract

This code snippet fetches the comment added during a transition

Logic

Access the text of the comment using transientVars variable.

Snippet 

transientVars.comment

Placeholders

NA

Examples

The output of this snippet is a String which you can use in A Groovy expression, for example to display the comment in a Calculated Text custom field.

References