&gt;Normallym event subscribers are single-object adapters. &nbsp;In some cases,<br>
&gt;we have subscrobers that redispatch on multiple objects. &nbsp;For example,<br>
&gt;object events have a subscriber that redispatches events based on the<br>
&gt;object and event. &nbsp;You expect something similar to be going on for workflow<br>
&gt;events, but I suspect there isn't.<br>
<br>
&gt;Jim<br>
<br>
Thanks for the response...&nbsp; I think in large part I just don't
understand the event dispatch machinery well enough.&nbsp; I looked
through most of the workflow code and am able to see where
fireTransition occurs, notifying both the before and after transition
events.&nbsp; redispatching though is beyond me.&nbsp; I'll read
up.&nbsp; thanks!<br>
Pete<br>