New Edit Mode for Pipelines: Streamline development and iteration of existing pipelines while preserving artifact dependency across templates and data dictionaries:
State visibility
Workspace shows both Pipeline state (Draft / Deployed) for unambiguous context.
Pipeline Builder header mirrors the pipeline state
Accidental-edit prevention
Pipelines will always open in whichever mode they are in (Draft or Deployed)
Edits to a Pipeline require explicit action Edit, which will transition it from Deployed toDraft
State of a Pipeline remains unchanged until user takes action on them.
Easy rollback
Revert to Deployed discards all Draft changes and restores the last Deployed version for that Pipeline.
Confirmation dialog summarizes what will be undone before you proceed.
Cross-artifact sync (Templates, Data Dictionaries, Pipelines)
Editing a Template or Data Dictionaryautomatically triggers a required Pipeline edit for every dependent pipeline.
The system creates/flags a Pipeline Draft pinned to the updated artifacts and surfaces a banner with the impacted pipeline list
Bug Fixes
Workflow state hover: Fixed hover color on non-modified workspaces for consistent, accessible state feedback.
“Set to Production” modal buttons: Corrected button styles to match design tokens and improve visual hierarchy.
Runtime Field asset list: Asset options in the Runtime Field dropdown now sort alphabetically for faster selection.