Launcher for when assets approved? | Community
Skip to main content
Level 2
August 2, 2016
Solved

Launcher for when assets approved?

  • August 2, 2016
  • 1 reply
  • 2326 views

I was wondering if there's an easy way to create a launcher that would launch when dam:status=approved is set on an asset. I want to have the asset publish to Scene7 once it's approved using the Create Review Task.

I'm assuming it would involve creating a launcher with these settings:

  • Event Type: Node modified
  • Nodetype: nt:file
  • Globbing: /content/dam(/.*/)renditions/original
  • Condition: dam:status=='approved' (should approved be in quotes?)
  • Workflow: Scene7
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 shroti

Yes it should work. Property dam:status is on metadata node, hence

path = /content/dam(/.*)/jcr:content/metadata

nodeType = nt:unstructured

Condition: dam:status==approved (without quotes)

1 reply

shrotiAdobe EmployeeAccepted solution
Adobe Employee
October 18, 2016

Yes it should work. Property dam:status is on metadata node, hence

path = /content/dam(/.*)/jcr:content/metadata

nodeType = nt:unstructured

Condition: dam:status==approved (without quotes)