@antolin.lacaton I don’t think this level of complexity is warranted for the use case you describe.
A combination of database triggers and BEWF supported with custom events should suffice. In addition, instead of updating data instantly, I would recommend using recurring events to run daily or weekly routines to loop over data that is not time-critical.
1 Like