workflow event: more paths | Community
Skip to main content
New Participant
October 16, 2015
Solved

workflow event: more paths

  • October 16, 2015
  • 3 replies
  • 797 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by leeasling

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 replies

leeaslingAccepted solution
New Participant
October 16, 2015

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.

edubey
New Participant
October 16, 2015

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.

New Participant
October 16, 2015

Thanks