Stub report that attempts to render a workflow visualisation image but is incomplete; currently returns an empty HTML string.
IMAGE — set as ReportType in def_report.
def Render(self, Param1: str = "", Param2: str = "", Param3: str = "") -> str:
Parameters are unused. The implementation references WorkflowVisual without importing it and returns an empty string. Returns an HTML string (currently always empty).
This module is a stub. The functional workflow image renderer is ObjReportImageWorkflow.