<?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 variable in documentation element in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255597#M208727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to put, for example bpm_workflowDescription, in &amp;lt;documentation&amp;gt; element under any &amp;lt;userTask&amp;gt; ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2012 06:23:36 GMT</pubDate>
    <dc:creator>supta</dc:creator>
    <dc:date>2012-04-09T06:23:36Z</dc:date>
    <item>
      <title>variable in documentation element</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255597#M208727</link>
      <description>Is it possible to put, for example bpm_workflowDescription, in &amp;lt;documentation&amp;gt; element under any &amp;lt;userTask&amp;gt; ?</description>
      <pubDate>Mon, 09 Apr 2012 06:23:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255597#M208727</guid>
      <dc:creator>supta</dc:creator>
      <dc:date>2012-04-09T06:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: variable in documentation element</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255598#M208728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you talking about the task details which display once user open the assigned task from the task to do dashlet?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;then yes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if no provide more details.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 06:28:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255598#M208728</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-04-09T06:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: variable in documentation element</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255599#M208729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes that's what I'm trying to do. In Alfresco adhoc workflow it's like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;documentation&amp;gt;Verify the arbitrary task was completed.&amp;lt;/documentation&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;I want to change it to something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;documentation&amp;gt;Please revise: bpm_workflowDescription&amp;lt;/documentation&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;but that obviously doesn't work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 06:54:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255599#M208729</guid>
      <dc:creator>supta</dc:creator>
      <dc:date>2012-04-09T06:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: variable in documentation element</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255600#M208730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you need to override the entry of task in the web-client-config-properties.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there you will be able to see the configuration which tells that what are the properties to be shown during the review task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So there you just need to add bpm:description property along with those properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(share-config.xml file in case of Alfresco share)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 09:39:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255600#M208730</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-04-09T09:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: variable in documentation element</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255601#M208731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry, I'm a little lost here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I send a task and the task has been completed by assignee, in My Tasks dashlet (Share) there'll be "Verify the arbitrary task was completed.". I know that this is controlled by documentation property in process definition. If I delete that documentation property, the entry in My Tasks dashlet is not "Verify the arbitrary task was completed." but the task description. Now I want to put some text and a variable (bpm_workflowDescription) on documentation property, say "Completed: bpm_workflowDescription". How to do that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 02:22:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/variable-in-documentation-element/m-p/255601#M208731</guid>
      <dc:creator>supta</dc:creator>
      <dc:date>2012-04-17T02:22:54Z</dc:date>
    </item>
  </channel>
</rss>

