Renders a timeline view of a workflow's nodes, embedding the detail of each CALC, IMPORT, EXPORT, or WEBHOOK step using the corresponding review sub-report.
WORKFLOWDATA — set as ReportType in def_report.
def Render(self, Param1="", Param2="", Param3="") -> str:
Param1 — workflow name; used to query def_workflows for active nodes.Returns an AdminLTE timeline HTML block (<ul class='timeline'>). Each node is rendered as a timeline item with a Font Awesome icon indicating its type. CALC nodes delegate to ObjReportCalculation, IMPORT nodes to ObjReportDataimport, EXPORT nodes to ObjReportDataexport, and WEBHOOK nodes to ObjReportWebhook. Loads highlight.js for SQL syntax highlighting in sub-reports.
ACTIVE = 'Y' and matching the current package are included.ObjReportWebhook, ObjReportDataexport, ObjReportDataimport, and ObjReportCalculation to be importable.highlight.js (v11.7.0) CSS and JS for SQL code rendering in embedded sub-reports.