Hi Arsul,

What i have done is..I have created process definition in JBPM 4.3 and i 
deployed to the repository server.I have process.jpdl ,Request_Vacation.ftl and 
Verify_Request.ftl
in the target folder.

i have written following script in workflow-contrib.xml 


src\main\resources\OSGI-INF\workflow-conrib.xml

<?xml version="1.0"?>
<component name="org.nuxeo.project.sample.workflow">


        <extension target="org.nuxeo.ecm.platform.jbpm.core.JbpmService"
                point="processDefinition">
        
                <processDefinition path="process/vacation.xml"
                        deployer="ifChanged" />
        </extension>

</component>

......................................................................................................................................
in the vacation.xml file, i have writen following the follwing script 

\src\main\resources\process\vacation.xml

<?xml version="1.0" encoding="UTF-8"?>

<process name="VacationRequest" xmlns="http://jbpm.org/4.3/jpdl";>
  <start form="org/jbpm/examples/taskform/request_vacation.ftl" g="16,56,48,48" 
name="start">
    <transition to="verify_request"/>
  </start>
  <task candidate-users="mike,peter" 
form="org/jbpm/examples/taskform/verify_request.ftl" g="96,54,178,52" 
name="verify_request">
    <transition g="-34,9" name="reject" to="vacation_rejected"/>
    <transition g="-46,-26" name="accept" to="vacation_accepted"/>
  </task>
  <end g="306,16,48,48" name="vacation_accepted"/>
  <end g="306,96,48,48" name="vacation_rejected"/>
</process>

-----------------------------------------------------------------------------------------------------

then i restarted nuxeo server...

Please let me what i have to do to work in the nuxeo. i am new to this 
environement and thaks for ur reply
--
Posted by "Gani" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=3401#10329>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to