Results 1 to 1 of 1

Thread: Possible problem in webflow

  1. #1

    Default Possible problem in webflow

    Hi folks,

    I have one FlowExecutionListener that implement sessionEnding and sessionStarted methods.

    When I call one flow with just one action-state that transit to an end-state, the sequence of executionlistener get confused because the action-state is been called before sessionStarted and sessionEnding method of my FlowExecutionListener. In this case just after that the action-state called the sessionEnding is been called and then the sessionStarted method is been called.
    I don't know what is going on with this flow. The correct is sessionStarted method be called before action-state an then in the last sessionEnding shoud be called.

    Anyone know some issue about a flow with just action-state?

    Thanks!
    Leandro Orilio
    Last edited by leandroorilio; Apr 11th, 2012 at 08:20 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •