Workflow launcher path glob for a specifc folder name ending in a number /content/dam/mysite/myfolder2/testfolder/newtestfolder | Community
Skip to main content
cqsapientu69896
Level 4
December 15, 2016

Workflow launcher path glob for a specifc folder name ending in a number /content/dam/mysite/myfolder2/testfolder/newtestfolder

  • December 15, 2016
  • 2 replies
  • 2532 views

 I am trying to create a workflow launcher path glob for a folder whose name ends with a digit - like -

/content/dam/mysite/myfolder1/testfolder/newtestfolder

/content/dam/mysite/myfolder1/testfolder/newertestfolder

/content/dam/mysite/myfolder2/testfolder/newtestfolder

/content/dam/mysite/myfolder2/testfolder/newertestfolder

So I want a different process to be triggered when a file is uploaded at 

/content/dam/mysite/myfolder1/testfolder/newtestfolder and

when a file is uploaded at

/content/dam/mysite/myfolder1/testfolder/newertestfolder

and again a different process for

/content/dam/mysite/myfolder2/testfolder/newtestfolder 

and a different process for 

/content/dam/mysite/myfolder2/testfolder/newertestfolder

So any number can come after myfolder1 ;myfolder3; myfolder4; myfolder14 and so on..

I tried with the glob patterns -- 

/content/dam/mysite(/myfolder[0-9]/)testfolder/newtestfolder and

/content/dam/mysite/myfolder[0-9]/testfolder/newtestfolder

so that it matches the path ending with /content/dam/mysite/myfolder5/testfolder/newtestfolder ; but the process is not getting triggered when a file is uploaded at the path.

What glob pattern that can be used for matching any number after myfolder in the path

/content/dam/mysite/myfolder(5 or 6 or 11 or 24)/testfolder/newtestfolder 

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

2 replies

tc94524330
Level 3
April 19, 2017

Are you able to find answer for this? I am also looking for something like this..

MC_Stuff
Level 10
April 20, 2017

Hi,

Sounds like a bug to me. But adobe says it works [A] , please file official support case.

[A]   http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__qhtx-hello_expertsi.html

Thanks,

Level 2
September 1, 2023

I am in the same boat and wondering how did you achieve it. Could you please share the glob pattern if it worked.