I have created what I think is a typical workflow for a magazine (see screenshots) and hit a question
It is possible to have a transitions that go
All to One
One to Two
Two to Three
Three to Four
But its not possible to have transitions that go
All to One
One to Two
Two to Three
Three to All
or
Three to one, four
The only way to do it is to create
All to One
One to Two
Two to Three
Three to One
Three to Two
Three to Four
Can the "to state" be a multiselect and have an ALL option???
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | com_workflow |
Labels |
Added:
J4 Issue
|
Labels |
Added:
?
|
Title |
|
look at my example above and you will see the problem I think we should resolve.
It's about ensuring that a workflow can be bidirectional
I see the problem, I see also the "naming" problem.
My comment was more: that's the reason for the current status, but I'm as always open for good ideas. It's a very small change in code to implement it.
At the moment the target condition is visible, perhaps we should change this to "stage", so we have something like:
Transitionname [stage 1]
Transitionname [stage 2]
Transitionname [stage 3]
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-08 13:17:44 |
Closed_By | ⇒ | brianteeman |
Labels |
Added:
?
Removed: J4 Issue ? |
In theory it could have an "to all" stage, but the problem here is, that you will have a problem with the transition, because imho you name the transition targeting the new stage. So if you change something to "trashed", you would probably name your transition something like "move to trash".
Now if we allow "to all", which is technically no problem, the naming of the transition is not distrinct.