I create a data flow with component, which has requires property without any component with corresponding provides. I would expect BakeryJS to check this for me and warn me about missing provides, but instead it happily passes a message without required property:
name: 'BoxInvocationException',
jse_shortmsg: 'The box \'wordcount\' in a mapper mode encountered an exception.',
jse_cause: TypeError: Cannot read property 'split' of undefined
The expected behavior is to check for satisfiability of required properties.
I create a data flow with component, which has
requiresproperty without any component with correspondingprovides. I would expect BakeryJS to check this for me and warn me about missingprovides, but instead it happily passes a message without required property:The expected behavior is to check for satisfiability of required properties.