From fea778db6a0abdf0fc35816a65b8c04a0f37607b Mon Sep 17 00:00:00 2001 From: Liran Bareket Date: Wed, 30 Apr 2025 12:07:59 -0400 Subject: [PATCH] Added documentation --- docs/ucx/docs/reference/workflows/index.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/ucx/docs/reference/workflows/index.mdx b/docs/ucx/docs/reference/workflows/index.mdx index 3d7c7aa21a..d6e1c28e39 100644 --- a/docs/ucx/docs/reference/workflows/index.mdx +++ b/docs/ucx/docs/reference/workflows/index.mdx @@ -86,8 +86,9 @@ the [assessment report](/docs/reference/assessment). 17. `crawl_groups`: This tasks retrieves workspace-local groups and persists these permissions in the `groups` table. 18. `assess_dashboards`: This task retrieves the dashboards to analyze their queries for [migration problems](/docs/reference/linter_codes) -19. `assess_workflows`: This task retrieves the jobs to analyze their notebooks and files for - [migration problems](/docs/reference/linter_codes). +19. `assess_workflows`(experimnetal): This task retrieves the jobs to analyze their notebooks and files for + [migration problems](/docs/reference/linter_codes). This will run for workflows that ran within the last 30 days. + To analyze all workflows run the ["migration-progress-experimental"] workflow](/docs/reference/workflows#migration-progress-experimental). After UCX assessment workflow finished, see the assessment dashboard for findings and recommendations. See [this guide](/docs/reference/assessment) for more details.