コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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.

元の投稿で解決策を見る

3 返信

Avatar

正解者
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