WorkflowDescriptionSection
A section builder that outputs the workflow description.
Output Example
[Description]
Main workflow to collect Kubernetes cluster status.
This workflow gathers node, namespace, and pod information.
Usage
- actor: loader
method: createChild
arguments: ["reportBuilder", "wfDesc", "com.scivicslab.actoriac.report.sections.basic.WorkflowDescriptionSectionIIAR"]
Behavior
- Gets the
descriptionfield from the workflow YAML - Adds indentation (2 spaces) to the beginning of each line
- If
descriptionis not set, this section is skipped (returns empty string)
Classes
| Type | Class Name |
|---|---|
| POJO | WorkflowDescriptionSection |
| IIAR | WorkflowDescriptionSectionIIAR |