<?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: How to deploy Modeler-generated BPMN to activiti in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29932#M15334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can i make my activiti engine work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2011 09:25:27 GMT</pubDate>
    <dc:creator>vyklag</dc:creator>
    <dc:date>2011-03-21T09:25:27Z</dc:date>
    <item>
      <title>How to deploy Modeler-generated BPMN to activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29928#M15330</link>
      <description>Hi everyone and I'm a newbie to activiti.I use activiti-modeler on tomcat to create a very simple BPMN.its bpmn20.xml is like:&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:</description>
      <pubDate>Fri, 18 Mar 2011 03:12:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29928#M15330</guid>
      <dc:creator>jjfd</dc:creator>
      <dc:date>2011-03-18T03:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy Modeler-generated BPMN to activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29929#M15331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, i managed to execute a test process. But when i enter the process instance page in probe, error continues.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also when the model is imported, in BPMN file the humanperformer element has a resourceref property with no value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This hinders activiti from successfully importing the BPMN. I have to delete the property manually. This is another problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The third is, After importing, the model's name in database is null, which requires also manual edit to show it on explorer page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder which property of the BPMN file implies process's name in database?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 05:48:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29929#M15331</guid>
      <dc:creator>jjfd</dc:creator>
      <dc:date>2011-03-18T05:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy Modeler-generated BPMN to activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29930#M15332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on the BPMN 2.0 XML file you attached, I can see that the userTask doesn't contain any assignment logic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So there is no assignee or candidate user and that's not right for a userTask. Also the implementation attribute says it's a webservice, but I think this is ignore by the Activiti Engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you model an executable process it should be no problem to deploy it on the Activiti Modeler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Although you may look into the Activiti Designer, because that tool is even better suited to create executable processes.&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, 18 Mar 2011 07:23:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29930#M15332</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2011-03-18T07:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy Modeler-generated BPMN to activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29931#M15333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear trademak&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Based on the BPMN 2.0 XML file you attached, I can see that the userTask doesn't contain any assignment logic.&lt;BR /&gt;So there is no assignee or candidate user and that's not right for a userTask. Also the implementation attribute says it's a webservice, but I think this is ignore by the Activiti Engine.&lt;BR /&gt;Best regards,&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Yes, you are right. I added assignment and the task can be seen at worklist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But when importing to database, the name_ column is still null. This makes Processes in probe error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 09:52:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29931#M15333</guid>
      <dc:creator>jjfd</dc:creator>
      <dc:date>2011-03-18T09:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy Modeler-generated BPMN to activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29932#M15334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can i make my activiti engine work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 09:25:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29932#M15334</guid>
      <dc:creator>vyklag</dc:creator>
      <dc:date>2011-03-21T09:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to deploy Modeler-generated BPMN to activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29933#M15335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;LOL, you'll have to be a bit more specific with your question…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 19:28:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-deploy-modeler-generated-bpmn-to-activiti/m-p/29933#M15335</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-03-22T19:28:35Z</dc:date>
    </item>
  </channel>
</rss>

