Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.7 KB

VersionedFlowSnapshot.md

File metadata and controls

17 lines (14 loc) · 1.7 KB

VersionedFlowSnapshot

Properties

Name Type Description Notes
Bucket *Bucket [optional] [default to null]
ExternalControllerServices map[string]ExternalControllerServiceReference The information about controller services that exist outside this versioned flow, but are referenced by components within the versioned flow. [optional] [default to null]
Flow *VersionedFlow [optional] [default to null]
FlowContents *VersionedProcessGroup [default to null]
FlowEncodingVersion string The optional encoding version of the flow contents. [optional] [default to null]
Latest bool [optional] [default to null]
ParameterContexts map[string]VersionedParameterContext The parameter contexts referenced by process groups in the flow contents. The mapping is from the name of the context to the context instance, and it is expected that any context in this map is referenced by at least one process group in this flow. [optional] [default to null]
ParameterProviders map[string]ParameterProviderReference Contains basic information about parameter providers referenced in the versioned flow. [optional] [default to null]
SnapshotMetadata *VersionedFlowSnapshotMetadata [default to null]

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