Concepts > Attributes (MetaAttributes) > To\Workflow Action
To\Workflow Action
This property allows to define the template which will generate the message recipients.
 
Message's recipients are specified in a coma separated list of email addresses.
 
To add a new recipient, several possibilities :
- add directly e-mail address
- use a user tag [@User=<User
Generates the given user's email address.
- use a participant tag [@Participant=<Workflow Participant
Recipients list is contains the email addresses of the users macthing the given participant in the workflow definition.
- use a next transition tag [@NextTransitionAllowedUsers=<Workflow Transition
Recipients list is contains the email addresses of the users candidate to trigger the given Transition (from the current Status).
Use AllTransition to list all users who are candidate to trigger any transition leaving the current status.
- use a previous tag [@PreviousTransitionTriggerer=<Workflow Transition
Recipients list is contains the email address of the user who triggered the given Transition.
- use a macro tag [@Macro=<Macro
Recipients list returned as a texte from a function implemented in the given macro.
The identified macro must contain a Function that matches the following signature :
* Function <FunctionName
 
Some tags contain the keyword "Transition=". This keyword is not mandatory. If it is not specified, the last transition triggered will be used to define the recipients.
Translations
Type
VarChar (4) Standard
 
List of MetaClasses