FlowDTO

Properties

Name Type Description Notes
process_groups list[ProcessGroupEntity] The process groups in this flow. [optional]
remote_process_groups list[RemoteProcessGroupEntity] The remote process groups in this flow. [optional]
processors list[ProcessorEntity] The processors in this flow. [optional]
input_ports list[PortEntity] The input ports in this flow. [optional]
output_ports 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]

[Back to Model list] [Back to API list] [Back to README]