Concepts > Attributes (MetaAttributes) > Notification Body
Notification Body
This property allows to define the template which will generate the message body.
 
To configure your template you can mix some text and the following tags.
Tags are replaced in your text by values generated in place and explained below.
 
Template example : "My workflow is : [@WorkflowName@]."
Result : "My workflow is : Validation."
 
 
Tags :
 
- [@TaggedValue=<TaggedValue
Generates the value of the given TaggedValue entered when the Transition was triggered.
The transition can be omitted, in this case it matches the current triggered transition.
If the transition is specified it identifies the last matching transition already triggered.
 
- [@Comment,Transition=<Workflow Transition
Generates the value of the comment entered when the Transition was triggered.
The transition can be omitted, in this case it matches the current triggered transition.
If the transition is specified it identifies the last matching transition already triggered.
 
- [@TransitionName=<Workflow Transition
Generates the name of the triggered Transition.
The transition can be omitted, in this case it matches the current triggered transition.
If the transition is specified it identifies the last matching transition already triggered.
 
- [@StatusName,Transition=<Workflow Transition
Generates the name of the Status following the triggered Transition.
The transition can be omitted, in this case it matches the current triggered transition.
If the transition is specified it identifies the last matching transition already triggered.
 
- [@StatusInstanceName,Transition=<Workflow Transition
Generates the name of the StatusInstance created by the triggered Transition.
The transition can be omitted, in this case it matches the current triggered transition.
If the transition is specified it identifies the last matching transition already triggered.
 
- [@Activator,Transition=<Workflow Transition
Generates the name of the User who triggered the Transition.
The transition can be omitted, in this case it matches the current triggered transition.
If the transition is specified it identifies the last matching transition already triggered.
 
- [@Date,Transition=<Workflow Transition
Generates the date and time when the Transition was triggered.
The transition can be omitted, in this case it matches the current triggered transition.
If the transition is specified it identifies the last matching transition already triggered.
 
- [@WorkflowName@]
Generates name of the workflow definition matching the executed workflow.
 
- [@WorkflowInstanceName@]
Generates name of the executed workflow name.
 
- [@WorkflowSubjectProperty=<"MegaField"|PropertyId
Generates the given property value of the workflow's subject.
Use "MegaField" to generate the workflow's subject's MegaField.
Use a MetaAttribute identifier to generate the matching value.
Example : [@WorkflowSubjectProperty=MegaField@]
Example : [@WorkflowSubjectProperty=Name@]
 
- [@Macro=<Macro
Generates a text returned from a function implemented in the given macro.
The identified macro must contain a Function that matches the following signature :
* Function <FunctionName
 
 
- [@BeginAllTaggedValues@] ... [@EndAllTaggedValues@]
Generates the text included between those tags for each TaggedValue of the currently triggered Transition.
The specific following tag can be used in the included text to generates some information relative to the TaggedValue :
[@TaggedValueProperty=<"Name"|"Value"
Use "Name" to generate the TaggedValue name.
Use "Value" to generate the TaggedValue value.
Example :
| Properties :
| [@BeginAllTaggedValues@] - [@TaggedValueProperty=Name@] : [@TaggedValueProperty=Value@]
| [@EndAllTaggedValues@]
 
- [@BeginAllAttachedObjects@] ... [@EndAllAttachedObjects@]
Generates the text included between those tags for each object attached when the current Transition was triggered.
The specific following tag can be used in the included text to generates some information relative to the attached object :
[@AttachedObjectProperty=<"MegaField"|PropertyId
Use "MegaField" to generate the attached object's MegaField.
Use a MetaAttribute identifier to generate the matching value.
Example : [@AttachedObjectProperty=MegaField@]
Example : [@AttachedObjectProperty=Name@]
 
- [@BeginAllNextTransitions@] ... [@EndAllNextTransitions@]
Generates the text included between those tags for each next transition following the current Status (following the current triggered Transition).
The specific following tag can be used in the included text to generates some information relative to Transition :
[@NextTransitionProperty=<"MegaField"|PropertyId
Use "MegaField" to generate the Transition's MegaField.
Use a MetaAttribute identifier to generate the matching value.
Example : [@NextTransitionProperty=MegaField@]
Example : [@NextTransitionProperty=Name@]
 
Translations
Type
VarChar (4) Standard
 
List of MetaClasses