Hi, I have codebase where i have multiple apps and few static libs. On one hand, Applications have messageflows that are using messageflows inside it and on the other hand there are messageflows inside static libs which are also being used inside those applications.
So first, I want to understand what could be a technical justification for doing this i mean couldn't this be done simple creating subflows for reusble flows and use them inside messageflows where ever needed. Please help me explain this.
Second, I've changed all those messageflows which were being used inside other messageflows into subflows in the Applications. Plus convert all the messageflows to Subflows in the static libs as well. So there is no exceptions showing on the toolkit but when i deploy the bar there are few esql procedures declarations(calling java methods in the backend) is throwing exceptions that couldn't be able to find java class or method which is referred to by the routine.
What am i doing wrong and in order to fix this i need to understand the issue here first.
------------------------------
Saad Ahmed
------------------------------