Hi @Amit Mula ,
Welcome to Microsoft Q&A platform and thanks for using this forum.
You can use an If condition activity and write a condition to check if the input parameter value is true
or false
. If the condition is true then you can have your Execute pipeline activity in the true path which would execute your child pipeline. You can follow the same logic for subsequent Execute pipeline activities as shown in below GIF.
Sample dynamic expression to check the condition: @equals(pipeline().parameters.Skip_pipeline1, bool(1))
Hope this helps. Do let us know if you have further query.
----------
Thank you
Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.