Hey,
I'm using Management Console (version 9.4_M7) in order to schedule flows to IBM Process Manager Flow Manager (Version 10.2.0.9).
I'm using flows with parallel jobs. Currently, if a job on any of the parallel job threads fails, all job threads stop (particular jobs which are currently being processed will finish, but the next job on each thread will not start).
I need all job threads in which no error occurred to continue. Is there any way to do this in either Management Consle or Flow Manager? preferably Management Console.
I do know Management Console has an exception handler in the properties of each job, but I need a general behavior for my entire flow.