Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Works as designed
-
None
-
None
Description
Current Situation
- A job in a job chains makes of a monitor such as:
function spooler_process_before(){ var o = spooler_task.order; o.suspended=true; return false; }
- Using this monitor would suspend the order and after a short while would add the order to the blacklist.
Resolution
- The behavior is correct considering the following circumstances:
- an ad hoc order is used instead of a permanent order.
- the order is assigned a final state.
- When suspending an order in that situation then JobScheduler will add it to the blacklist.
Attachments
Issue Links
- relates to
-
JOC-18 A temporary order which is not a file order goes into the blacklist if it is suspended when it reach the end of the job chain
- Released