Source: factory.workflow/ObjWorkflowMatrix.py
MATRIX Node - Decision matrix lookup.
Reads a decision matrix by name, resolves
row/col axis values from run_context, and
stores the result in the context.
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: WorkflowContextType, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> NodeExecuteResultType |
Execute a MATRIX node. |