Hello.
I`v come across a need where I want to create multiple list items from within a workflow and be able to view workflow history from any of that item.
The problem context: In a recurring meeting, Agenda items are added. Some items have "open" status and some "closed". Those who have open, have the ability (and probably will) continue to be on agenda list further ocurring meetings. If user chooses to continue the item, from within a workflow I create a new item.
The result is, we have an item sequence like
- Day 1: "Discuss problem A" (Parent item field value: null)
- Day 2: "Discuss problem A.1" (Parent item field value: ID of Discuss problem A)
- Day 3: "Discuss problem A.2" (Parent item field value: ID of Discuss problem A.1)
The thing is I want to be able to track this stuff in workflow history and be able to view it from any item. So in a workflow they should be in same state as all other items.
Any ideas on how to assign the same workflow for all those items?