For monitoring jobs of a customer built BTP application (namely those that you see in your local Service Dashboard (for example) is possible for java and node.js applications.
To enable the monitoring currently some manual action is needed for which basic programming knowledge and understanding of the BTP programming environment is needed.
It is planned for Q1 2025, that you can simply "flag" jobs in BTP, if you want to monitor them via SAP Cloud ALM. Then you can stop the data collection job that you scheduled in step 4.
Note, that you need for this task some basic Java programming knowledge and understanding of the BTP programming environment.
In the application that you have deployed to your BTP account and that you have bound to the job scheduler service (and to the destination service)
In Service Dashboard create "Collect Job Execution Data for CALM" job to run every 5 minutes. As action REST endpoint call POST method “pushDataToCALM()”. Create the schedule for it and check that it is executed.
After the execution of the data collection job (within 5 minutes) you should see the data collection job (together with other jobs of your BTP application that have run since scheduling the data collection job) in your SAP Cloud ALM tenant in the Job & Automation Monitoring application.
Note, that you need for this task some basic JavaScript programming knowledge and understanding of the BTP programming environment.
In the application that you have deployed to your BTP account and that you have bound to the job scheduler service (and to the destination service)
In Service Dashboard create "Collect Job Execution Data for CALM" job to run every 5 minutes. As action REST endpoint call POST method “/dataCollectorToCALM”. Create the schedule for it and check that it is executed.