Class WorkflowDescriptionSection

java.lang.Object
com.scivicslab.actoriac.report.sections.basic.WorkflowDescriptionSection
All Implemented Interfaces:
SectionBuilder

public class WorkflowDescriptionSection extends Object implements SectionBuilder
POJO section builder that outputs the workflow description.

Pure business logic - no CallableByActionName. Use WorkflowDescriptionSectionIIAR to expose as an actor.

Output example:

[Description]
  Main workflow to collect Kubernetes cluster status.
  This workflow gathers node, namespace, and pod information.
Since:
2.16.0
Author:
devteam@scivicslab.com