- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 07:12 AM
Every time I try to reapply the CI lookup rules in sub-PROD instances, I get the following Info message : "An integration run or proof granularity job is in progress. You can create a new job after it is complete." Is there any way that I can find out what integration runs are currently running and how can they be killed so that I verify the changes done in the lookup rules.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 11:06 AM
@Nishant Kumar5 You can see running integration runs in sn_vul_integration_run table. Group by the state and cancel running integration run to apply CI lookup rule.
Also, you can go to UI action 'Reapply CI Lookup rule' and if you see code, that will take you the conditions that will be checked while applying CI lookup rule or starting an execution of any integration run.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2024 11:06 AM
@Nishant Kumar5 You can see running integration runs in sn_vul_integration_run table. Group by the state and cancel running integration run to apply CI lookup rule.
Also, you can go to UI action 'Reapply CI Lookup rule' and if you see code, that will take you the conditions that will be checked while applying CI lookup rule or starting an execution of any integration run.