I'm having the exact same problem. Here is my processdefinition.xml | <?xml version="1.0" encoding="UTF-8"?> | | <process-definition | xmlns="http://jbpm.org/3/jpdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://jbpm.org/3/jpdl http://jbpm.org/xsd/jpdl-3.0.xsd" | name="RoHSBud_3_Workflow"> | | <swimlane name="compliance manager"> | <assignment class="com.regutrack.rohsbud.assignment.GenericAssignmentHandler"></assignment> | </swimlane> | | <start-state name="Start Workflow 3"> | <task swimlane="compliance manager"> | <controller> | <variable name="manuf_part_number" mapped-name="Manuf. Part Number" /> | <variable name="manuf_part_description" mapped-name="Manuf. Part Description" /> | <variable name="vendor_name" mapped-name="Vendor Name" /> | <variable name="vendor_part_number" mapped-name="Vendor Part Number" /> | <variable name="sourcing" mapped-name="Sourcing Type" /> | <variable name="owner" mapped-name="Owner" /> | </controller> | </task> | <transition name="tr1" to="task1"></transition> | </start-state> | | <end-state name="end1"></end-state> | | <task-node name="Determine RoHS Status"> | <task name="task1"> | <assignment class="com.regutrack.rohsbud.assignment.GenericAssignmentHandler"></assignment> | </task> | <transition name="tr1" to="end1"></transition> | </task-node> | | </process-definition> | "In gpd, "start-state" is underlined. When putting the cursor over this there is a long list of elements it expects, one of which is "task"
Is there a workaround for this? I'm actually having a lot of problems with assignments in general. I also tried using my class "GenericAssignmentHandler" in the task node "Determine RoHS Status" with no luck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909608#3909608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909608 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
