Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 680 Bytes

RelationshipDto.md

File metadata and controls

14 lines (9 loc) · 680 Bytes

RelationshipDto

Properties

Name Type Description Notes
name Option<String> The relationship name. [optional]
description Option<String> The relationship description. [optional]
auto_terminate Option<bool> Whether or not flowfiles sent to this relationship should auto terminate. [optional]
retry Option<bool> Whether or not flowfiles sent to this relationship should retry. [optional]

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