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
Resuelto

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

  • April 10, 2019
  • 2 respuestas
  • 5352 visualizaciones

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

Este tema ha sido cerrado para respuestas.
Mejor respuesta de 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 respuestas

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 EmployeeRespuesta
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