Expand my Community achievements bar.

SOLVED

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

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 5

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

View solution in original post

2 Replies

Avatar

Level 6

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

Avatar

Correct answer by
Level 5

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