I read about Data Flows in the esper docs and dont understand where in the application it should be used.
create dataflow HelloWorldDataFlow
BeaconSource -> helloworld.stream { text: 'hello world' , iterations: 1}
LogSink(helloworld.stream) {}
When i run the code above nothing happens when i .run() the flow using EPDataFlowINstance