Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify mapping of 'stepStates.action' and the step names in https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/advancing-and-cancelling-steps.md? #25

Open
kwin opened this issue Nov 2, 2020 · 1 comment

Comments

@kwin
Copy link
Contributor

kwin commented Nov 2, 2020

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.

@kwin
Copy link
Contributor Author

kwin commented Nov 9, 2020

This is the list of actions I collected up till now:

  1. start_pipeline,
  2. validate,
  3. build,
  4. unitTest,
  5. codeQuality,
  6. buildImage,
  7. deploy_stage,
  8. approval_stage,
  9. securityTest_stage,
  10. loadTest_stage,
  11. assetsTest_stage,
  12. reportPerformanceTest_stage,
  13. productTest_stage,
  14. functionalTest_stage,
  15. contentAudit_stage,
  16. approval_prod,
  17. managed_prod,
  18. schedule_prod,
  19. deploy_prod

@justinedelson Can you confirm if the list is complete and map the 3 cancel body definitions from https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/advancing-and-cancelling-steps.md to those actions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant