List of all possible attributes under the node metadata for assets | Community
Skip to main content
Maikman83
Level 2
August 24, 2020
Solved

List of all possible attributes under the node metadata for assets

  • August 24, 2020
  • 3 replies
  • 2153 views

Hello,

 

I need a list all possible attributes under the node metadata for assets.

There is some kind of an overview in the documentation (https://docs.adobe.com/content/help/en/experience-manager-64/assets/administer/metadata.html), but I need really all possible values.

 

If you wonder why: I need them for an exclude list for a launcher. The launcher should only listen to one attribute under metadata. Since there is no include list, I have write down all attributes in that exclude list. Or does anyone have another solution (no coding!).

 

Best, Maik

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 arunpatidar

Hi,

What kind of event listener you are using? Sing or JCR?

Or are you using Workflow Launcher then check  https://helpx.adobe.com/experience-manager/kb/ConditionsInWorkflowLauncher.html

3 replies

Nikhil-Kumar
Community Advisor
Community Advisor
August 24, 2020

@maikman83 
Can you try it using Asset Picker.

Please refer to Asset Picker, 
Let me know if you it doesn't help your requirement.

Thanks,
Nikhil

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
August 24, 2020

Hi,

What kind of event listener you are using? Sing or JCR?

Or are you using Workflow Launcher then check  https://helpx.adobe.com/experience-manager/kb/ConditionsInWorkflowLauncher.html

Arun Patidar
Maikman83
Maikman83Author
Level 2
August 31, 2020
I don't want to check if properties. I want to check if a property has changed.
Maikman83
Maikman83Author
Level 2
August 25, 2020

Thank you for your answers.

The asset picker is not what I need, because I don't want to pick assets 😉

And I'm talking about the workflow launcher. Sorry that I did not clarify that.

The conditions don't help, because the conditions only check the current status of a value.

What I need is some kind of status has changed launcher.

I believe there is nothing OOTB, that provide something like that, so I think only an exclude-list could do the job (not perfect, but close to it).

 

Have a look to this:

I have a launcher, that looks on changes on the metadata node. But the launcher should only be triggered, when my own value has changed. The condition only says: has my own value a specific value and NOT has it changed into a specific value. So everytime the asset is changed and the value is like in the condition, the launcher gets triggered, even if my own value has not changed.

My solution: exclude every other attribute, that the metadata-node could contain. In that case, changes on other attributes don't trigger the launcher (I tested it). But I need ALL possible attributes for the metadata node, so I could make a complete exclude list.

 

Or do you know any OOTB feature to solve this in an easy way?

 

Best, Maik