Details
-
Type:
New Feature
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core: Flow Executor
-
Labels:None
Description
In our application, users have the possibility to work on several flows in parallel.
As an example, let's consider that we have 2 flows: updateReward and newReward. One single user can work in parallel on 2 executions of updateReward and one execution of newReward.
In the menu bar, we would like to propose links to all the current (unfinished) flows. There currently is no helper method in WebFlow that could help us achieve that.
This issue is related to http://jira.springframework.org/browse/SWF-1252.