Hi @Art_Bird,I suggest to try using the below as is separately (as two Java classes) and see if it works. If yes, then you can add it to your actual business logic. JobComponent.java (OSGi component that adds Job on activation - addJob on Activate method)As we are adding the Job on activation, you ...