spring-webflow
spring-webflow copied to clipboard
Flow execution history subsystem [SWF-91]
Keith Donald opened SWF-91 and commented
Will enable the ability to determine information about an expired or ended flow execution.
Likely to be built on flow execution listener infrastructure to support:
- Breadcrumbs
- Auditing
- Querying stats on expired or completed execution (for example, allowing restart of a new execution that has completed or expired).
Affects: 1.0 RC4
Issue Links:
- #1075 Introduce Flow controller exception handling ("is depended on by")
5 votes, 6 watchers
Sam Brannen commented
Once the flow execution history subsystem has been implemented, the ability to query stats on expired or completed flow executions could prove very useful in conjunction with the SpringWebFlowExceptionResolver and related implementations for restarting flows.
See #1075 for more details.