Templating Node

vellum.workflows.nodes.TemplatingNode

Used to render text templates using Jinja2 syntax

Attributes

template
strRequired

The Jinja2 template to render

inputs
EntityInputsInterfaceRequired

The values to substitute into the template for the specified variables.

Outputs

result
_OutputType

The rendered template in the appropriate type as specified by the type specified in the Templating Node subclass definition.