Which kind of workflow engine would solve at least the 85% of your use cases
Question about different workflows per user
I have two states in my workflow: Submitted and Published.
I want to restrict anonymous user to submitting to the Submitted state. (done.)
I want logged-in users to automatically post to the Published state. (almost there)
In the creation section of the workflow grid, I've set:
- Submitted: Author, anonymous user
- Published: authenticated user, Content Admin, Site Admin
There is no overlap between user roles in that workflow setup. However, when an authenticated user creates some new content, he is given the choice of Submitted or Published.
I don't even have to get rid of the "Submitted" option, if I can set the "Published" option to be selected by default for authenticated users.
any tips?
thanks in advance!
Read moreMultiple workflows for same content type - status and implementation
Hi,
I'm looking for a way to add multiple workflows on the same node type. Its for some CRM system (among the rest) that has a few logical workflows within, all on users of the system. We contemplated on using node profile as the node type with multiple workflows defined on it, but, that's not possible as in the current workflow module implementation each content type can be associated with one workflow . Any suggestions?

