Invoking code through the 'Create review task' for asset folders | Community
Skip to main content
Level 2
October 16, 2015
Solved

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

  • October 16, 2015
  • 1 reply
  • 617 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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. 

1 reply

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

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.