Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

help required with assembler

Avatar

Level 4

Process.JPGProcess2.JPG

Hi,

I have created a process using the assembler activity. I got the output as a Assembler Result (Data type). Now i need to extract the document from the Assembler Result.

I have created a map of binary and assigned the AssemblerResult/object/documents to this.

The next step was supposed to be getting the document out of this and casting it into a document. Can some one please help me in doing this step. I am able to view the binary data when i do a record and playback.

Attached are the screenshots.

1 Reply

Avatar

Former Community Member

You don't need to create a map. After the DDX invocation use a Set Value to XPath into the AssemblerResult for the document object and assign it directly to a process variable of type 'document'.

Steve