Hello All,<br><br>I have gone through the Guvnor UI and I couldn&#39;t find a way to create sub packages under parent package.<br>for ex: Under package Mortgage, I want to create subMortgage.<br><br><b>Also I found a method createSubPackage in RepositoryService but not able to get the UI way to create a subpackage.</b><br>
<br>    /**<br>     * This creates a package of the given name, and checks it in.<br>     * @return UUID of the created item.<br>     */<br>    public String createSubPackage(String name,<br>                                   String description,<br>
                                   String parentPackage) throws SerializationException;<br>