myGrid

Untitled workflow tabs should show a unique identifier to distinguish different workflows.

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major 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.,)

Activity

Hide
Stian Soiland-Reyes added a comment - 2006-11-20 16:06

Quick fix is just to number the untitled workflows sequentially, done in WorkflowDescription. Examples:

  • 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().

Show
Stian Soiland-Reyes added a comment - 2006-11-20 16:06 Quick fix is just to number the untitled workflows sequentially, done in WorkflowDescription. Examples:
  • 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().

People

Vote (0)
Watch (0)

Dates

  • Created:
    2006-11-14 12:44
    Updated:
    2006-11-20 16:06
    Resolved:
    2006-11-20 16:06