I have several projects that I want to run in parallel and when all of
them done send out an email, however I can't figure out a way to do
this.
Here is a simplified scenario... In reality there are 6 jobs that need
to run at the same time:

Job 1 \
          >  When Done -> Send Email
Job 2 /


I tried the join plugin but it doesn't wait for the jobs and I looked
at the command line api but didn't see a way to see if a job is
running....  Is there either a plugin that would do this that I'm
missing or an api call that I could use to see if a job is still
running?

Thanks,

Brad

Reply via email to