Skip to content

Ensure TemplateFunctions Instance Is Separated Per Template Execution #36

@AuPath

Description

@AuPath

User provided TemplateFunctions are currently set once per TemplateExecutor instance and never updated. This is problematic because if TemplateFunctions maintains state, all executions within the same TemplateExecutor instance share the same state. Instead, each template execution should have its own separate TemplateFunctions instance to ensure isolation and prevent unintended state persistence.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions