CI pipline triggering
We are triggering migration plans by calling the Migration application REST API
However we are struggling to detect changes in the runtime repository data so that we know when to trigger the execution of a migraiton plan.
For Schema changes we are using the siebel/v1.0/service/Migration Schema Service/IsSchemaChanged method but there are no such method for the Runtime repository
Question:
How do we detect runtime repository changes in the Dev environment