Hi,
I need a way to trigger cooking my TOP Graph whenever I have a new file or existing files are modified.
Look like a python program running in the background to watch if any files get updated.
My scenario is if a user uploads a file to DB, then a work_item will be generated and proceed to the next steps.
Please advise if you guys have any solution. Thanks
Generate Work item by new file uploaded
2040 3 1- Trung Tran
- Member
- 12 posts
- Joined: July 2013
- Offline
- Trung Tran
- Member
- 12 posts
- Joined: July 2013
- Offline
hi folks,
I would describe my case. Are there any solution to create work item based on external condition such as a new file created then TOP automatically generate new work item or an existing file modified then the corresponding work will be dirty and recooked? I mean I dont have to do those things manually,the TOP will detect those changes on db and proceed. Thanks
I would describe my case. Are there any solution to create work item based on external condition such as a new file created then TOP automatically generate new work item or an existing file modified then the corresponding work will be dirty and recooked? I mean I dont have to do those things manually,the TOP will detect those changes on db and proceed. Thanks
- chrisgreb
- Member
- 603 posts
- Joined: Sept. 2016
- Offline
You could run a monitoring script that will kick off a TOP network cook when the file is updated. There is a similar example in the docs:
https://www.sidefx.com/docs/houdini/tops/cooking.html#cookhom [www.sidefx.com]
https://www.sidefx.com/docs/houdini/tops/cooking.html#cookhom [www.sidefx.com]
- Trung Tran
- Member
- 12 posts
- Joined: July 2013
- Offline
chrisgrebThank Chris,
You could run a monitoring script that will kick off a TOP network cook when the file is updated. There is a similar example in the docs:
https://www.sidefx.com/docs/houdini/tops/cooking.html#cookhom [www.sidefx.com]
thank you Chris,
-
- Quick Links