Skip to content

Templates

Template is a text file with special mark-up. Within double curly braces you can place dot notation that reads data from internal state of the workflow.

Example
Hello {{profile@pii.name}}

Mark-up {{profile@pii.name}} will be replaced by the data from profile.

Read also about related topics:


This documentation answers the following questions:

  • How to reference data in text tempaltes?
  • What is the markup for data placeholders?
  • How to use dot notation in text templates?
  • What {{ }} does?