<?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: REST API to get state of a running process in json response in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-to-get-state-of-a-running-process-in-json-response/m-p/226386#M179516</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 see there is a difference between Opensource REST response and the Enterprise REST response:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;api/enterprise/process-instances/{processInstanceId}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;api/runtime/process-instances/{processInstanceId}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Opensource (/runtime) response contains the activityId:, but enterprise (/enterprise) version doesn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its confusing to understand the difference between Opensource and Enterprise version REST API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2016 13:01:57 GMT</pubDate>
    <dc:creator>activitinike</dc:creator>
    <dc:date>2016-05-13T13:01:57Z</dc:date>
    <item>
      <title>REST API to get state of a running process in json response</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-to-get-state-of-a-running-process-in-json-response/m-p/226384#M179514</link>
      <description>Hello,I am trying to fetch state of a running process details using below REST callhttps://docs.alfresco.com/activiti/docs/dev-guide/1.4.0/#_get_process_instance_detailsapi/enterprise/process-instances/{processInstanceId}For e.g: I have a process, which is waiting at UserTask, so I expect response o</description>
      <pubDate>Wed, 11 May 2016 20:55:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-to-get-state-of-a-running-process-in-json-response/m-p/226384#M179514</guid>
      <dc:creator>activitinike</dc:creator>
      <dc:date>2016-05-11T20:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: REST API to get state of a running process in json response</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-to-get-state-of-a-running-process-in-json-response/m-p/226385#M179515</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;SPAN&gt;I think you want to see the task details, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, you can use - POST api/enterprise/tasks/query with a request body like {"processDefinitionId": "TestProcess:1:2504","state":"active","processInstanceId":"40026" } and if you want to see the already completed tasks for this process, you can change the parameter 'state' from active to completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 07:44:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-to-get-state-of-a-running-process-in-json-response/m-p/226385#M179515</guid>
      <dc:creator>kiranchandran_k</dc:creator>
      <dc:date>2016-05-12T07:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: REST API to get state of a running process in json response</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-to-get-state-of-a-running-process-in-json-response/m-p/226386#M179516</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 see there is a difference between Opensource REST response and the Enterprise REST response:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;api/enterprise/process-instances/{processInstanceId}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;api/runtime/process-instances/{processInstanceId}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Opensource (/runtime) response contains the activityId:, but enterprise (/enterprise) version doesn't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its confusing to understand the difference between Opensource and Enterprise version REST API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 13:01:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-to-get-state-of-a-running-process-in-json-response/m-p/226386#M179516</guid>
      <dc:creator>activitinike</dc:creator>
      <dc:date>2016-05-13T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: REST API to get state of a running process in json response</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-api-to-get-state-of-a-running-process-in-json-response/m-p/226387#M179517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's actually pretty easy: the OSS REST API is fully there, but it should mostly be used for people that have already built stuff on the OSS API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, the enterprise (under api/enterprise) is the way to go?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 16:25:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-api-to-get-state-of-a-running-process-in-json-response/m-p/226387#M179517</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-18T16:25:05Z</dc:date>
    </item>
  </channel>
</rss>

