Still can't get any sort of assignment to work. Can you please modify this processdefinition.xml to show me what works.
| <?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="Part_Workflow_2"> | <start-state name="Start Part Project"> | <task> | <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> | <task-node name="task1"> | <transition name="tr1" to="end1"></transition> | </task-node> | <end-state name="end1"></end-state> | </process-definition> | Thanks much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909648#3909648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909648 ------------------------------------------------------- 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
