<?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: Create business rule task in alfresco workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217089#M170219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Yann Coulon&lt;/B&gt;‌, Hi &lt;B&gt;Seif _&lt;/B&gt;‌,&lt;/P&gt;&lt;P&gt;The answer is that there is&amp;nbsp;no&amp;nbsp;business rule component for Alfresco Workflow.&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2017 15:44:33 GMT</pubDate>
    <dc:creator>fcorti</dc:creator>
    <dc:date>2017-01-04T15:44:33Z</dc:date>
    <item>
      <title>Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217081#M170211</link>
      <description>Hello everybody,I want to create a business rule task in my alfresco workflow (not standalone activiti). The first question: is that possible?I try to do that but when the workflow arrive to the business rule task this error is shown&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.activiti.engine.ActivitiException: deployment 23701 doesn't co</description>
      <pubDate>Fri, 30 Dec 2016 17:49:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217081#M170211</guid>
      <dc:creator>seif</dc:creator>
      <dc:date>2016-12-30T17:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217082#M170212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMO this should be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer the question, we need some information about your project and his structure to be able to troubleshoot the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jan 2017 18:17:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217082#M170212</guid>
      <dc:creator>ycoulon</dc:creator>
      <dc:date>2017-01-01T18:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217083#M170213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your quick response. I want to&amp;nbsp;remake the same model in this activiti project in an AMP project without Junit of course.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 08:58:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217083#M170213</guid>
      <dc:creator>seif</dc:creator>
      <dc:date>2017-01-02T08:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217084#M170214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an AMP ? you mean for Alfresco ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to get rid of that ActivitiException, you will need to create a deployment containing the drool rule.&lt;/P&gt;&lt;P&gt;In your zip file the JUnit test do it with the following line :&lt;/P&gt;&lt;PRE style="color: #a9b7c6; background-color: #2b2b2b; font-size: 9,0pt;"&gt;String deploymentID = repositoryService.createDeployment().name(&lt;SPAN style="color: #6a8759;"&gt;"BusinessRuleLoanProcess.bar"&lt;/SPAN&gt;)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .addZipInputStream(inputStream).deploy().getId()&lt;SPAN style="color: #cc7832;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is nothing that do the same in your non-test code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 09:08:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217084#M170214</guid>
      <dc:creator>ycoulon</dc:creator>
      <dc:date>2017-01-02T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217085#M170215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i mean Alfresco.&lt;/P&gt;&lt;P&gt;How to add the&amp;nbsp;drool rule to the process (we have not&amp;nbsp;activiti.cfg.xml in Alfresco).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 09:40:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217085#M170215</guid>
      <dc:creator>seif</dc:creator>
      <dc:date>2017-01-02T09:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217086#M170216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Activiti embeded in Alfresco work the same way as the standalone one.&lt;/P&gt;&lt;P&gt;But I think you should take a look at the version embedded with your Alfresco.&lt;/P&gt;&lt;P&gt;You can grab the version in the jar name located in alfresco/WEB-INF/lib folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have to generate the bar file using your activiti project (the zip you attach to the case) and put that file in your AMP project.&lt;/P&gt;&lt;P&gt;Then you could deploy it to the engine using the code in my last comment. You will need to call that piece of code at startup.&lt;/P&gt;&lt;P&gt;You could look at the alfresco SDK sample :&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Alfresco/alfresco-sdk-samples/tree/master/samples/alfresco-simple-module/repo" title="https://github.com/Alfresco/alfresco-sdk-samples/tree/master/samples/alfresco-simple-module/repo" rel="nofollow noopener noreferrer"&gt;alfresco-sdk-samples/samples/alfresco-simple-module/repo at master · Alfresco/alfresco-sdk-samples · GitHub&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 10:17:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217086#M170216</guid>
      <dc:creator>ycoulon</dc:creator>
      <dc:date>2017-01-02T10:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217087#M170217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;B&gt;Seif _&lt;/B&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is possible to create business rule task with the Alfresco Activiti. However, it is recommended to use the Decision Task with Decision Table with Alfresco Activiti. Have a look at the documentation about Business Rule Task here&amp;nbsp;&lt;A class="link-titled" href="https://docs.alfresco.com/activiti/docs/user-guide/1.5.0/#app-bpmn-business-rule-task" title="https://docs.alfresco.com/activiti/docs/user-guide/1.5.0/#app-bpmn-business-rule-task" rel="nofollow noopener noreferrer"&gt;Alfresco Activiti&lt;/A&gt;. So, in order to implement process rules, you should use the&amp;nbsp;Business Decision Table as documented here&amp;nbsp;&lt;A class="link-titled" href="https://docs.alfresco.com/activiti/docs/user-guide/1.5.0/#business-rules-decision-tables" title="https://docs.alfresco.com/activiti/docs/user-guide/1.5.0/#business-rules-decision-tables" rel="nofollow noopener noreferrer"&gt;Alfresco Activiti&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work if you follow the instruction carefully.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached a recording of my successful execution of a sample process with a business rule table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About your error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="color: #515d6b; background-color: #f9fbfd;"&gt;org.activiti.engine.ActivitiException: deployment 23701 doesn't contain any rules.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you run the process definition validation utility to see if your process definition is correct? Looks like you're missing an implementation of the rule task. How did you define your rule task in your process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thong Huynh&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 08:08:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217087#M170217</guid>
      <dc:creator>thuynh</dc:creator>
      <dc:date>2017-01-04T08:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217088#M170218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Seif _&lt;/B&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfresco got an activiti.cfg.xml equivalent in it's core (&lt;A class="link-titled" href="https://github.com/Alfresco/community-edition/blob/2c1eff9953d3105e738f7b06ba9ba8a079ca4c24/projects/repository/config/alfresco/activiti-context.xml" title="https://github.com/Alfresco/community-edition/blob/2c1eff9953d3105e738f7b06ba9ba8a079ca4c24/projects/repository/config/alfresco/activiti-context.xml" rel="nofollow noopener noreferrer"&gt;community-edition/activiti-context.xml at 2c1eff9953d3105e738f7b06ba9ba8a079ca4c24 · Alfresco/community-edition · GitHub&lt;/A&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the code available on github (&lt;A class="link-titled" href="https://github.com/Alfresco/community-edition" title="https://github.com/Alfresco/community-edition" rel="nofollow noopener noreferrer"&gt;GitHub - Alfresco/community-edition: Mirror of Alfresco Community Edition (see https://wiki.alfresco.com/wiki/GitHub)&lt;/A&gt;&amp;nbsp;) and didn't find anything related to the RulesDeployer.&lt;/P&gt;&lt;P&gt;So I'm not sure that activiti feature&amp;nbsp;is available in Alfresco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe &lt;B&gt;Francesco Corti&lt;/B&gt;‌ got some informations about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 08:50:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217088#M170218</guid>
      <dc:creator>ycoulon</dc:creator>
      <dc:date>2017-01-04T08:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217089#M170219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;B&gt;Yann Coulon&lt;/B&gt;‌, Hi &lt;B&gt;Seif _&lt;/B&gt;‌,&lt;/P&gt;&lt;P&gt;The answer is that there is&amp;nbsp;no&amp;nbsp;business rule component for Alfresco Workflow.&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 15:44:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217089#M170219</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2017-01-04T15:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217090#M170220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="87041" __jive_macro_name="user" _jive_internal="true" data-id="87041" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/fcorti" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 15:47:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217090#M170220</guid>
      <dc:creator>ycoulon</dc:creator>
      <dc:date>2017-01-04T15:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217091#M170221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are welcome.&lt;BR /&gt;Feel free to ask. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 15:49:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217091#M170221</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2017-01-04T15:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create business rule task in alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217092#M170222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 10:01:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-business-rule-task-in-alfresco-workflow/m-p/217092#M170222</guid>
      <dc:creator>seif</dc:creator>
      <dc:date>2017-01-12T10:01:59Z</dc:date>
    </item>
  </channel>
</rss>

