Source: factory.workflow/ObjWorkflowDecisionSegment.py
Workflow node for versioned segmentation.
Evaluates context values against a segment
definition in def_decision_segment and writes
results to the segment meta table.
| Method | Signature | Description |
|---|---|---|
| execute | execute(run_context: dict, current_result: str, input_guid: str, node_type: str, name: str, **kwargs) -> tuple |
Execute the segmentation node. |