We have a generic Rules Engine that lets you specify ad - hoc rules at run time in Metastorm BPM. We are trying to get the Process Business Object into this function for evaluation of the Process variables. The trouble is we cannot figure out what Type it is (without knowing in advance what the Process itself is).
So far we can set the object to be passed in as a "Metastorm.Runtime.Core.Maps.Map" object, and we can then get the MapMBO object from that. This is fine when we are in a Process event, but we would also like to call this from a form.
Can anyone suggest what this type may be? A Process Business Object on a form cannot be interpreted as any of these:
Metastorm.Runtime.Core.Mbo.MapMbo
Metastorm.Runtime.Core.Mbo.Query
Metastorm.Runtime.Core.Mbo.Table