Abstract

This code snippet fetches the user who triggered the current transition.

Logic

This snippet uses the currentUser built-in variable to fetch the ApplicationUser object representing the user who triggered the current transition.

Snippet 

currentUser


Examples

The output of this code snippet is an ApplicationUser object representing the current user which you could use in:

A Groovy template, for example to:

A Groovy template, for example to:

References

Related articles


Related issues