
Update!!!
Must see video Land of Lisp

All things Artificial Intelligence related: Rules, Processes, Events, Agents, Planning, Ontologies and more :)
Have a look at the tutorial http://www.markus-doehring.de/phd/index.php?option=com_content&view=article&id=46:servicerequest1&catid=34:droolshowtocategory&Itemid=53"
Drools Flow will soon be split off to become jBPM5
Building Up a Flexible Service Request Workflow with jBoss Drools (Markus Döhring)
Planning problems in the cloud
"The primary goal of BPMN is to provide a notation that is readily understandable by all business users, from the business analysts that create the initial drafts of the processes, to the technical developers responsible for implementing the technology that will perform those processes, and finally, to the business people who will manage and monitor those processes."
<definitions ... >
<process id="com.sample.bpmn.hello" name="Hello World">
<startevent id="_1" name="StartProcess">
<sequenceflow sourceref="_1" targetref="_2">
<scripttask id="_2" name="Hello">
<script>System.out.println("Hello World");</script>
</scripttask>
<sequenceflow sourceref="_2" targetref="_3">
<endevent id="_3" name="EndProcess">
</process>
</definitions>
jBPM5 and BPMN 2.0
Rules Fest October 2010
Here we go ... first jBPM5 snapshots !