Skip to main content

Context

Outdated documentation page

This is an old version of the documentation for Flowable until version 3.13 and for the Angular-based Flowable Design 3.14/3.15. If you are running the latest version of Flowable please check out the current version of this page.

The context is used within Word document templates and is available through the keyword context.

It is a supporting layer between Aspose and Flowable to use Flowable expressions and variables during the template generation. Below there is a list of methods which can be used.

tip

The name of the context object can be changed by the Context object property in Flowable Design. The default value is context.

To get started with the template generation, checkout the how-to generate documents.

Methods

:::javadoc com.flowable.platform:flowable-template-engine com.flowable.template.engine.impl.linq.LinqContext