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§
- Instantiated
Task - A fully resolved task produced by
TaskInstantiator::instantiate. - Task
Instantiator - Resolves
TaskTemplateplaceholders against caller-supplied values. - Task
Template - A reusable task blueprint with substitutable
{{parameter}}placeholders. - Template
Param - A single named parameter that can be substituted into a task template.
Enums§
- Instantiate
Error - Errors that can occur during template instantiation.