JoshBaltzell
JoshBaltzell

Reputation: 1494

Switching to a new workflow

We have a need to apply a new workflow to items in our content tree. This will replace the Workflow already in place.

I have a base item that these content items inherit from, so I can use that to change the default Workflow.

The problem is, how do I deal with items that are already in the various states of Workflow? Do I have to edit them individually to put them in the equivalent step of the new Workflow?

Upvotes: 1

Views: 122

Answers (1)

Mark Ursino
Mark Ursino

Reputation: 31435

To answer your questions, yes. However, maybe consider switching them programatically rather than manually. Maybe you can run code to go through the items and switch WF states based on mappings from the old to new states. I recommend you post this question on the SDN forum or even ask Sitecore support as there may be consequences to doing this.

Upvotes: 3

Related Questions