daily cloning of application with Groovy without jobs
Summary:
I want to clone (with Groovy) my PBC application daily from prod to test, but without the jobs
Content (please ensure you mask any confidential information):
We are able to schedule a copy of a snapshot from prod to test by scheduling a groovy script (similar to https://docs.oracle.com/en/cloud/saas/enterprise-performance-management-common/cepma/epm_auto_groovy_clone.html) in the jobs scheduler. However, we do not want to include the scheduled jobs as this means the same jobs will start running from the test environment. With the clone command in EPM Automate you can exclude jobs, but those are running the history jobs not the scheduled jobs. Is it possible to clone the application in groovy (either with clone or export and import)? We do not want to be dependent on EPM Automate on a local machine.