Shannon Sumner [
http://community.jboss.org/people/shannonsumner] created the discussion
"Re: Declare a Map of Maps within the JDPL"
To view the discussion, visit:
http://community.jboss.org/message/562963#562963
--------------------------------------------------------------
Duh! Figured out my own answer. Here it is for those who are interested ...
<variable name="Preparing For Your Oil Change"
type="serializable">
<map>
<entry>
<key>
<string value="documentation"/>
</key>
<value>
<string
value="http://oilchg.xxxx.com/oilchg-intro.html"/>
</value>
</entry>
<entry>
<key>
<string value="dateDue"/>
</key>
<value>
<string value="-8 days"/>
</value>
</entry>
</map>
</variable>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/562963#562963]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]