Introduction
Template models are available in two different formats:
Freemarker templates
A freemarker templates allows to use Freemarker to generate text for various different places in Flowable. The template syntax makes it possible to use if conditions and loops with a simple formatting language.
The template normally produces a text or Markdown document as result.
Document templates
Typically used with the Generate Document Task in CMMN or BPMN allows to create a PDF or Word document. To create the template the Aspose template syntax is used.
The Flowable context is exposed with context
.
A step-by-step guide can be found as part of the how-to section.