<?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: how to display Process instance Id on task screen in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182811#M135941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have JAVA classes the simplest thing I can think of is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In one of your earlier JAVA classes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public void execute(DelegateExecution exec) {&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; exec.setVariable("procInstId", exec.getProcessInstanceId());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ———&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Later, in the user task you can have a non-writeable form field saying Process Instance Id with default value ${procInstId}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 02:31:47 GMT</pubDate>
    <dc:creator>sankalpn</dc:creator>
    <dc:date>2015-03-20T02:31:47Z</dc:date>
    <item>
      <title>how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182808#M135938</link>
      <description>I am trying to find the process instance ID of a task, so that I know, I am editing the correct task assigned to a user group.We have a task under a process instance that needs to be marked complete. I can't see to connect a task to a process instance Id on the task screen. Is there any easy way to</description>
      <pubDate>Thu, 19 Mar 2015 01:56:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182808#M135938</guid>
      <dc:creator>praveenasurapan</dc:creator>
      <dc:date>2015-03-19T01:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182809#M135939</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 not quite sure what you're trying to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On the Activiti Explorer Task page a link to the process is presented. ( &lt;/SPAN&gt;&lt;A href="http://activiti.org/screenshots.html#images/screenshots/activiti-explorer-tasks.png" rel="nofollow noopener noreferrer"&gt;http://activiti.org/screenshots.html#images/screenshots/activiti-explorer-tasks.png&lt;/A&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that not what you're looking for?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yvo&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 13:44:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182809#M135939</guid>
      <dc:creator>yvoswillens</dc:creator>
      <dc:date>2015-03-19T13:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182810#M135940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the screenshot you attached, the part where it says "Part of Process: Vacation Request', is there a way, I can display process instance ID. Please let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 16:58:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182810#M135940</guid>
      <dc:creator>praveenasurapan</dc:creator>
      <dc:date>2015-03-19T16:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182811#M135941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have JAVA classes the simplest thing I can think of is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In one of your earlier JAVA classes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;public void execute(DelegateExecution exec) {&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; exec.setVariable("procInstId", exec.getProcessInstanceId());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ———&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Later, in the user task you can have a non-writeable form field saying Process Instance Id with default value ${procInstId}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 02:31:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182811#M135941</guid>
      <dc:creator>sankalpn</dc:creator>
      <dc:date>2015-03-20T02:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182812#M135942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Sankalp. Currently I am just deploying the activiti-explorer.war that came with 5.16.3 download&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please let me know where can I download the code base for Activiti-explorer for 5.16.3 version? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:59:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182812#M135942</guid>
      <dc:creator>praveenasurapan</dc:creator>
      <dc:date>2015-03-23T16:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182813#M135943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="https://github.com/Activiti/" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't know if it has per distribution code snapshots. But, my solution works with just the war. What I suggested needs to be done in a service task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:32:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182813#M135943</guid>
      <dc:creator>sankalpn</dc:creator>
      <dc:date>2015-03-23T18:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182814#M135944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Sankalp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand correct, I have to modify my workflow to include the service task you mentioned. unfortunately I can't change my workflow. Is there something we can do in the activiti-explorer code base for process instance ID to show up on task screen.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 18:38:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182814#M135944</guid>
      <dc:creator>praveenasurapan</dc:creator>
      <dc:date>2015-03-23T18:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182815#M135945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The source is open, so you can change it anyway you want and create a new war file yourself.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:44:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182815#M135945</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-24T13:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182816#M135946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you please let me know how to download a zip version of the code for Activiti-explorer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 16:11:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182816#M135946</guid>
      <dc:creator>praveenasurapan</dc:creator>
      <dc:date>2015-03-24T16:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to display Process instance Id on task screen</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182817#M135947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Didn't you see the big 'Download Zip' button on our source code page on github?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 07:27:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-display-process-instance-id-on-task-screen/m-p/182817#M135947</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-31T07:27:52Z</dc:date>
    </item>
  </channel>
</rss>

