The documentation at https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/advancing-and-cancelling-steps.md refers to some step names. Unfortunately those names are not exposed in https://www.adobe.io/apis/experiencecloud/cloud-manager/api-reference.html#/Pipeline_Execution/getExecution.
How can I map any of the returned fields with the step names from the documentation at https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/advancing-and-cancelling-steps.md?
The closest match seems to be _embedded.stepStates.action with values like
validate, build, codeQuality, buildImage and deploy (probably some more depending on the pipeline type). Please provide a mapping table.
The documentation at https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/advancing-and-cancelling-steps.md refers to some step names. Unfortunately those names are not exposed in https://www.adobe.io/apis/experiencecloud/cloud-manager/api-reference.html#/Pipeline_Execution/getExecution.
How can I map any of the returned fields with the step names from the documentation at https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/advancing-and-cancelling-steps.md?
The closest match seems to be
_embedded.stepStates.actionwith values likevalidate,build,codeQuality,buildImageanddeploy(probably some more depending on the pipeline type). Please provide a mapping table.