JAL-4199 Initialize jobs and tasks with status CREATED
[jalview.git] / src / jalview / ws2 / actions / BaseJob.java
index 945c7b0..8376d20 100644 (file)
@@ -31,7 +31,7 @@ public abstract class BaseJob implements JobI
 
   protected final List<SequenceI> inputSeqs;
 
-  protected JobStatus status = null;
+  protected JobStatus status = JobStatus.CREATED;
 
   protected String log = "";