<?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 How to annotate process steps with further information in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-annotate-process-steps-with-further-information/m-p/206173#M159303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'd like to add some information to my process steps that i want to retrieve programmatically during the execution of the process (e. g. typical execution time thresholds, name of the responsible persons etc). BPMN 2.0 offers the annotation artifact but based on what i've learned so far, activiti is not able to retrieve this information during the actual execution of the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any better way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 13:25:27 GMT</pubDate>
    <dc:creator>d00d</dc:creator>
    <dc:date>2014-11-04T13:25:27Z</dc:date>
    <item>
      <title>How to annotate process steps with further information</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-annotate-process-steps-with-further-information/m-p/206173#M159303</link>
      <description>I'd like to add some information to my process steps that i want to retrieve programmatically during the execution of the process (e. g. typical execution time thresholds, name of the responsible persons etc). BPMN 2.0 offers the annotation artifact but based on what i've learned so far, activiti is</description>
      <pubDate>Tue, 04 Nov 2014 13:25:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-annotate-process-steps-with-further-information/m-p/206173#M159303</guid>
      <dc:creator>d00d</dc:creator>
      <dc:date>2014-11-04T13:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to annotate process steps with further information</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-annotate-process-steps-with-further-information/m-p/206174#M159304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;- Any bpmn element should support 'documentation' tag. You can get it through the BpmnModel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Any bpmn element supports 'extensionElement', which is also parsed and retrieveable through the BpmnModel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 12:21:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-annotate-process-steps-with-further-information/m-p/206174#M159304</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-05T12:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to annotate process steps with further information</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-annotate-process-steps-with-further-information/m-p/206175#M159305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply. I have one task with two attributes: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;userTask id="usertask1" name="Process A"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;extensionElements&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="attribute a" stringValue="300"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;activiti:field name="attribute b" stringValue="300"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/extensionElements&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/userTask&amp;gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;While i can easily retrieve the extensionElements of a process through the BpmnModel but i don't see any method to retrieve the extensionElements of the tasks…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 14:44:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-annotate-process-steps-with-further-information/m-p/206175#M159305</guid>
      <dc:creator>d00d</dc:creator>
      <dc:date>2014-11-05T14:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to annotate process steps with further information</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-annotate-process-steps-with-further-information/m-p/206176#M159306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;a UserTask is a BaseElement, which&amp;nbsp; has a method getExtensionElements(). Find that usertask in the process and there you go&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 10:30:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-annotate-process-steps-with-further-information/m-p/206176#M159306</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-11-10T10:30:26Z</dc:date>
    </item>
  </channel>
</rss>

