Workflow forms problems
PostPosted:Mon Oct 31, 2011 6:21 pm
Hi, Im worrking with openkm 5.0. Im making a workflow and I need some forms to manage confirmations. Im having the following problems:
1. I made a "select" form element but it doesnt show the options here is the code:
3. Where can I find the rigth expressions to evaluate any kind of form elements?
Thanks.
1. I made a "select" form element but it doesnt show the options here is the code:
Code: Select all
2. My other question is how to validate the option that the user selects, I mean, what is the rigth expression to do it in a decision node?<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE workflow-forms PUBLIC "-//OpenKM//DTD Workflow Forms 2.0//EN"
"http://www.openkm.com/dtd/workflow-forms-1.1.dtd">
<workflow-forms>
<workflow-form task="Confirmar">
<select name="opciones" label="Confirm" type="simple">
<option label="Si" value="si" />
<option label="No" value="no" />
</select>
<button label="Submit" name="submit"/>
</workflow-form>
</workflow-forms>
3. Where can I find the rigth expressions to evaluate any kind of form elements?
Thanks.