Sorry, I was thinking several thing at a time and I ended up writing nonsenses.
But I don't know how to edit the poll's question.
I would like to know if other developers can solve the must of their projects having a workflow in which object go from a single state to other single state, or if they need those objects to be in several states at a same time (kind of divergence to parallel workflows on the same object)
The poll should read:
- Single state workflow (each object remains in only one state at a time)
- Multiple states workflow (an object might be in several states at a time)
Do you really can't solve the 85% of your cases with simple state?
I did the question because, having a single state workflow I can solve perhaps up to a 90% or regular cases,
BUT then some other requirements comes up and then is a mess if I don't have the appropriate tool.
Do you thing that Rules module should handle multiple states?
I'm usually building complex things where I need multiple states.
@rules: Rules itself has no state. But e.g. you can use CCK fields for tracking states, or the workflow module or a port of the states module of worklfow-ng.
Sorry, I don't understand
Sorry, I don't understand the poll's question.
Sorry, I was thinking...
Sorry, I was thinking several thing at a time and I ended up writing nonsenses.
But I don't know how to edit the poll's question.
I would like to know if other developers can solve the must of their projects having a workflow in which object go from a single state to other single state, or if they need those objects to be in several states at a same time (kind of divergence to parallel workflows on the same object)
The poll should read:
- Single state workflow (each object remains in only one state at a time)
- Multiple states workflow (an object might be in several states at a time)
Can't I edit the poll?
multiple
I've come over the need of multiple states several times. It happens that items play a role in different processes at the same time.
strange...
Do you really can't solve the 85% of your cases with simple state?
I did the question because, having a single state workflow I can solve perhaps up to a 90% or regular cases,
BUT then some other requirements comes up and then is a mess if I don't have the appropriate tool.
Do you thing that Rules module should handle multiple states?
I'm usually building complex
I'm usually building complex things where I need multiple states.
@rules: Rules itself has no state. But e.g. you can use CCK fields for tracking states, or the workflow module or a port of the states module of worklfow-ng.