cancel
Showing results for 
Search instead for 
Did you mean: 

Detect that a file was created into one space

wass
Champ in-the-making
Champ in-the-making
Hi,

Here is my problem:
How can i detect that one file was created into one space? I need this to trigger one workflow start… it should start when a file get uploaded and one user should recive this email as a notification that he has/hasnt to approve somethig.

What should i do?

Thanks & Regards
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
You have to execute a query against the repository using the space as the container reference.
If you are using Lucene you could execute a query similar to the following:

PATH:"/app:company_home/cm:Space1/*" AND @cm\:name:"contentFileName1.txt"
Hope this helps.