Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
This may be best achieved by popping up a window on creation that asks for a workflow name (which defaults to Workflow1, Workflow2 etc.,)
Quick fix is just to number the untitled workflows sequentially, done in WorkflowDescription. Examples:
ScuflModelSet now uses a LinkedHashSet to keep order of workflows. (menu items could be shifted up as it used a HashSet before)
ScuflModelSet constructed with singleton pattern getInstance() - not instance().
- Untitled workflow #1
- Untitled workflow #2
- Untitled workflow #3
ScuflModelSet now uses a LinkedHashSet to keep order of workflows. (menu items could be shifted up as it used a HashSet before) ScuflModelSet constructed with singleton pattern getInstance() - not instance().