Triggering a workflow on change in the metadata property of an asset | Adobe Higher Education
Skip to main content
manpreetk
Level 2
April 10, 2019
Répondu

Triggering a workflow on change in the metadata property of an asset

How can we trigger a workflow, based on certain property value. For eg If we click on the asset properties and change a field value and click on save then a particular workflow should be triggered in reference to that metadata property value. Thanks in advance

Ce sujet a été fermé aux réponses.
Meilleure réponse par aneetarora

Hello manpreetk

You can refer to Out of the box DAM Metadata Writeback workflow for example which implements your use-case. The launcher for this workflow listens to a Node Modification event and runs the workflow as soon a node of type nt:unstructured is modified.

Best Regards,

Aneet Arora

2 commentaires

manikanthar1295
Level 5
April 10, 2019

Hi,

You can define in  workflow launcher on what event you need to activity.

you can define even for properties add

properties update

properties delete.

add node

delete node.

Regards

Manikantha R

aneetaroraAdobe EmployeeRéponse
Adobe Employee
April 10, 2019

Hello manpreetk

You can refer to Out of the box DAM Metadata Writeback workflow for example which implements your use-case. The launcher for this workflow listens to a Node Modification event and runs the workflow as soon a node of type nt:unstructured is modified.

Best Regards,

Aneet Arora