When an Idea has running Processes but it is set to Inactive, is it possible to cancel running processes so any pending actions are cleared?
Release : 16.1.2
The only way i can potentially see this being accomplished is to create a custom process which will be triggered when idea status changes to inactive and then that process will need to have a GEL script which will identify running process for this idea instance and issue Abort command for that process instance. This approach would require some custom coding to be done.