ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Thin action wrapper for External Change Detection. Delegates to ExternalChangeDetectorEngine.DetectAndReplayChanges() which interleaves detection and replay per entity to keep memory bounded.
Params: EntityList - Comma-separated entity names. If omitted, all eligible entities are processed. ReplayBatchSize - Concurrent record replays per entity. Default 20. DetectionBatchSize - Max parallel entity detection. Default 5. StaleTimeoutHours - Hours before a stuck run is considered stale. Default 24.