Hello, everyone i see in the doc that Activiti6 support DMN engine, and i can test the DMN rule.
But i do not know how to use the DMN with businessruletask, i can not deploy a dmn task.
And i search in the internet, only find blogs about how to use Activiti-app to create a DMN task, so i want to know how can i program it by myself?
DMN tables don't run with Business Rule tasks they run with Decision tasks. If you have the DMN file and would like to add it to you process definition you can add like this (or you can use the UI to import your DMN and link it to process model)
<serviceTask id="mydecisiontask" name="Decision task" activiti:type="dmn">
<extensionElements>
<activiti:field name="decisionTableReferenceKey">
<activiti:string><![CDATA[myDMN]]></activiti:string>
</activiti:field>
</extensionElements>
</serviceTask>
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.