<?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: activti custom workflow and the database interactions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activti-custom-workflow-and-the-database-interactions/m-p/296736#M249866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Chandra,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You do not really need to be digging into the Alfresco database to retrieve information about your workflows, there is a RESTful API that you can access to retrieve your data; and of course you will need to navigate through the responses to get what you really need. Here are some of the urls you may use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;1. var scriptURL='/api/workflow-instances?alf_ticket='+ticket;&lt;BR /&gt;2. var DropURL='/api/workflow-definitions?authority=admin&amp;amp;alf_ticket='+ticket;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All these URLs return JSON data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read through this wiki for some detailed explanations: &lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/Workflow_REST_API" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/Workflow_REST_API&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 09:34:37 GMT</pubDate>
    <dc:creator>darkredd</dc:creator>
    <dc:date>2015-08-17T09:34:37Z</dc:date>
    <item>
      <title>activti custom workflow and the database interactions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activti-custom-workflow-and-the-database-interactions/m-p/296733#M249863</link>
      <description>I am very new to alfresco and i was able to&amp;nbsp; create the custom workflow for a requirement.I wanted to know where the share form data is stored when i fill in the values(or data)into the fileds that i have cteated in workflow share form.My requirement is: I want to create my own table in the database</description>
      <pubDate>Fri, 14 Aug 2015 13:49:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activti-custom-workflow-and-the-database-interactions/m-p/296733#M249863</guid>
      <dc:creator>chandrareddy</dc:creator>
      <dc:date>2015-08-14T13:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: activti custom workflow and the database interactions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activti-custom-workflow-and-the-database-interactions/m-p/296734#M249864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In general when using alfresco or activiti you don't access the database directly.&amp;nbsp;&amp;nbsp; It is possible,&amp;nbsp; a web script can do anything.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However the implementation is considered private and is subject to change so you should probably avoid it unless you really need it.&amp;nbsp;&amp;nbsp; That's why the approach is not recommended or documented. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Aug 2015 16:32:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activti-custom-workflow-and-the-database-interactions/m-p/296734#M249864</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-08-14T16:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: activti custom workflow and the database interactions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activti-custom-workflow-and-the-database-interactions/m-p/296735#M249865</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;We have a requirement to retrieve the activiti workflow form data and showing into a Share custom dashlet for our internal leave application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So please, is there any alternative solution to implement that service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chandra&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 06:59:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activti-custom-workflow-and-the-database-interactions/m-p/296735#M249865</guid>
      <dc:creator>chandrareddy</dc:creator>
      <dc:date>2015-08-17T06:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: activti custom workflow and the database interactions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activti-custom-workflow-and-the-database-interactions/m-p/296736#M249866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Chandra,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You do not really need to be digging into the Alfresco database to retrieve information about your workflows, there is a RESTful API that you can access to retrieve your data; and of course you will need to navigate through the responses to get what you really need. Here are some of the urls you may use:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;1. var scriptURL='/api/workflow-instances?alf_ticket='+ticket;&lt;BR /&gt;2. var DropURL='/api/workflow-definitions?authority=admin&amp;amp;alf_ticket='+ticket;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All these URLs return JSON data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Read through this wiki for some detailed explanations: &lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/Workflow_REST_API" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/Workflow_REST_API&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 09:34:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activti-custom-workflow-and-the-database-interactions/m-p/296736#M249866</guid>
      <dc:creator>darkredd</dc:creator>
      <dc:date>2015-08-17T09:34:37Z</dc:date>
    </item>
  </channel>
</rss>

