I'm having a jobstream (J1) with parallel process (p1 and p2). p1 will have few builds node and p2 will check the current time. Once current time = 0700, i wanted to stop all the p1 processes. I've set the action failure = abort for 1 procedure node in p2, however p1 builds are still running when J2 audit log completed with status Failed.
1. how to stop current processing of builds in p1 once p2 aborted?
2. since procedure node with action on failure abort and exit(1) is not working to stop p1, is there anyway to disconnect DB connection to stop p1 which reads from dbX?
What are you trying to do exactly? It sounds like you're misusing error handling to implement specific features.