Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 806 Bytes

VersionedFlowDTO.md

File metadata and controls

24 lines (17 loc) · 806 Bytes

VersionedFlowDTO

Properties

Name Type Description Notes
registryId String The ID of the registry that the flow is tracked to [optional]
bucketId String The ID of the bucket where the flow is stored [optional]
flowId String The ID of the flow [optional]
flowName String The name of the flow [optional]
description String A description of the flow [optional]
comments String Comments for the changeset [optional]
action ActionEnum The action being performed [optional]

Enum: ActionEnum

Name Value
COMMIT "COMMIT"
FORCE_COMMIT "FORCE_COMMIT"