Package com.flowable.template.api.processor
-
Interface Summary Interface Description TemplateProcessingConstants TemplateProcessingResult A template processing result represents the result from a processedTemplateVariationDefinition
through aTemplateProcessor
.TemplateProcessor A template processor is used to process aTemplateVariationDefinition
and is typically registered / looked up based on the type of a template returned byTemplateDefinition.getType()
.