From 0701bdb9fdc1513bd13dcc9c47eb6d67606cd5bc Mon Sep 17 00:00:00 2001 From: Adrian Lodin Date: Fri, 29 May 2026 17:42:46 +0300 Subject: [PATCH] [SIMPL-28035](https://jira.simplprogramme.eu/browse/SIMPL-28035) Update... --- documents/Development Guide.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/documents/Development Guide.md b/documents/Development Guide.md index aa4870b..7bf1d6f 100644 --- a/documents/Development Guide.md +++ b/documents/Development Guide.md @@ -121,10 +121,13 @@ If jobs or obs are updated, check out their related `tests` and update them acco If jobs names are updated, make sure to update the import and definitions. ### 2.3.3 Workflow deletion -Before deleting an existing workflow, first check its status (if is needed or referenced) in the **Dagster UI**: -- Navigate to the "Runs". Identify a given workflow using the "Filter" button or navigation "Newer", "Older" buttons. -- Check details and status: open workflow details by clicking on the target, or just check the status value. -- Check logs: open workflow logs by clicking on the uuid. +Before deleting an existing workflow, first check if is needed or referenced in: +- **Asset Orchestrator** + - Perform an `GET/workflowDefinitions` api call, to get the workflow details. +- **Dagster UI**: + - Navigate to the "Runs". Identify a given workflow using the "Filter" button or navigation "Newer", "Older" buttons. + - Check details and status: open workflow details by clicking on the target, or just check the status value. + - Check logs: open workflow logs by clicking on the uuid. Here are two practical examples how to delete a workflow: