Hi dwarch,
When you say T_FW table or T_PROCESS table, by table do you mean an ESP Application?
If so, how about something like this (I haven't tested it, just theorising)? The file trigger job in T_FW can be a CONTINUOUS monitor using an ESP Alert to retrigger itself every time it completes (if the trigger job is the only job in the Application, you may need a Manual Task in there to keep it active), and also the Event for T_PROCESS, using the APPLJOB (AJ) and TRIGGER cmds:
AJ <jobname> RESUB APPL(T_FW.%ESPAPGEN)
TRIGGER <pref.eventname>
In the application definition for T_PROCESS have 'APPLICATION T_PROCESS WAIT' coded to make it wait for the previous generation to complete before starting. If there are multiple T_PROCESS Application triggers they will stack up in order and run oldest first.
Regards,
John