Closed (duplicate)
Project:
Workflow
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jan 2013 at 17:11 UTC
Updated:
17 Jun 2013 at 14:15 UTC
use case:
multiple workflows for promotion of content
promote content to homepage
promote content to non-homepage
promote content to social network
these are not mutually exclusive workflows
each might have a slightly different workflow based on approval mechanism/payment settlement
I would love to be able to add the various workflows to the node
it would be upto the author to determine if the various workflows are mutually exclusive or not
Comments
Comment #1
nancydruIn looking at the code, it is clear that allowing multiple workflows is a major effort. I believe jvandyk would probably agree.
Comment #2
nancydruMarked as duplicate #80703: create multiple workflows for one content type
Comment #3
kristen polI just looked at the code to see about patching it and agree that it would be a monumental task :/ It might almost be easier to write everything from scratch with the multiple-workflow model in mind while building. I'm bummed.
Comment #4
nancydruAgreed. Plus add in entities, and you are, yes, pretty much starting over again.
Comment #5
johnvThis would be possible if Workflow were a 'true' Field API field, as proposed in #2019345: Create a 'Workflow Field' with Widget, Formatter, Fieldtype
Comment #6
johnvLet's focus on #2019345.