<?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: creating a model with activiti-rest and design with activiti modeler in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179326#M132456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;probably I have to set this source via PUT?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{"id":"canvas","resourceId":"canvas","stencilset":{"namespace":"&lt;/SPAN&gt;&lt;A href="http://b3mn.org/stencilset/bpmn2.0#" rel="nofollow noopener noreferrer"&gt;http://b3mn.org/stencilset/bpmn2.0#&lt;/A&gt;&lt;SPAN&gt;"}}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 14:52:04 GMT</pubDate>
    <dc:creator>marian88</dc:creator>
    <dc:date>2014-06-02T14:52:04Z</dc:date>
    <item>
      <title>creating a model with activiti-rest and design with activiti modeler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179325#M132455</link>
      <description>Hi all,I started a project and I am using activiti-rest and activiti-explorer(only the modeler). I use activiti-rest to communicate with the engine, and use my own UI.My problem is that after I create a new model using activiti-rest I want to send the user to the activiti-modeler(from activiti-explo</description>
      <pubDate>Mon, 02 Jun 2014 14:04:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179325#M132455</guid>
      <dc:creator>marian88</dc:creator>
      <dc:date>2014-06-02T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: creating a model with activiti-rest and design with activiti modeler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179326#M132456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;probably I have to set this source via PUT?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{"id":"canvas","resourceId":"canvas","stencilset":{"namespace":"&lt;/SPAN&gt;&lt;A href="http://b3mn.org/stencilset/bpmn2.0#" rel="nofollow noopener noreferrer"&gt;http://b3mn.org/stencilset/bpmn2.0#&lt;/A&gt;&lt;SPAN&gt;"}}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 14:52:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179326#M132456</guid>
      <dc:creator>marian88</dc:creator>
      <dc:date>2014-06-02T14:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: creating a model with activiti-rest and design with activiti modeler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179327#M132457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If it's a 500, there is a stacktrace somewhere that should give you some inspiration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try to use the dev tools from Chrome/Firefox to inspect the JSON that goes over the wire when the model is correctly opened, and mimuc that behaviour in your own code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2014 07:51:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179327#M132457</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-06-04T07:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: creating a model with activiti-rest and design with activiti modeler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179328#M132458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I succeeded creating a model with my UI via activiti rest and then use modeler to design the model (I set the source {"id":"canvas","resourceId":"canvas","stencilset":{"namespace":"&lt;/SPAN&gt;&lt;A href="http://b3mn.org/stencilset/bpmn2.0#" rel="nofollow noopener noreferrer"&gt;http://b3mn.org/stencilset/bpmn2.0#&lt;/A&gt;&lt;SPAN&gt;"}} and the metainfo to&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"{\"name\":\"modelName\",\"revision\":1,\"description\":\"\"}"). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'd like now is to deploy the model created with Activiti Modeler from my UI via Rest API but it seems I cannot because the Deployment Rest API requires the bpmn20.xml file to be uploaded. I thought that I can deploy the model using modelId&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only way is to get the bpmn20.xml model somehow from activiti-explorer and upload via rest for deployment? Or can I deploy directly via rest the model created with the Activiti Modeler like is done in Activiti-Explorer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 11:50:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179328#M132458</guid>
      <dc:creator>marian88</dc:creator>
      <dc:date>2014-06-09T11:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: creating a model with activiti-rest and design with activiti modeler</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179329#M132459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I understand that the model editor source is in json format that Modeler understands. So when Activiti-explorer deploys the model, that json is converted in XML and then deployed. So in my current situation I need to convert the model editor source from json to bpmn20 xml format to be able to deploy via Rest.&amp;nbsp; Probably I will use Activiti-Explorer for deploying the model because I can't do that conversion without using some activiti jars in my proj.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:28:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-a-model-with-activiti-rest-and-design-with-activiti/m-p/179329#M132459</guid>
      <dc:creator>marian88</dc:creator>
      <dc:date>2014-06-11T13:28:34Z</dc:date>
    </item>
  </channel>
</rss>

