<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Activiti 5.15.1 query processes startable by group ??  in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182573#M135703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had exactly the Same issue. This is because the Activiti Modeler does not support identity links. Therefore, when you edit your process with the web modeler, the identity link Information will get lost.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But you can deploy the process with identity links inthe Activiti Explorer when you do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Implement the process with Eclipse including identity links&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open Activiti Explorer and deploy the file under the administration section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After That, the identity links will be stored in the DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, you need to go from eclipse directly to the Import using the explorer, skipping the web modeler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be great if the Activiti Modeler would support identity links as it already supports other Activiti specific components as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti developers, is this feature on the roadmap?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jun 2014 12:01:25 GMT</pubDate>
    <dc:creator>b_schnarr</dc:creator>
    <dc:date>2014-06-08T12:01:25Z</dc:date>
    <item>
      <title>Activiti 5.15.1 query processes startable by group ??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182569#M135699</link>
      <description>Hi, after some research in this forum and the web, I came to the conclusion that the method in Java API org.activiti.engine.repository.ProcessDefinitionQuery.startableByUser(String userId) should return the prcesses that could be started directly by the user (as defined in XML activiti:candidateStar</description>
      <pubDate>Thu, 05 Jun 2014 14:16:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182569#M135699</guid>
      <dc:creator>sistemasmunicip</dc:creator>
      <dc:date>2014-06-05T14:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.15.1 query processes startable by group ??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182570#M135700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;UPDATE: Found a solution by deploying the processes with JAVA, the identity links to the groups are created on the database and repos.createProcessDefinitionQuery().startableByUser("my user").list(); gets the deployed process. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts? &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:43:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182570#M135700</guid>
      <dc:creator>sistemasmunicip</dc:creator>
      <dc:date>2014-06-05T16:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.15.1 query processes startable by group ??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182571#M135701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the startableByUser option gives back all process definitions that have listed the specific user or group that the user is part of. At least if you are using the default identity store in Activiti.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 11:36:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182571#M135701</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2014-06-06T11:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.15.1 query processes startable by group ??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182572#M135702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tijs: Thanks for your answer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What started as a question for getting startable processes for a user derived on another problem, now confirmed. As I commented in my update, deploying the process via Activiti Java API, the identity links to the deployed process are created as it should. Using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProcessEngine pe = ActProcessEngine.getProcessEngine("prueba"); // custom ProcessEngine creator &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;String bpmnResourceName = "PATH TO XML";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DeploymentBuilder db;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; try {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; db = pe.getRepositoryService().createDeployment().addInputStream("NAME OF PROCESS", new FileInputStream(new File(bpmnResourceName)));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Deployment d = db.deploy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; } catch (FileNotFoundException e) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; e.printStackTrace();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; } &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/java&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;works great. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On the other side, if I import the same xml in Activiti Explorer and deploy it, the identity links are NOT created, As I said before, I checked it many times to confirm. I assumed the Activiti Explorer implements the same API on server side, so I tried this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- importing the xml in Activiti Explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- editing on Activiti Editor&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- saving&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- exporting back from Activiti Explorer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the exported xml DOES NOT include the candidate users or groups, even though those were included on the original and imported xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can work it via java, It's more like a FYI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esteban&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 14:11:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182572#M135702</guid>
      <dc:creator>sistemasmunicip</dc:creator>
      <dc:date>2014-06-06T14:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.15.1 query processes startable by group ??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182573#M135703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had exactly the Same issue. This is because the Activiti Modeler does not support identity links. Therefore, when you edit your process with the web modeler, the identity link Information will get lost.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But you can deploy the process with identity links inthe Activiti Explorer when you do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Implement the process with Eclipse including identity links&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Open Activiti Explorer and deploy the file under the administration section&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After That, the identity links will be stored in the DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, you need to go from eclipse directly to the Import using the explorer, skipping the web modeler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be great if the Activiti Modeler would support identity links as it already supports other Activiti specific components as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti developers, is this feature on the roadmap?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 12:01:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182573#M135703</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-06-08T12:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 5.15.1 query processes startable by group ??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182574#M135704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ben: That's kind of what I'm doing now, generating diagrams with the Activiti Eclipse plugin and deploying with a Java class, not using the modeler. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esteban&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:30:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-5-15-1-query-processes-startable-by-group/m-p/182574#M135704</guid>
      <dc:creator>sistemasmunicip</dc:creator>
      <dc:date>2014-06-09T11:30:22Z</dc:date>
    </item>
  </channel>
</rss>

