Customizing DevOps flows
-
- UpdatedJan 30, 2025
- 4 minutes to read
- Yokohama
- DevOps
Customize or recreate the DevOps Change Request Manual Approval, DevOps Change Request Minimal Automation Approval, and DevOps Change Request Advanced Automation Approval flows based on your requirements using a flow or a script.
You can clone the DevOps flows and then customize them according to your requirements. To clone a flow, navigate to the flow you want to clone from the Base system DevOps flows sections or from the Flow Designer landing page (Copy button to create the new flow. The new flow will open in Flow Designer. Make any changes to customize it to your business requirements. You can run the flow to make sure it has no errors by selecting the Test button on the top-right corner of the screen before activating the flow. Activate the flow when it's ready by selecting the Activate button.
). On the top-right corner of the Flow page, select . In the Create a copy of this flow dialog box, enter the new name for the flow, and select DevOps Data Model as the application. Select theCustomize the DevOps Change Request Manual Approval flow
In the DevOps Change Request Manual Approval flow, the state of step execution is changed based on the change approval. However, you can customize or recreate this flow based on your requirements.
After the change request state is moved to approved, canceled, or rejected (either manually or by using a change policy), call the Update state of step execution based on change approval Workflow Studio action to update the State field of the step execution record.
- Calling the Workflow Studio action using a flow
-
Calling the Update state of step execution based on change approval Workflow Studio action is required to update the state of the step execution record according to the approval field in the change request record.
This action serves as a trigger for the Change Control Callback flow, which is used to notify the change decision to the orchestration tool.
- Calling the Workflow Studio action using a script
-
Method to call the Workflow Studio action from a script:
Customize the DevOps Change Request Minimal Automation Approval flow
In the DevOps Change Request Minimal Automation Approval flow, the change is approved and the state of the change moves from the new to the implementation state. After the change request state is moved to approved, call the DevOps - Update Step Execution and Change Request States Flow Designer action to update the State field of the step execution record.
- Calling the Workflow Studio action using a flow
-
Calling the DevOps - Update Step Execution and Change Request States Workflow Studio action is required to update the state of the step execution record.
This action serves as a trigger for the Change Control Callback flow, which is used to notify the change decision to the orchestration tool.
- Calling the Workflow Studio action using a script
-
Method to call the Workflow Studio action from a script:
Customize the DevOps Change Request Advanced Automation Approval flow
In the DevOps Change Request Advanced Automation Approval flow, the change is approved and the state of the change moves from the new to the implementation state. After the change request state is moved to approved, call the Update step execution record action to update the State field of the step execution record.
- Calling the Workflow Studio action using a flow
-
Calling the Update step execution record Workflow Studio action is required to update the state of the step execution record according to the approval field in the change request record.
This action serves as a trigger for the Change Control Callback flow, which is used to notify the change decision to the orchestration tool.
- Calling the Workflow Studio action using a script
-
Method to call the Workflow Studio action from a script:
On this page
Related Content
- Accelerating your DevOps change process
Enable the change acceleration feature of DevOps Change Velocity for automatic change request creation in your pipeline, and use change approval flows and policies to automate approval under certain conditions.