<?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: REST - Process definition description is always null in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153640#M108181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are seeing the same issue. If you upload a process definition with a documentation tag and immediately export the same process definition, the documentation flag will not be present.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using the 5.17 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2015 12:40:46 GMT</pubDate>
    <dc:creator>aokelly</dc:creator>
    <dc:date>2015-01-19T12:40:46Z</dc:date>
    <item>
      <title>REST - Process definition description is always null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153633#M108174</link>
      <description>Hello, I'm querying the Activiti REST-API for process definitions like this:http://server:8080/activiti-rest/service/repository/process-definitions‍which works fine.The problem is, the resulting response has always processdescription: null‍.&amp;nbsp; I tried to use the &amp;lt;em&amp;gt;Documentation&amp;lt;/em&amp;gt; fie</description>
      <pubDate>Fri, 27 Sep 2013 12:37:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153633#M108174</guid>
      <dc:creator>mjacobi</dc:creator>
      <dc:date>2013-09-27T12:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: REST - Process definition description is always null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153634#M108175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;update: I'm using Activiti 5.13 (explorer and REST-API)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 12:41:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153634#M108175</guid>
      <dc:creator>mjacobi</dc:creator>
      <dc:date>2013-09-27T12:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: REST - Process definition description is always null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153635#M108176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The description field is filled with the value of the documentation child element of the process element in the BPMN XML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When you don't have a documentation child element, the value will be null.&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>Mon, 30 Sep 2013 10:16:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153635#M108176</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-09-30T10:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: REST - Process definition description is always null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153636#M108177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Works! Thanks. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It might be helpful if the &amp;lt;code&amp;gt;&amp;lt;documentation&amp;gt;&amp;lt;/code&amp;gt; tag appears in the userguide not only in the context of user tasks but also in the context of process definition. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 09:06:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153636#M108177</guid>
      <dc:creator>mjacobi</dc:creator>
      <dc:date>2013-10-11T09:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: REST - Process definition description is always null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153637#M108178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the activiti-explorer to model BPMN processes and to import the XML of the BPMN process. When the process gets deployed, it seems that the &amp;lt;documentation&amp;gt; child element of the process disappears. Consequently, the Activiti REST-API for process definitions always returns null for process description ("description":null,"). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An example scenario: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) We have a process model that contains the documentation tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) We save the model, and we deploy the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) If we now call the GET repository/process-definitions/{processDefinitionId} method, we get an empty description (description":null,). Also if we convert it to an editable model and look at it in the modeler or export it to the xml, the documentation tag is gone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In what way can one store the process description for the deployed process?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 14:37:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153637#M108178</guid>
      <dc:creator>anafluid</dc:creator>
      <dc:date>2014-04-22T14:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: REST - Process definition description is always null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153638#M108179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another thing - we are using the new api, e.g. activiti-explorer/api/repository/process-definitions/process:4:1878&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 08:39:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153638#M108179</guid>
      <dc:creator>anafluid</dc:creator>
      <dc:date>2014-04-23T08:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: REST - Process definition description is always null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153639#M108180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using the latest version of the explorer? If so, can you create a JIRA issue for this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 07:38:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153639#M108180</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-04-24T07:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: REST - Process definition description is always null</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153640#M108181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are seeing the same issue. If you upload a process definition with a documentation tag and immediately export the same process definition, the documentation flag will not be present.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We are using the 5.17 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2015 12:40:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-process-definition-description-is-always-null/m-p/153640#M108181</guid>
      <dc:creator>aokelly</dc:creator>
      <dc:date>2015-01-19T12:40:46Z</dc:date>
    </item>
  </channel>
</rss>

