Message 1 of 9
Source to create diferrent items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Source to create diferrent items
I need a source that creates two different themes in a cyclical manner, the sequence must be 10 items of type 1 and then 1 item of type 2. Therefore, it must be 10-1-10-1-10-1 all the time... These items go from the source to a processor, in which each item has a different processing time. for type 1 it is 0.1 seconds and for type 2 it is 0 seconds. and after this processor they all go to queue11. I have tried to do it with a creationqueue with its process flow but I can't do it correctly.