Source: factory.workflow/ObjWorkflowRuleset.py
RULESET Node - Priority-ordered rule eval.
Loads a named ruleset, evaluates it against
the workflow context, and writes the outcome
and matched rule name to the result context.
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: WorkflowContextType, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> NodeExecuteResultType |
Execute a RULESET node. |