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
| Attribute | Type | Description |
|---|---|---|
| TaskExecMetadata | core.TaskExecutionMetadata | Stores metadata about the task execution, used by the Templating Engine to replace templated parameters. |
| Inputs | io.InputReader | Provides a reader for input data, used by the Templating Engine to replace templated parameters. |
| OutputPath | io.OutputFilePaths | Specifies the paths for output files, used by the Templating Engine to replace templated parameters. |
| Task | core.TaskTemplatePath | References the path to the task template, used by the Templating Engine to replace templated parameters. |
| IncludeConsoleURL | bool | A boolean indicating whether to include the console URL, used by the Templating Engine to replace templated parameters. |