debugging flows
Cantor, Scott
cantor.2 at osu.edu
Fri Jul 17 13:26:08 EDT 2015
On 7/17/15, 1:19 PM, "users on behalf of Liam Hoekenga" <users-bounces at shibboleth.net on behalf of liamr at umich.edu> wrote:
>Is it possible to add any logging to a flow?
Not without adding code. Any logging is what we put in.
>I tried turning up logging for org.springframework.webflow, but it doesn't include the information I'm looking for.
Webflow is just low level orchestration, I don't think any deployer would get anything useful out of that layer unless they were actually writing flows and even then it's doubtful.
Brent just checked in some code that we're probably going to be able to use to instrument the state of the system, but we don't have anything using it yet. The real state is in the context tree, not the flows.
-- Scott
More information about the users
mailing list