AbstractProtectedaddAdd an output parameter to the result
The action parameters
Output parameter name
Output parameter value
ProtectedbuildBuild filter expression for job queries
Object containing optional filter criteria
SQL WHERE clause string
ProtectedgetGet boolean parameter with default value
The action parameters
Parameter name to find
Default value if parameter is missing
The boolean parameter value or default
ProtectedgetGet date parameter
The action parameters
Parameter name to find
The date value or undefined
ProtectedgetGet numeric parameter with default value
The action parameters
Parameter name to find
Default value if parameter is missing or invalid
The numeric parameter value or default
ProtectedgetGet parameter value by name (case-insensitive)
The action parameters
Parameter name to find
The parameter value or undefined
Protected AbstractInternalInternal 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
ProtectedisValidate job status value
The status value to validate
True if the status is valid
ProtectedloadLoad a scheduled job entity by ID with error handling
The ID of the job to load
The user context for the operation
Optionalprovider: IMetadataProviderObject with either the loaded job or an error result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
ProtectedvalidateValidate cron expression format
The cron expression to validate
Object with valid flag and optional error message
Base class for all Scheduled Job-related actions. Provides common functionality for job operations including validation, filtering, and entity loading.