NOTICE: All information contained herein is, and remains
the property of TechnoCore Automate.
Updated : 2026-03-27
ObjWorkflowMatrix is a workflow node that executes
decision matrix lookups. It resolves row and column
axis values from the workflow context, looks up the
matching cell value, and writes it back to the context.
Registered as WorkflowNodeType.MATRIX.
| Key | Fallback | Description |
|---|---|---|
matrix_name |
param1 or node name | Matrix to load |
| Row axis field | From matrix definition | Row lookup value |
| Col axis field | From matrix definition | Column lookup value |
| Key | Description |
|---|---|
_calc_{matrix_name} |
Resolved cell value |
_matrix_{matrix_name} |
Same in result context |
_matrix_result |
Outcome description |
START → MATRIX (PRICING_GRID) → SERVICE → DONE
The MATRIX node loads PRICING_GRID, resolves
row/col from context fields defined in the matrix,
and writes the cell value as _calc_PRICING_GRID.
ObjDecisionMatrix.py — matrix engineObjWorkflowTicket.py — ticket node patternObjDecisionSwitch.py — decision tree engineUpdated : 2026-03-27