<?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: Distinguish process instances in 'My instances'-Tab in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159634#M113662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer. Where should I post a feature request?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2014 06:52:41 GMT</pubDate>
    <dc:creator>b_schnarr</dc:creator>
    <dc:date>2014-04-10T06:52:41Z</dc:date>
    <item>
      <title>Distinguish process instances in 'My instances'-Tab</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159628#M113656</link>
      <description>Hello community,lets say I start mutiple instances of the same process definition. Then I can see all those instances in the "My instances"-Tab. The problem is, that all those instances have the same name (except the id in brackets. Here is a sample: https://www.dropbox.com/s/toh5a40re8tvac9/process</description>
      <pubDate>Thu, 20 Mar 2014 12:43:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159628#M113656</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-03-20T12:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish process instances in 'My instances'-Tab</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159629#M113657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ben.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;May be you can try to use expressions in process name. (I am not sure whether it is possible).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In another case you can modify activiti-explorer to use variable from the process to display in the list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 07:56:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159629#M113657</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-03-21T07:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish process instances in 'My instances'-Tab</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159630#M113658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin, thanks for your quick answer. Expressions only work in Service- and User-Task names. When a user task has the name "response", you could also name the user task "response of ${initiator}". That works fine. But that does not work for process instance name. When I name the process "document approval for ${initiator}", is will be displayed exactly this way without filling the variable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you give me a hint where I can find the necessary code in the Explorer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you and best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 13:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159630#M113658</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-03-21T13:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish process instances in 'My instances'-Tab</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159631#M113659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is indeed no support for distinguishing those (indeed no support for expression in that case) . Typically you would use a different businessKey, but those are also not shown visually.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 15:10:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159631#M113659</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-03-24T15:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish process instances in 'My instances'-Tab</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159632#M113660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer. Maybe, I can add some custom code to the Activiti Explorer in a way that a unique attribute will be shown additionally (e.g. current time)? Could you give me a hint where I can find the related code in the Activiti Explorer? When I understand it right, it is just a problem how the process instances were shown in the Explorer App. Maybe, I could add the current time behind the process instance name?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it on the roadmap to add support for expression? That would be very helpful, especially in productive environments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks and best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 07:42:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159632#M113660</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-03-26T07:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish process instances in 'My instances'-Tab</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159633#M113661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The class is org.activiti.explorer.ui.process.ProcessInstancePage (parent of MyProcessInstancesPage),&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;currently only name is set:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; processInstanceTable.addGeneratedColumn("icon", new ThemeImageColumnGenerator(Images.PROCESS_22));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; processInstanceTable.setColumnWidth("icon", 22);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; processInstanceTable.addContainerProperty("name", String.class, null);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; processInstanceTable.setColumnHeaderMode(Table.COLUMN_HEADER_MODE_HIDDEN);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Support for process instance name expression is tricky: the name is persisted before any variables are added … and as such there is little to evaluate from. But it's doable with a bit of refactoring.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 17:46:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159633#M113661</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-01T17:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish process instances in 'My instances'-Tab</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159634#M113662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer. Where should I post a feature request?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 06:52:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159634#M113662</guid>
      <dc:creator>b_schnarr</dc:creator>
      <dc:date>2014-04-10T06:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Distinguish process instances in 'My instances'-Tab</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159635#M113663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All issues go into our jira: &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 10:17:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/distinguish-process-instances-in-my-instances-tab/m-p/159635#M113663</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-04-22T10:17:07Z</dc:date>
    </item>
  </channel>
</rss>

