Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

 want to sense the activity in a specific folder in one blue prism process if any file is pasted then trigger an event and run another blue prism process. I found this https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher?view=netframework-4.7.2 link in C# to sense the folder activity. but I a not able to understand how to add it in the code stage. as it will need to define event handler in the same code stage. Please let me know how to achieve this.

1 Answer

0 votes
by (29.5k points)
To this to work you'd need to add this to the code stage or a global code part of the object also make sure the code stage is running constantly. I don't think it is a good practice because it is constantly consuming your license

If you would like to start a BP process based on a file trigger without consuming a license you would need to write your own program/script that would run side by side next to Blue Prism.

Related questions

Browse Categories

...