Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.04 KB

FlowDTO.md

File metadata and controls

17 lines (12 loc) · 1.04 KB

FlowDTO

Properties

Name Type Description Notes
processGroups List<ProcessGroupEntity> The process groups in this flow. [optional]
remoteProcessGroups List<RemoteProcessGroupEntity> The remote process groups in this flow. [optional]
processors List<ProcessorEntity> The processors in this flow. [optional]
inputPorts List<PortEntity> The input ports in this flow. [optional]
outputPorts List<PortEntity> The output ports in this flow. [optional]
connections List<ConnectionEntity> The connections in this flow. [optional]
labels List<LabelEntity> The labels in this flow. [optional]
funnels List<FunnelEntity> The funnels in this flow. [optional]