Unable to Start Workflow with the help of Launchers using proper regualr expession
Hi
I am trying to start a workflow with the help of launcher but only for the images inside abc-cropping folder.
As in the below String (3 sub folders) bold part is not static, it is differnt for differnt country and regions but abc-cropping is static and is present inside same level hierarchy so tyring with regular expression in the below mentiond path.
String - /content/dam/xyzsite/products/temporary/india/scm-mumbai/1_2345/abc-cropping
path - /content/dam/xyzsite/products/temporary(/.*)/abc-cropping
but it's not working, when i am workig trying with /content/dam/xyzsite/products/temporary(/.*), workflow is getting triggered on all the assets inside any sub folder of temporary.
But we want to triger workflow only on the assets inside abc-cropping folder using launcher.
Please guide valid path(regular expression) for the above String.
Thanks.