Final answer:
Ana should check if her Manual Deployment Tasks are set to Approved status, verify if the deployment is a Validation Deployment, and ensure that an Order value is provided to each Deployment Task to ensure their proper inclusion in the Deployment record.
Step-by-step explanation:
When Ana added some Manual Deployment Tasks to her User Story but can only see the Git Promotion Step in the Deployment record, there are a few things she should review:
- If she has set the Deployment Tasks Status as Approved.
- If the Deployment is a Validation Deployment.
- If she has provided an Order value to the Deployment Task.
Ensuring that the tasks status is set to Approved is crucial because, if not, they might not show up in the Deployment record, as systems often filter out tasks that are not approved for deployment stages. Checking if the deployment is a Validation Deployment is important because some tasks might be configured to only appear during final deployment steps. Lastly, the Order value is necessary to sort tasks within the deployment pipeline. If a task lacks an Order value, it might be overlooked by the deployment management system.