()
| 139 | // Engines can optionally implement this to indicate feature support. |
| 140 | type CapabilityProvider interface { |
| 141 | GetCapabilities() EngineCapabilities |
| 142 | } |
| 143 | |
| 144 | // WorkflowExecutor handles workflow compilation and execution |
no outgoing calls