Hi Ben,
The ability to complete a job through the web UI is a low-level administrator function. It just flips the status in the database, without considering other potentially related jobs.
I don't think there's a way to force the joined job to resume with the current UI. You might be able to manually set it to ERROR via direct SQL against the database, and then retry it through the web UI.
If you expect this to happen on a regular basis, it shouldn't be too hard to make the manual process of setting a job to COMPLETE check if there are downstream jobs that can resume. Let me know if this is of interest.
Thanks,
Josh |