<?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: Start a workflow via REST call in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136492#M36661</link>
    <description>&lt;P&gt;Thanks for the link!&amp;nbsp; I will us that a lot I am sure.&amp;nbsp; but I was after the REST api.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 16:12:45 GMT</pubDate>
    <dc:creator>mangar</dc:creator>
    <dc:date>2021-06-15T16:12:45Z</dc:date>
    <item>
      <title>Start a workflow via REST call</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136489#M36658</link>
      <description>&lt;P&gt;Real simple,&amp;nbsp; or should be,&amp;nbsp; but how do I start a workflow via REST? I have tried to POST to&lt;/P&gt;&lt;PRE&gt;/alfresco/service/api/workflow-instances/{workflow-id}
/alfresco/service/api/workflow-definitions/{workflow-id}&lt;/PRE&gt;&lt;P&gt;Both to no avail.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And is ther a better API reference than this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/workflow-rest-api/ba-p/290146" target="_self" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/workflow-rest-api/ba-p/290146&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 21:52:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136489#M36658</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2021-06-14T21:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Start a workflow via REST call</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136490#M36659</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should send a POST call to&amp;nbsp;&amp;lt;alfresco-url&amp;gt;/alfresco/api/-default-/public/workflow/versions/1/processes.&lt;/P&gt;&lt;P&gt;If you go to &amp;lt;alfresco-url&amp;gt;/api-explorer, you will see all available endpoints and their explanation. Select "workflow API" from the dropdown at the top.&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example body could be:&lt;/P&gt;&lt;PRE&gt;{
  "processDefinitionKey": "string",
  "variables": {
    "bpm_assignee": "string",
    "bpm_sendEMailNotifications": true,
    "bpm_workflowPriority": 0
  }
}&lt;/PRE&gt;&lt;P&gt;Hope it helps&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 06:32:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136490#M36659</guid>
      <dc:creator>narkuss</dc:creator>
      <dc:date>2021-06-15T06:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Start a workflow via REST call</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136491#M36660</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/20164"&gt;@mangar&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is the &lt;A href="https://github.com/Activiti/activiti-examples" target="_self" rel="nofollow noopener noreferrer"&gt;Activiti github examples&lt;/A&gt; that might be useful.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 12:57:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136491#M36660</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-06-15T12:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Start a workflow via REST call</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136492#M36661</link>
      <description>&lt;P&gt;Thanks for the link!&amp;nbsp; I will us that a lot I am sure.&amp;nbsp; but I was after the REST api.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 16:12:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136492#M36661</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2021-06-15T16:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Start a workflow via REST call</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136493#M36662</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/77972"&gt;@narkuss&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked and I am unblocked so thank you.&amp;nbsp; But I go to the api-exporer,&amp;nbsp; and there is nothing on processes.&amp;nbsp; I do a full text search on "processes"&amp;nbsp; and I get nothing.&amp;nbsp; Nothing on "workflow"&amp;nbsp; either.&amp;nbsp; How is there not one place a developer can go and get all the REST apis?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 01:46:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136493#M36662</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2021-06-16T01:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Start a workflow via REST call</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136494#M36663</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/20164"&gt;@mangar&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried the &lt;A href="https://api-explorer.alfresco.com/api-explorer/?urls.primaryName=Workflow%20API" target="_self" rel="nofollow noopener noreferrer"&gt;public API explorer&lt;/A&gt;? Authentication is admin/admin.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 10:51:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/start-a-workflow-via-rest-call/m-p/136494#M36663</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-06-16T10:51:31Z</dc:date>
    </item>
  </channel>
</rss>

