AD0-E136 · Question #16
During the migration process, certain workflows fail to function in the AEM as a Cloud Service environment due to deprecated APIs. What should you do?
The correct answer is B. Refactor the workflows to align with supported APIs. Refactoring workflows to use supported APIs (B) is the only sustainable path forward - AEM as a Cloud Service has removed or deprecated certain APIs that existed in older AEM versions, so any workflow relying on them must be updated to use their modern equivalents before…
Question
During the migration process, certain workflows fail to function in the AEM as a Cloud Service environment due to deprecated APIs. What should you do?
Options
- ADisable the workflows entirely
- BRefactor the workflows to align with supported APIs
- CMigrate the workflows without any modifications
- DReplace workflows with manual processes
How the community answered
(25 responses)- A4% (1)
- B72% (18)
- C16% (4)
- D8% (2)
Explanation
Refactoring workflows to use supported APIs (B) is the only sustainable path forward - AEM as a Cloud Service has removed or deprecated certain APIs that existed in older AEM versions, so any workflow relying on them must be updated to use their modern equivalents before migration can succeed.
Why the distractors fail:
- A (Disable entirely): Eliminates business functionality that may be critical; disabling is a workaround, not a solution.
- C (Migrate without modifications): The workflows will simply break in the Cloud Service environment - deprecated APIs are not available, so the code won't run.
- D (Replace with manual processes): Reintroduces human error, removes automation benefits, and is impractical at scale.
Memory tip: Think of it as "renovate, don't demolish." When APIs are deprecated, you modernize the code to meet the new environment's standards - the same principle applies in any cloud migration where legacy dependencies must be swapped for supported alternatives.
Topics
Community Discussion
No community discussion yet for this question.