Adobe Integration: import subscription scheduled Job is inactive if we install adobe plugin after saas appsDescriptionThe issue specifically occurs as the App has a scheduled job record under optional content that is updated by a fix script under optional content to schedule it randomly and activate it. As the optional content for the app is processed twice, its record it deactivated as the job is processed twice, but the fix script is only processed once due to fix script optimization skipping already processed fix script.Steps to Reproduce Adobe Integration: import subscription scheduled Job is inactive if we install adobe plugin after saas apps.Instance: http://<instance-name>.servicenow.com/Steps:1- Install Software Asset Management Professional(com.snc.samp) and SAM workspace2- then Install Software Asset Management Professional for Adobe plugin (com.sn_samp_adobe)3- Go to scheduled jobs and observe that SAM - Import Adobe User Subscriptions is coming as inactive, the same is not observed when we install saas apps after family pluginWorkaroundAs a workaround, there are two possible approaches. 1. Move the file in question to apply_once folder 2. Update the replace_on_upgrage flag to false to ensure that even though the file is processed twice, it will be skipped the second time.Related Problem: PRB1702706