"completed" is always a valid outcome
In TaskImpl:
public void complete() {
| complete(Task.STATE_COMPLETED);
| }
|
this also fits with the logic that the task outcome doesn't have to match with the
transition name if there is only one.
if there are more transitions, then still "completed" is a valid outcome. in
that case the default outgoing transition will be taken from the activity if task is
completed with outcome 'completed'.
so in other words, i don't yet see the unlogicality. can you elaborate more
concretely what you expected different ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241230#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...