I wonder if I can anticipate on the on process finish of a processor. So for example, if I know that within 5 minutes, the processor is going to be finished, I already want to send a task executer to the processor. If you use a fixed process time, it is of course not that difficult to figure out how to do this using process flow, but I want to use a distribution for the process time, so it will be different everytime.
So, how can you send a task executer 5 minutes beforehand to a processor (using a distribution for the process time)?
Is this maybe possible by using custom code in the event triggered source and by saying for example: if left process time - 300 seconds = 0, trigger event? And if so, how would you implement this? (I am not good with custom code/flexscript)