We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecaee0e + abfb9cd commit b56eb9dCopy full SHA for b56eb9d
cluster/src/org/labkey/cluster/pipeline/ClusterPipelineJob.java
@@ -169,6 +169,8 @@ public Task<ClusterTaskFactory> createTask(PipelineJob job)
169
@Override
170
public RecordedActionSet run() throws PipelineJobException
171
{
172
+ job.setStatus(TaskStatus.running, "I am running!");
173
+
174
((ClusterPipelineJob)getJob()).getRunnable().run(getJob().getLogger());
175
176
return new RecordedActionSet();
0 commit comments