<?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: Call a url through an action in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/call-a-url-through-an-action/m-p/290444#M243574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are planning to invoke a http url from alfresco action then in that case you should create a custom action. Refer &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/actions/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/actions/tutorial/tutorial.html&lt;/A&gt;&lt;SPAN&gt;, to get understanding of how to create custom actions in alfrecso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can setup a business rule to execute the action.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 08:47:17 GMT</pubDate>
    <dc:creator>romschn</dc:creator>
    <dc:date>2014-04-24T08:47:17Z</dc:date>
    <item>
      <title>Call a url through an action</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-a-url-through-an-action/m-p/290441#M243571</link>
      <description>Hi thereI am new to Alfresco and trying to understand a lot of the functionality.As a part of my project's requirement I need to test Alfresco with an external workflow application like WSO2 Business process server.To try a simple test, I want to trigger a Business Process defined in WSO2, exposed v</description>
      <pubDate>Wed, 23 Apr 2014 11:20:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-a-url-through-an-action/m-p/290441#M243571</guid>
      <dc:creator>rd</dc:creator>
      <dc:date>2014-04-23T11:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Call a url through an action</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-a-url-through-an-action/m-p/290442#M243572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You may also want to take a look at the inbuilt workflow capabilities of alfresco since to some extent you are reinventing what's already there.&amp;nbsp;&amp;nbsp;&amp;nbsp; Although its based upon BPMN rather than BPEL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However documents entering a folder are normally handled via either scheduled jobs or rules.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can bundle up your code to call wso2 in an action or just deploy a library to contain your custom code that gets called.&amp;nbsp;&amp;nbsp; Likewise wso2 can call any of alfresco's remote interfaces or write your own web scripts if there's something that's not already covered.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 12:18:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-a-url-through-an-action/m-p/290442#M243572</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-04-23T12:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Call a url through an action</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-a-url-through-an-action/m-p/290443#M243573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank your for the reply. Actually WSO2 is mandated by the client, as they already use it in their organisation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Calling WSO2 process through an action is exactly how I am planning to do it. But I am not sure which Action class to extend. Should I extend org.alfresco.repo.action.executer.ActionExecuterAbstractBase? Or is there some other action better suited for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also can an action execute automatically if I bundle it up as a jar with a Spring bean definition? Or do I need to configure a rule to call the Action? How do I configure the rule in this case?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 08:34:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-a-url-through-an-action/m-p/290443#M243573</guid>
      <dc:creator>rd</dc:creator>
      <dc:date>2014-04-24T08:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Call a url through an action</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/call-a-url-through-an-action/m-p/290444#M243574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are planning to invoke a http url from alfresco action then in that case you should create a custom action. Refer &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/actions/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series-tutorials/actions/tutorial/tutorial.html&lt;/A&gt;&lt;SPAN&gt;, to get understanding of how to create custom actions in alfrecso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can setup a business rule to execute the action.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 08:47:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/call-a-url-through-an-action/m-p/290444#M243574</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-04-24T08:47:17Z</dc:date>
    </item>
  </channel>
</rss>

