History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRA-12017
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Andreas Knecht [Atlassian]
Reporter: Andreas Knecht [Atlassian]
Votes: 2
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
JIRA

Workflow editor needs to be able to handle step="-1" for common-actions

Created: 24/Jan/07 11:04 PM   Updated: 24/Jan/08 06:18 PM
Component/s: Web interface, Workflow
Affects Version/s: 3.7
Fix Version/s: 4.0

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: Andreas Knecht [Atlassian] and Ludovic Lambert
Since last comment: 16 weeks, 1 day ago
Resolution Date: 03/Jan/08 07:04 PM
Labels:


 Description  « Hide
Osworkflow allows to configure common-actions with no transition by setting the step attribute equal to "-1". See the osworkflow docs on this feature. Currently the workfloweditor does not support actions that don't result in a transition. The transition screen still displays an arrow pointing at an empty destination step.

However, the XML import of the workflow does not restrict the user from creating a workflow with step="-1". This results in exceptions thrown in log file when viewing the workflow in the editor, although the workflow will work.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Andreas Knecht [Atlassian] - 03/Jan/08 07:04 PM
Workflow editor now accepts common actions with a destination step of -1. Bulk transitions, and normal transitions now also support this behaviour. This work was done as part of JRA-7661.

Ludovic Lambert - 24/Jan/08 06:18 PM
gg