mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jdemendi
31.12.2008 0e47fcf59332b96c43f4737143025e07f8202638
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -2735,10 +2735,13 @@
    // backendID and baseDN should be ok.
    String workflowID = backend.getBackendID() + "#" + baseDN.toString();
    // Create the worklfow for the base DN and register the workflow with
    // Create the workflow for the base DN and register the workflow with
    // the server.
    WorkflowImpl workflowImpl = new WorkflowImpl(
        workflowID, baseDN, (WorkflowElement) rootWE);
        workflowID,
        baseDN,
        rootWE.getWorkflowElementID(),
        (WorkflowElement) rootWE);
    workflowImpl.register();
    return workflowImpl;