Hi everyone
I have question. I created a workflow - Eclipse generated a par file, OpenKM imported it but i don`t know where tu put this
Please Help
I have question. I created a workflow - Eclipse generated a par file, OpenKM imported it but i don`t know where tu put this
Code: Select all
I know that it must be an xml file but where to put it or how to import it to the workflow or OpenKM. Maybe in Eclipse there is such magic section to just paste it but I don`t know where it is. On the wiki there is no such information.<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE workflow-forms PUBLIC "-//OpenKM//DTD Workflow Forms 1.0//EN"
"http://www.openkm.com/dtd/workflow-forms-1.0.dtd">
<workflow-forms>
<workflow-form task="MyTask">
<input label="Amount" name="amount" />
<button label="Submit" />
</workflow-form>
</workflow-forms>
Please Help