1 Reply Latest reply on Jul 9, 2008 1:21 PM by kukeltje

    Variable

    jorjao

      Hi. I'm new developer in JBPM.
      I have a question.
      I have a process-state and would like to send n parameters. How is that I can indicate the value of these parameters?

      <process-state name="controlo_documentos">
       <sub-process name="controlo_documentos"></sub-process>
       <variable access="read,write,required" name="form"></variable>
       <variable access="read,write,required" name="grupo_elaborantes"></variable>
       <variable access="read,write,required" name="grupo_verificacao"></variable>
       <variable access="read,write,required" name="grupo_aprovacao"></variable>
       <variable access="read,write,required" name="grupo_publicacao"></variable>
       <variable access="read,write,required" name="grupo_detentores"></variable>
      
      <transition to="join1"></transition>
      </process-state>



        • 1. Re: Variable
          kukeltje

          you can't, at least not this way. Use an actionhandler on e.g. the processstart event which takes params and values and sets them in the processdefinition