Source: factory.workflow/ObjWorkflowCalc.py
CALC Node - Executes calculation sets
Runs calculation definitions from def_service_calculation.
Calculations can perform transformations, lookups, and computations
that enrich the workflow context with derived values.
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: WorkflowContextType, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> NodeExecuteResultType |
Execute a CALC node. |