Hi there,

i work on my private little swf webapp and face a problem:

i would like to get a list of alle registered flows or extend the mechanism which registers them in the flow registry to store some additional information.

i see the following options:

a) extend the current registration process. problem: the classes are not public and cannot be extended

b) access the flow registry some way. but how?

i would prefer a), but also accept b)

does anybody have an idea?