HOW TO SKIP A STEP FROM AN EXISTING WORKFLOW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 01:37 AM
Hi, can any one guide me in below scenario:
Suppose we have created a workflow with 10 steps and our batches are running properly but due to some business requirement/testing purpose we have to skip step 4 and run the rest of job from step 5 onwords till step 10 for next 5 to 10 days.
So, for that i checked there no option to disable particular step from workflow job and rest will remain run the same.
Can someone provide detailed information about it how we can skip the particular step.
Regards,
Abhishek Upadhyay
Abhishek Upadhyay
- Labels:
-
Workflows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 01:44 AM
Hi @17abhishek ,
You can try if/else conditions between the tasks with a Job parameter of "IsActiveTask" with a True or False.
But it would be great if databricks team just add ability to simply disable some task from UI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 01:52 AM
Hi agreed with you because previous when I’m using SSMS there is functionality to enable or disable particular steps from job.
Abhishek Upadhyay

