Tool: Spring Cloud Data Flow
I have created a sample with Source, Processor and Sink. The graphical view of the whole app is
As I have an existing application which contains multiple Processor in a single project and enabled at once using code below
@EnableBinding({Processor.class, Processor1.class, Processor2.class})
Then, is there any possibility or configuration required so Data Flow can display all processor from the project?
It's really helpful if the Data Flow display processor with boundary and contains multiple processors in it (Shown in below image)