この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
I am using cq5.6.1
workflow:x
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
Any inputs
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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(/.*)
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
Any inputs herer
表示
返信
いいね!の合計