<?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 Process instance diagram with REST api in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131873#M92673</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;I'm trying to get a diagram instance for a given process, but everytime I'm getting a 404 (for any of my instances id).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something specific that need to be configured when creating the process ? (In the API documentation, it's written that if the user is getting a 404 it is because the process definition does not contain DI information).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Julien&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 10:13:06 GMT</pubDate>
    <dc:creator>tibere</dc:creator>
    <dc:date>2013-04-22T10:13:06Z</dc:date>
    <item>
      <title>Process instance diagram with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131873#M92673</link>
      <description>Hi.I'm trying to get a diagram instance for a given process, but everytime I'm getting a 404 (for any of my instances id).Is there something specific that need to be configured when creating the process ? (In the API documentation, it's written that if the user is getting a 404 it is because the pro</description>
      <pubDate>Mon, 22 Apr 2013 10:13:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131873#M92673</guid>
      <dc:creator>tibere</dc:creator>
      <dc:date>2013-04-22T10:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Process instance diagram with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131874#M92674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the URL you're using? Does the process-definition actually contains graphical information (BPMNDI)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 11:06:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131874#M92674</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-04-22T11:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Process instance diagram with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131875#M92675</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;I'm using /service/process-instance/{processInstanceId}/diagram&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I check that I have graphical information ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I'm using the activiti explorer and looking at all my instances, I can see the diagram of each instances. Is that what you mean by BPMNDI ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 12:06:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131875#M92675</guid>
      <dc:creator>tibere</dc:creator>
      <dc:date>2013-04-22T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Process instance diagram with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131876#M92676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check the XML of your processes. It should contain a section similar to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;bpmndi:BPMNDiagram&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bpmndi:BPMNPlane bpmnElement="Minimal" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bpmndi:BPMNShape bpmnElement="_1" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dc:Bounds x="15" y="91" width="48" height="48" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bpmndi:BPMNShape bpmnElement="_2" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dc:Bounds x="95" y="88" width="83" height="48" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bpmndi:BPMNShape&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you can check if "isGraphicalNotationDefined" is true when requesting the process-definition via REST.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 07:11:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131876#M92676</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-04-23T07:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Process instance diagram with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131877#M92677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where is defined the "isGraphicalNotationDefined" parameter ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 16:18:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131877#M92677</guid>
      <dc:creator>jain_arnaud</dc:creator>
      <dc:date>2013-04-23T16:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Process instance diagram with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131878#M92678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See user guide: Paginated Request: GET /process-definitions?start={start=0}&amp;amp;size={size=10}&amp;amp;sort={sort=id}&amp;amp;order={order=asc}&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;{&lt;BR /&gt;&amp;nbsp; "data": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "id": "financialReport:1",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "key": "financialReport",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "version": 1,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name": "Monthly financial report",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "resourceName": "org/activiti/examples/bpmn/usertask/FinancialReportProcess.bpmn20.xml",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "diagramResourceName": "org/activiti/examples/bpmn/usertask/FinancialReportProcess.png",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "deploymentId": "10",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "startFormResourceKey": null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "isGraphicNotationDefined": true&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; ],&lt;BR /&gt;&amp;nbsp; "total": 1,&lt;BR /&gt;&amp;nbsp; "start": 0,&lt;BR /&gt;&amp;nbsp; "sort": "id",&lt;BR /&gt;&amp;nbsp; "order": "asc",&lt;BR /&gt;&amp;nbsp; "size": 1&lt;BR /&gt;}&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 09:38:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-instance-diagram-with-rest-api/m-p/131878#M92678</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-04-24T09:38:59Z</dc:date>
    </item>
  </channel>
</rss>

