Skip to main content

Module task_template

Module task_template 

Source
Expand description

Task template instantiation for oximedia-workflow.

TaskTemplate stores a parameterised task blueprint; TaskInstantiator resolves the template parameters against a provided key→value map and returns a concrete InstantiatedTask ready for execution.

Structs§

InstantiatedTask
A fully resolved task produced by TaskInstantiator::instantiate.
TaskInstantiator
Resolves TaskTemplate placeholders against caller-supplied values.
TaskTemplate
A reusable task blueprint with substitutable {{parameter}} placeholders.
TemplateParam
A single named parameter that can be substituted into a task template.

Enums§

InstantiateError
Errors that can occur during template instantiation.