I have a technical doubt,
I have a main process that works with work queues, in turn this process calls different business processes.
Is it advisable to create a launcher object that calls business processes?
If I do not do this, I would have to have pages in the main process that call the business processes, therefore every time a new business process is generated, it will be hooked in the sub pages of the main process.
If I create the launcher object, errors in the installations of new business processes would be minimized since it would not impact the main process in future installations, but only the area would be affected.
of business specifies that launcher object. (This should not happen, but it happens in reality)
Currently the order is:
main process -> call business processes
My idea:
process -> call launcher object -> call business processes
please your answer or ideas
regards.
Esteban.