The main problem is a new window (or tab) opening. Required to stay in the same window, it is ok to reload the page or just do nothing when the flow has finished.
Thanks
Type: Posts; User: Polina Labinsky; Keyword(s):
The main problem is a new window (or tab) opening. Required to stay in the same window, it is ok to reload the page or just do nothing when the flow has finished.
Thanks
The most important here is to trace which application code: methods, their params and returns, is executed.
Also there can be needed to log output from a class: for instance, in an application...
Hello,
is it possible to configure writing each flow result to a separate log file?
Thanks
Hello,
how to do the following: a flow uses only action-states (no view-states), there should be no transition to another page in the flow end.
Currently when:
<action-state id="runXxx">
...
Hello,
How to make <action-state> (calling some bean method) the first step of a flow? Please provide a simple example for configuration.
Thank you
Hello,
Please shed the light on the problem:
what else is needed for OSworkflow (2.8.0) integration with Spring (2.0.8)?
Integration is done using the accompaning example configs from the...