<?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 pass processDefinitionKey in REST URL in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214624#M167754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If that's not possible, then is there any way to replace the value of formId and requesterId? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want the value of formId and requesterId are flexible..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 15:48:01 GMT</pubDate>
    <dc:creator>vrdhn</dc:creator>
    <dc:date>2016-04-26T15:48:01Z</dc:date>
    <item>
      <title>How to pass processDefinitionKey in REST URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214621#M167751</link>
      <description>I want to start a process and I know this is how I start using REST service:http://localhost:8989/activiti-rest/service/runtime/process-instancesMethod: POST{"processDefinitionKey":"PurchaseRequestProcess", "variables":[&amp;nbsp; {"name":"formId","value":"1"},&amp;nbsp; {"name":"requesterId","value":"kermit"}]}Unfor</description>
      <pubDate>Tue, 26 Apr 2016 10:16:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214621#M167751</guid>
      <dc:creator>vrdhn</dc:creator>
      <dc:date>2016-04-26T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass processDefinitionKey in REST URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214622#M167752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From this URL I can get the key.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8989/activiti-rest/service/repository/process-definitions/Process:1:43" rel="nofollow noopener noreferrer"&gt;http://localhost:8989/activiti-rest/service/repository/process-definitions/Process:1:43&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I pass the key into another URL? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Like this? &lt;/SPAN&gt;&lt;A href="http://localhost:8989/activiti-rest/service/runtime/process-instances/processDefinitionKey?Process" rel="nofollow noopener noreferrer"&gt;http://localhost:8989/activiti-rest/service/runtime/process-instances/processDefinitionKey?Process&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 10:33:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214622#M167752</guid>
      <dc:creator>vrdhn</dc:creator>
      <dc:date>2016-04-26T10:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass processDefinitionKey in REST URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214623#M167753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, that's not possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if I'm following … this is a very typical approach for doing an HTTP POST (the params are in the body)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 11:01:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214623#M167753</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-26T11:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass processDefinitionKey in REST URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214624#M167754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If that's not possible, then is there any way to replace the value of formId and requesterId? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want the value of formId and requesterId are flexible..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 15:48:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214624#M167754</guid>
      <dc:creator>vrdhn</dc:creator>
      <dc:date>2016-04-26T15:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass processDefinitionKey in REST URL</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214625#M167755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;um … yes. It's in the body of the json you have, it's whatever you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't think we're on the same page here …&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 11:35:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-pass-processdefinitionkey-in-rest-url/m-p/214625#M167755</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-03T11:35:14Z</dc:date>
    </item>
  </channel>
</rss>

