This is an automated email from the ASF dual-hosted git repository. dimuthuupe pushed a commit to branch param-sweep in repository https://gitbox.apache.org/repos/asf/airavata.git
commit 8ecbf524e66c10a8cbea15769c1b8fbcd90fc884 Author: Dimuthu Wannipurage <[email protected]> AuthorDate: Thu Aug 27 01:05:10 2020 -0400 Removing archiving task form sub job workflow --- .../org/apache/airavata/helix/impl/workflow/PostWorkflowManager.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/workflow/PostWorkflowManager.java b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/workflow/PostWorkflowManager.java index ada783a..16f2b83 100644 --- a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/workflow/PostWorkflowManager.java +++ b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/workflow/PostWorkflowManager.java @@ -279,10 +279,6 @@ public class PostWorkflowManager extends WorkflowManager { sweepTask.setForceRunTask(true); airavataTask = sweepTask; break; - case ARCHIVE_OUTPUT: - airavataTask = new ArchiveTask(); - airavataTask.setForceRunTask(true); - break; } } }
