Package com.flowable.template.api.processor
package com.flowable.template.api.processor
-
ClassDescriptionA template processing result represents the result from a processed
TemplateVariationDefinition
through aTemplateProcessor
.A template processor is used to process aTemplateVariationDefinition
and is typically registered / looked up based on the type of a template returned byTemplateDefinition.getType()
.