nerdexam
Adobe

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…

Code Refactoring and Tooling

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)
  • A
    4% (1)
  • B
    72% (18)
  • C
    16% (4)
  • D
    8% (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

#AEM Cloud Service#Deprecated APIs#Workflow Refactoring#API Migration

Community Discussion

No community discussion yet for this question.

Full AD0-E136 Practice