<?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 I would like to parse or Convert bpmn.xml file into Domain Object.Could you please guide me to achieve this? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/i-would-like-to-parse-or-convert-bpmn-xml-file-into-domain/m-p/10197#M4521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to parse or convert bpmn.xml file into Java Object. Hence In workflows when we are passing from one task to another task, will carry the Java object state and use in custom java classes.&lt;/P&gt;&lt;P&gt;Is there any API to convert bpmn.xml file into Java Object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2018 09:43:51 GMT</pubDate>
    <dc:creator>yvnkat3</dc:creator>
    <dc:date>2018-02-27T09:43:51Z</dc:date>
    <item>
      <title>I would like to parse or Convert bpmn.xml file into Domain Object.Could you please guide me to achieve this?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/i-would-like-to-parse-or-convert-bpmn-xml-file-into-domain/m-p/10197#M4521</link>
      <description>Hi,I would like to parse or convert bpmn.xml file into Java Object. Hence In workflows when we are passing from one task to another task, will carry the Java object state and use in custom java classes.Is there any API to convert bpmn.xml file into Java Object?RegardsVenkat.</description>
      <pubDate>Tue, 27 Feb 2018 09:43:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/i-would-like-to-parse-or-convert-bpmn-xml-file-into-domain/m-p/10197#M4521</guid>
      <dc:creator>yvnkat3</dc:creator>
      <dc:date>2018-02-27T09:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: I would like to parse or Convert bpmn.xml file into Domain Object.Could you please guide me to achieve this?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/i-would-like-to-parse-or-convert-bpmn-xml-file-into-domain/m-p/10198#M4522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this test in the engine would be of help to you&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/develop/activiti-engine/src/test/java/org/activiti/engine/test/api/repository/RepositoryServiceTest.java#L328" title="https://github.com/Activiti/Activiti/blob/develop/activiti-engine/src/test/java/org/activiti/engine/test/api/repository/RepositoryServiceTest.java#L328" rel="nofollow noopener noreferrer"&gt;Activiti/RepositoryServiceTest.java at develop · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;? I am guessing that what you mean is that you want to inspect the process definition from within your process instance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps one of&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/develop/activiti-engine/src/test/java/org/activiti/engine/test/api/repository/DeploymentQueryTest.java" title="https://github.com/Activiti/Activiti/blob/develop/activiti-engine/src/test/java/org/activiti/engine/test/api/repository/DeploymentQueryTest.java" rel="nofollow noopener noreferrer"&gt;Activiti/DeploymentQueryTest.java at develop · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;or&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/develop/activiti-engine/src/test/java/org/activiti/engine/test/api/repository/ProcessDefinitionQueryTest.java" title="https://github.com/Activiti/Activiti/blob/develop/activiti-engine/src/test/java/org/activiti/engine/test/api/repository/ProcessDefinitionQueryTest.java" rel="nofollow noopener noreferrer"&gt;Activiti/ProcessDefinitionQueryTest.java at develop · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;could also be helpful. I'm not sure what you mean about carrying the java object state. Perhaps you mean that you want trigger execution of the steps of the process? If so then you need to use the runtimeService and the taskService too. It might help if you could post your process definition if you have it. Perhaps one of the examples featured in&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/wiki/Articles-and-Blogs-on-Activiti" title="https://github.com/Activiti/Activiti/wiki/Articles-and-Blogs-on-Activiti" rel="nofollow noopener noreferrer"&gt;Articles and Blogs on Activiti · Activiti/Activiti Wiki · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;could be helpful? Are you using the spring boot starter like&amp;nbsp;&lt;A class="link-titled" href="http://www.baeldung.com/spring-activiti" title="http://www.baeldung.com/spring-activiti" rel="nofollow noopener noreferrer"&gt;http://www.baeldung.com/spring-activiti&lt;/A&gt;&amp;nbsp; or just java like&amp;nbsp;&lt;A class="link-titled" href="http://www.baeldung.com/java-activiti" title="http://www.baeldung.com/java-activiti" rel="nofollow noopener noreferrer"&gt;http://www.baeldung.com/java-activiti&lt;/A&gt;&amp;nbsp; or the v6 kickstart app&amp;nbsp;&lt;A class="link-titled" href="http://www.baeldung.com/activiti-kickstart-and-rest-apps" title="http://www.baeldung.com/activiti-kickstart-and-rest-apps" rel="nofollow noopener noreferrer"&gt;http://www.baeldung.com/activiti-kickstart-and-rest-apps&lt;/A&gt;&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 17:23:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/i-would-like-to-parse-or-convert-bpmn-xml-file-into-domain/m-p/10198#M4522</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2018-02-27T17:23:22Z</dc:date>
    </item>
  </channel>
</rss>

