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: