-
Notifications
You must be signed in to change notification settings - Fork 556
Description
🔖 Feature description
This feature will enhance the capability to clone workflow for specific environment. So in query parameters there should be an option to pass environment Id along with workflow Id and app Id.
🎤 Pitch
In my use-case i need to clone ci and cd both for a specific environment. Until now we could clone the the complete workflow. If source workflow had multiple cd pipelines then we could not select a specific env. So this feature is extended to get specific cd in order to clone workflow for specific environment.
✌️ Solution
In existing workflow get api, we can fetch the workflow details by providing the workflow name. This fails when multiple workflows are having the same name. So there should a capability to fetch workflows via workflow Id as well. Apart from this capability to give env Id should be there in order to fetch the specific cd details.
🔄️ Alternative
NA
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
AB#4391