hi, no nothing of that, just a customized assignmenthandler in the swimlane of my subprocess
snippet of my main process definition | <start-state name="start"> | <task name="taskKonfigNeuanlage" swimlane="SystemMandant"></task> | <transition name="" to="Konfiguration-Eingabe"></transition> | </start-state> | <process-state name="Konfiguration-Eingabe"> | <sub-process name="konfigEingeben"/> | <transition name="" to="KonfigurationFreigeben"></transition> | </process-state> | | ... | | and the subprocess | <process-definition xlmns="urn;jbpm.org:jpdl-3.1" name="konfigEingeben"> | <swimlane name="Techniker"> | <assignment class="com.siemens.websolutions.ams.test.DefaultAssignmentHandler"> | <taskName>konfigurationEingabe</taskName> | <roleList>techniker</roleList> | </assignment> | </swimlane> | | <start-state name="startKonfiguration-Eingabe"> | <task name="konfigEingebenTask" swimlane="Techniker"></task> | <transition name="" to="KonfigurationEingabe"></transition> | </start-state> | | <task-node name="KonfigurationEingabe"> | <task name="Asset" swimlane="Techniker"></task> | | ... | | thanks for reply Josch View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934592#3934592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934592 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
