Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Do note that when you export an app, it will not include the scheduler records by default, so you will have to handle this separately. To ensure that your scheduled job configurations are successfully promoted across environments, you will need to perform a manual data export and import of the Scheduler data records, specifically for the sch_job_def
table, which stores the Scheduler job definitions.
Here is how you can do it:
...
sch_job_def
table into a .sql
file....
.sql
file into the test environment's database, ensuring that the sch_job_def
table is populated with the necessary job configurations....
sch_job_def
database records into your Joget test environment, go to the userview where the Scheduler is configured.This process should successfully transfer your scheduled job configurations from the development environment to the test environment.