Skip to main content

Parameters

This struct is used by the Templating Engine to replace templated parameters. It encapsulates task execution metadata, input readers, output file paths, task template paths, and a flag to include the console URL.

Attributes

AttributeTypeDescription
TaskExecMetadatacore.TaskExecutionMetadataStores metadata about the task execution, used by the Templating Engine to replace templated parameters.
Inputsio.InputReaderProvides a reader for input data, used by the Templating Engine to replace templated parameters.
OutputPathio.OutputFilePathsSpecifies the paths for output files, used by the Templating Engine to replace templated parameters.
Taskcore.TaskTemplatePathReferences the path to the task template, used by the Templating Engine to replace templated parameters.
IncludeConsoleURLboolA boolean indicating whether to include the console URL, used by the Templating Engine to replace templated parameters.