Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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.

Avatar

Level 4

Thanks