hello every one ,
i have a simple workflow with simple form and input variable ,
i deploy the workflow to openkm and start the workflow successfully
and i fill the form with the next user assign and submit ,
but when i go to work flow to show it after ended i get this error my workflow file
and this is the form
OpenKM v 6.2.5 with community extension
what is my problem ???
many thanks .
i have a simple workflow with simple form and input variable ,
i deploy the workflow to openkm and start the workflow successfully
and i fill the form with the next user assign and submit ,
but when i go to work flow to show it after ended i get this error my workflow file
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="WorkFlowWithForm">
<start-state name="start-state1">
<transition to="task-node1"></transition>
</start-state>
<task-node name="task-node1">
<task name="FillData">
<assignment actor-id="basel"></assignment>
<controller></controller>
</task>
<transition to="end-state1"></transition>
</task-node>
<end-state name="end-state1"></end-state>
</process-definition>
and this is the form
Code: Select all
i use windows 7 <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE workflow-forms PUBLIC "-//OpenKM//DTD Workflow Forms 2.4//EN" "http://www.openkm.com/dtd/workflow-forms-2.4.dtd">
<workflow-forms>
<workflow-form task="FillData">
<input label ="number" name ="number" />
<button name="submit" label="Submit" validate="true" style="yes"/>
</workflow-form>
</workflow-forms>
OpenKM v 6.2.5 with community extension
what is my problem ???
many thanks .
