<?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 get super_exec_ in act_ru_execution via REST API? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220726#M173856</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;It's currently not exposed, but it can be added of course. I'll have a look at it.&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>Wed, 10 Aug 2016 08:11:01 GMT</pubDate>
    <dc:creator>trademak</dc:creator>
    <dc:date>2016-08-10T08:11:01Z</dc:date>
    <item>
      <title>How to get super_exec_ in act_ru_execution via REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220725#M173855</link>
      <description>Is there a way to get the super_exec_ field in act_ru_execution via the REST API? The runtime/executions API does not provide that field.Thanks,Dan</description>
      <pubDate>Mon, 08 Aug 2016 15:49:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220725#M173855</guid>
      <dc:creator>dan1</dc:creator>
      <dc:date>2016-08-08T15:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get super_exec_ in act_ru_execution via REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220726#M173856</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;It's currently not exposed, but it can be added of course. I'll have a look at it.&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>Wed, 10 Aug 2016 08:11:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220726#M173856</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2016-08-10T08:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get super_exec_ in act_ru_execution via REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220727#M173857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good deal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that we worked around this issue by setting a variable in the called process to the value of super_exec_ using the Java APIs. And variables are already available in the REST API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 10:37:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220727#M173857</guid>
      <dc:creator>dan1</dc:creator>
      <dc:date>2016-08-10T10:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get super_exec_ in act_ru_execution via REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220728#M173858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The super execution id is now added to the Execution REST response.&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>Wed, 10 Aug 2016 19:12:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220728#M173858</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2016-08-10T19:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get super_exec_ in act_ru_execution via REST API?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220729#M173859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tijs,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for quick response and turn around!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2016 19:16:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-super-exec-in-act-ru-execution-via-rest-api/m-p/220729#M173859</guid>
      <dc:creator>dan1</dc:creator>
      <dc:date>2016-08-10T19:16:11Z</dc:date>
    </item>
  </channel>
</rss>

