]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.jcr/src/main/java/org/argeo/slc/jcr/execution/JcrRealizedFlow.java
Work in progress - work on modular distributions.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.jcr / src / main / java / org / argeo / slc / jcr / execution / JcrRealizedFlow.java
index b382a9bee70ccab62af3602dd4e8affcefd6fd42..2dd56e3313c90dcd05a3e351915ca0a7db8d5810 100644 (file)
@@ -39,7 +39,7 @@ public class JcrRealizedFlow extends RealizedFlow implements SlcNames {
                        String flowPath = realizedFlowNode.getNode(SLC_ADDRESS)
                                        .getProperty(Property.JCR_PATH).getString();
                        // TODO: convert to local path if remote
-
+                       // FIXME start related module
                        Node flowNode = realizedFlowNode.getSession().getNode(flowPath);
                        String flowName = flowNode.getProperty(SLC_NAME).getString();
                        String description = null;