Brian, Where / why are you trying to access this name? Note that you are referring to the name of the work item _node_ (the node that controls the work item). This name is not directly accessible from inside the work item itself, but you could add an additional parameter "name" to the work item to pass additional information outside.
Kris Quoting [email protected]: > Hi, > > For example if I have a workItem defined like this: > > <nodes> > <workItem id="2" name="Bob" x="63" y="136" width="117" > height="40" > > <work name="Email" > > <parameter name="inputType" > > </parameter> > </work> > <mapping type="in" from="content" to="content" /> > </workItem> > </nodes> > > How do I get the work item name - Bob? WorkItem.getName() returns > "Email" which is to me kind of the type of the WorkItem, not the name > of > the WorkItem instance. > > Thanks in advance, > Brian > _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
