syndesis
syndesis copied to clipboard
After a splitting step the mapper can use data only from steps after the split.
This is a...
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Documentation issue or request
Description
After a splitting step the mapper can fetch data only by the messages from the splitting onwards (i.e. all data from messages before the splitter can not be used in the mapper).
Expected behaviour
A mapper after a splitter should allow usage to all data from all messages before the split except the split collection.
Similarly after an aggregate step a mapper should allow access to aggregate outcome and all steps outside of the split/aggregate pair.
This was by design unless things have changed since.
@valdar and I talked this through and it will be the better solution to do it as suggested in this issue. I know though that it was designed in another way in the first place
Cool, no worries I thought that might be the case :-)
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!
@christophd do we have a new issue for this change?