Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.21 KB

FlowSnippetDTO.md

File metadata and controls

18 lines (13 loc) · 1.21 KB

FlowSnippetDTO

Properties

Name Type Description Notes
processGroups List<ProcessGroupDTO> The process groups in this flow snippet. [optional]
remoteProcessGroups List<RemoteProcessGroupDTO> The remote process groups in this flow snippet. [optional]
processors List<ProcessorDTO> The processors in this flow snippet. [optional]
inputPorts List<PortDTO> The input ports in this flow snippet. [optional]
outputPorts List<PortDTO> The output ports in this flow snippet. [optional]
connections List<ConnectionDTO> The connections in this flow snippet. [optional]
labels List<LabelDTO> The labels in this flow snippet. [optional]
funnels List<FunnelDTO> The funnels in this flow snippet. [optional]
controllerServices List<ControllerServiceDTO> The controller services in this flow snippet. [optional]