I have a list that has several content types associated with it
(Baseballs, Footballs, Hockey Pucks). When I add a new list item, I
want a workflow to be kicked off depending on what content type the
item is. I have created a workflow for each type using designer and it
works, but I am wondering if I am setting this up for disaster.
If I add a baseball item, it appears to kick off all 3 workflows
(because each workflow is listening to the update item event). This is
not good (or is it?) because I will soon have 50 content types and
each new item/updated item will kick off 50 workflows. I know I can
create one workflow, but for 50 content types the workflow would be a
hairball.
Any ideas or best practices would be helpful!