Page 1 of 1

Workflow forms problems

PostPosted:Mon Oct 31, 2011 6:21 pm
by amwilliam
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:
Code: Select all
<?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>
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?

3. Where can I find the rigth expressions to evaluate any kind of form elements?

Thanks.

Re: Workflow forms problems

PostPosted:Wed Nov 16, 2011 3:49 pm
by pavila
Please, try OpenKM 5.1.8-SNAPSHOT from http://integration.openkm.com/5.1.x/ and let's see if the problem is fixed.