Expand my Community achievements bar.

SOLVED

Invoking code through the 'Create review task' for asset folders

Avatar

Level 2

I'm working on a PIM integration project. On upload of an asset we can invoke code via the update DAM asset workflow to write asset details back to our PIM and also PIM details to AEM.

Now what I am looking to do is to invoke code when creating a review task on a folder of assets. The purpose of this is to integrate assets that already exist in AEM with our PIM. The create review task seems to be allocated as a task within a project. My question is, how can I invoke code through the create asset review task, so that when a folder of assets is reviewed and approved, the assets will contain our PIM integration details. Is this the best way to update a batch of assets or is there a better way?

I am aware of the product photo shoot workflows but they upload assets and associate them with products rather than update existing assets.

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Here is the AEM doc topic that talks more about this use case:

http://docs.adobe.com/docs/en/aem/6-0/author/projects/managing-product-information.html

You can adjust the default workflow and add a custom step that invokes custom Java code that you need to meet your business needs. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Here is the AEM doc topic that talks more about this use case:

http://docs.adobe.com/docs/en/aem/6-0/author/projects/managing-product-information.html

You can adjust the default workflow and add a custom step that invokes custom Java code that you need to meet your business needs.