Import From Registry

Registry {{ option.text }} {{ option.text }} @if (supportsBranching) { Branch {{ option.text }} @if (importFromRegistryForm.controls['branch'].hasError('required')) { No branches available } } Bucket {{ option.text }} {{ option.text }} No buckets available Flow {{ option.text }} {{ option.text }} No flows available
Keep existing Parameter Contexts
Flow Description
{{ selectedFlowDescription || 'No description provided' }}
@if (loadingVersions()) {
} @else if (loadingVersionsError()) {
Something went wrong
{{ loadingVersionsError() }}
} @else {
Version
{{ item.version }}
Created {{ formatTimestamp(item) }} Comments
{{ item.comments }}
}