|
From: Peter E. <P.E...@er...> - 2002-03-01 16:35:44
|
What is the syntax for Transition conditions?
I tried to choose a path depending on presence or absence of a Property. I have
tried several alternatives for the conditions, the most recent being
instance.hasProperty('result')
not(instance.hasProperty('result'))
but every time I find both paths being chosen.
Thanks
Peter
|