I have a series of tasks where when one task finishes the next task runs, until all of the tasks are done. I need to find the probability that everything will be finished at different points in time. How should I approach this? Is there a way to find this in polynomial time?
The pdfs for how long individual tasks will run have been found experimentally and are not guaranteed to follow any particular type of distribution.