WorkflowSupport
Every issue is controlled by an issue workflow. In CMFCollector and CMFCollectorNG there was one workflow for all Collector instances. With PloneCollectorNG every Collector instance can have its own workflow. The particular workflow can be choosen at creation time of a collector instance as part of the collector metadata. PloneCollectorNG 1.2+ ships with two different workflows:
- DefaultWorkflow (image)
States
created
-- initial statepending
-- state after submitting a new issuesresolved
-- issue has been resolvedaccepted
-- issue accepted and assigneddefered
-- issue effort deferedrejected
-- issue has been rejectedresigned
-- issue can not or will not be resolvedwontfix
-- issue will not be fixed
- SimpleWorkflow
Same as the DefaultWorkflow? but without
defered
andresigned
states
WARNING: The workflow should only be changed as long as there are no issues within the PloneCollectorNG instance. You must re-create the workflow and catalog tool through the corresponding option under Configuration -> Maintenance.