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
Action that discovers all active ArchiveConfigurations and executes each one. Designed for scheduled daily/weekly runs where all active configurations should be processed in a single invocation.
No parameters required — the action queries for active configurations automatically.