QuestionQ19

Processes and Workflows

An AEM Forms developer needs to combine multiple PDF documents into one PDF document by using the Assembler service. The developer must call a method on the com.adobe.livecycle.assembler.client.AssemblerOptionSpec object to tell the Assembler service to continue processing a job if an error occurs.

Which option shows the proper use of the required method to achieve this goal?

  • A setFailOnError(true)
  • B setValidateOnly(false)
  • C setFailOnError(false)
Explanation

setFailOnError(false) configures the Assembler service to continue processing when an error occurs. A value of true causes the job to fail on an error, while setValidateOnly(false) controls validation-only behavior rather than error handling.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!