Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.44 KB

VersionControlInformationDTO.md

File metadata and controls

31 lines (24 loc) · 1.44 KB

VersionControlInformationDTO

Properties

Name Type Description Notes
groupId String The ID of the Process Group that is under version control [optional]
registryId String The ID of the registry that the flow is stored in [optional]
registryName String The name of the registry that the flow is stored in [optional]
bucketId String The ID of the bucket that the flow is stored in [optional]
bucketName String The name of the bucket that the flow is stored in [optional]
flowId String The ID of the flow [optional]
flowName String The name of the flow [optional]
flowDescription String The description of the flow [optional]
version Integer The version of the flow [optional]
state StateEnum The current state of the Process Group, as it relates to the Versioned Flow [optional]
stateExplanation String Explanation of why the group is in the specified state [optional]

Enum: StateEnum

Name Value
LOCALLY_MODIFIED_DESCENDANT "LOCALLY_MODIFIED_DESCENDANT"
LOCALLY_MODIFIED "LOCALLY_MODIFIED"
STALE "STALE"
LOCALLY_MODIFIED_AND_STALE "LOCALLY_MODIFIED_AND_STALE"
UP_TO_DATE "UP_TO_DATE"