Also, on shutdown, things are going a bit crazy. I get concurrent access exception traces, and I'm not sure the openwfe store is kept in a stable state. Can somebody have a look.

I take this back, a clean build is not showing the same symptoms, and a shutdown is done cleanly.

One stupid question for John.

In a flow, how do you test if a variable is null ?

In the magnolia time based activation, we sleep until ${f:endDate}.
if ${f:endDate} is null, I would like to just terminate the flow and not execute the deactivation.

In openwfe words, we have:
<sleep until="${f:endDate}"/>
<participant ref="command-deactivate"/>

what's the expression to check for non null on f:endDate ?

Nicolas,

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to