draft

Marks a job stream as draft. A draft job stream is not added to the preproduction plan.

Syntax

draft

Comments

A draft job stream is not considered when resolving dependencies and is not added to the production plan. After removing the draft keyword from a job stream you need to run JnextPlan command to add the job stream to the preproduction plan and so to the production plan.

Examples

schedule test1 on monthend
draft
:
job1 
job2 
job3 
end