Is there a more direct way to divide a work item into more work items based on a array attribute, and have it hold the array attribute corresponding value in a new attribute?
I was able to do this in two ways, but I'm wondering is there's a more simple straight up method:
- With Python Processor

- With a Generic Generator and the a Python Script to create the single string attribute.
Also, the new work items generated by Python Processor have the same Index. Is there a way to basically recreate the indices so they match the new work items serialization?
Cheers
prb
