Hi @susheel ,
I agree with @HarithaMaddi-MSFT . If you always want to proceed the run despite of any activity failed, you can proceed with this approach. Otherwise, you can manually run the pipeline with the following steps:
- in the Debug-mode, clone the main Pipeline.
- delete activities from the pipeline which you don't want to run.
- run the pipeline in debug mode by passing the same parameters (if you have any).
- you can discard all the changes after the run completed.
Please Accept Answer and Up-vote if the response helped. Thanks!