ProtectedaddAdd 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
ProtectedInternalExecutes the scheduled job query with the provided filter parameters
The action parameters containing:
ActionResultSimple with:
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
Query Scheduled Jobs action. Searches for scheduled jobs based on filter criteria including Status, JobTypeID, IsActive flag, and creation date ranges.
Example