Skip to content

Conversation

@caleeli
Copy link
Contributor

@caleeli caleeli commented Sep 16, 2025

Add job validation and new scheduling method scheduleDateJob

Solution

  • Implement scheduling method scheduleDateJob.

How to Test

        $this->taskSchedulerManager->scheduleDateJob(
            $datetimeIsoFormat,
            [
                'job' => CreateAdvancedTableJob::class,
                // ...
                'saved_search_advanced_configuration_id' => $configuration->id,
                'saved_search_ids' => $savedSearchIds,
            ]
        );

@caleeli caleeli merged commit ce8757c into feature/FOUR-26166 Sep 16, 2025
3 of 4 checks passed
@processmaker-sonarqube
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants