Skip to content

Commit b56eb9d

Browse files
authored
Merge pull request #229 from BimberLab/23.7_fb_taskstatus
Include setStatus() in cluster test
2 parents ecaee0e + abfb9cd commit b56eb9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cluster/src/org/labkey/cluster/pipeline/ClusterPipelineJob.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ public Task<ClusterTaskFactory> createTask(PipelineJob job)
169169
@Override
170170
public RecordedActionSet run() throws PipelineJobException
171171
{
172+
job.setStatus(TaskStatus.running, "I am running!");
173+
172174
((ClusterPipelineJob)getJob()).getRunnable().run(getJob().getLogger());
173175

174176
return new RecordedActionSet();

0 commit comments

Comments
 (0)