You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2018/11/05 19:19:50 UTC

[airavata] branch develop updated: Uncommenting status publisher initialization

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new a62bb05  Uncommenting status publisher initialization
a62bb05 is described below

commit a62bb05bb6c0b87351e189473a98e07d59fd6f63
Author: Dimuthu Wannipurage <di...@datasprouts.com>
AuthorDate: Mon Nov 5 14:19:27 2018 -0500

    Uncommenting status publisher initialization
---
 .../java/org/apache/airavata/helix/impl/workflow/WorkflowManager.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/workflow/WorkflowManager.java b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/workflow/WorkflowManager.java
index f610721..5b2ed54 100644
--- a/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/workflow/WorkflowManager.java
+++ b/modules/airavata-helix/helix-spectator/src/main/java/org/apache/airavata/helix/impl/workflow/WorkflowManager.java
@@ -43,7 +43,7 @@ public class WorkflowManager {
     protected void initComponents() throws Exception {
         initRegistryClientPool();
         initWorkflowOperatorr();
-        //initStatusPublisher();
+        initStatusPublisher();
         initCuratorClient();
     }