<?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: Which code lines of Activiti Explorer to edit model? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150667#M105500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank jbarrez. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's very strange, because I use demo file of Activiti explorer. I have just attached it to&amp;nbsp; my post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It runs really well with Activiti explorer app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However when I want to edit using my app, it has errors. My web is okay with create,deploy or export model.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Feb 2014 09:40:29 GMT</pubDate>
    <dc:creator>holysoul</dc:creator>
    <dc:date>2014-02-07T09:40:29Z</dc:date>
    <item>
      <title>Which code lines of Activiti Explorer to edit model?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150665#M105498</link>
      <description>Hi all.I now have plan to create new Activiti Explorer separated from Vaadin. Would you show me which code lines to edit model?. I have read source code and extract that method:&amp;nbsp;&amp;nbsp;&amp;nbsp;public String editModel(String modelID) {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// TODO Auto-generated method stub&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RepositoryService repositoryServi</description>
      <pubDate>Fri, 07 Feb 2014 05:58:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150665#M105498</guid>
      <dc:creator>holysoul</dc:creator>
      <dc:date>2014-02-07T05:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Which code lines of Activiti Explorer to edit model?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150666#M105499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your error indicates your json is wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you post your json that you used as input?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 08:53:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150666#M105499</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-02-07T08:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Which code lines of Activiti Explorer to edit model?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150667#M105500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank jbarrez. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's very strange, because I use demo file of Activiti explorer. I have just attached it to&amp;nbsp; my post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It runs really well with Activiti explorer app.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However when I want to edit using my app, it has errors. My web is okay with create,deploy or export model.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 09:40:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150667#M105500</guid>
      <dc:creator>holysoul</dc:creator>
      <dc:date>2014-02-07T09:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Which code lines of Activiti Explorer to edit model?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150668#M105501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems you are trying to parse Modeler json format with the simple workflow API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The simple workflow API looks completely different from that one and so it's logical it doesn't work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 08:29:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150668#M105501</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-02-10T08:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Which code lines of Activiti Explorer to edit model?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150669#M105502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After days, I still have no clue at all &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are my package used for method above:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.activiti.workflow.simple.converter.WorkflowDefinitionConversion;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.activiti.workflow.simple.converter.WorkflowDefinitionConversionFactory;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.activiti.workflow.simple.converter.json.SimpleWorkflowJsonConverter;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;import org.activiti.workflow.simple.definition.WorkflowDefinition;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 07:37:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150669#M105502</guid>
      <dc:creator>holysoul</dc:creator>
      <dc:date>2014-02-11T07:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Which code lines of Activiti Explorer to edit model?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150670#M105503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's all very dandy and fine … but you are not reading what I posted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The json file you try to parse with those classes is the wrong json file. You are passing the modeler json. That is *completely* different from the json used in this API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 15:24:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150670#M105503</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-02-11T15:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Which code lines of Activiti Explorer to edit model?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150671#M105504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi jbarrez and thanks again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have already checked my code and found mistakes. I really did not pass the right format json file. So to edit model, I examine Explorer and found an simple way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 01:22:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/which-code-lines-of-activiti-explorer-to-edit-model/m-p/150671#M105504</guid>
      <dc:creator>holysoul</dc:creator>
      <dc:date>2014-02-12T01:22:03Z</dc:date>
    </item>
  </channel>
</rss>

