I want to setup a model where when the main operator is called out, a helper operator is call out at the same time.
I have created a Global Table for each of the task operators need to perform and the process flow will iterate through the Global Table until completion. The last column has the Helper Operator Group which needs to be called when the specific row task is performed. For example, Row 1 needs to call one helper operator from Group "5".
Condition 1: When an item needs to process in Processor 5 which call out Dispatcher 1's operator or an item needs to process in Processor 6 which call out Dispatcher 2's operator, 1 helper operator needs to call out from Dispatcher 5.
Condition 2 is similar to Condition 1: Dispatcher helper operator will support Dispatcher 3 and 4.
What option do I have for setting up pulling helper operator from dispatcher?