I am using cq5.6.1
workflow:x
Solved! Go to Solution.
Views
Replies
Total Likes
For simplicity you should always derive from parent path & then use references to find which all additional nodes to be replicated. Example :- Out of the box activating a page activates all referenced assets and pages OR an calender which replicates all the child events OR make use of workflow package. I would not take path Or avoid configure launcher with multiple paths or multiple or conditions of different resource type.
Views
Replies
Total Likes
Any inputs
Views
Replies
Total Likes
For simplicity you should always derive from parent path & then use references to find which all additional nodes to be replicated. Example :- Out of the box activating a page activates all referenced assets and pages OR an calender which replicates all the child events OR make use of workflow package. I would not take path Or avoid configure launcher with multiple paths or multiple or conditions of different resource type.
Views
Replies
Total Likes
you can use a regex pattern in path field of the launcher. use can do the content modeling such that all of those paths can be combined to a single regex expression.
/content/usergenerated/site/blogs(/.*)
Views
Replies
Total Likes
I see that I could solve this atleast to an extent by checking the sling:resourceType when I add a single Condition value it worked say for example
condition sling:resourceType==abc/xxx/xxx
path /content(/.*)
Now I want to add more checks to condition parameter how to do it with an error it didnot work
I tried doing sling:resourceType==abc/xxx1/xxx2||sling:resourceType==def/xxx2/xxx4 .Please let me know how I could i solve this
I need to add a multi condtion
Views
Replies
Total Likes
Any inputs herer
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies