3 Replies Latest reply on Sep 29, 2007 9:10 AM by kukeltje

    Is it possible to include some meta data in the task declara

    dingo001

      for example in this case

      <task name="TaskDelegate" swimlane="reviewer">
       <controller>
       <variable access="read,write,required" name="publisher" ></variable>
       </controller>
       </task>
      

      i need the publisher variable to be something that is chosen through a user list combo box on the UI. I do not use JSF, so i would like to specify to the UI layer, that hey show a combo box with a list of users. Ideally I would like to specify something like
      <variable access="read,write,required" name="publisher" display="combobox" datasource="userlist"></variable>
      


      is there a way to do what i am looking to do?