Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

workflow event: more paths

Avatar

Level 4

Hi,

I need to launch a workflow when a user deletes a page in the publish instance. This procedure involves 7 projects.

This is a screen of the window:

[img]Untitled.png[/img]

Need i to make 7 events? Is there a way to use the condition field or to insert a multi path?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 8

I agree with edubey.  I'll however point out that the first would not require any additional code changes so you could easily add and remove events whenever you'd like, but the second you would need to do a code deployment.  Personally I would choose the first option.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 8

I agree with edubey.  I'll however point out that the first would not require any additional code changes so you could easily add and remove events whenever you'd like, but the second you would need to do a code deployment.  Personally I would choose the first option.

Avatar

Level 10

I guess, either add 7 event

OR

add for /content and when a page gets deleted, validate whether that page path belongs to 7 projects.