The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Trigger functionality to trigger rapid miner process after outside process completed
chiragrpatel
Member Posts: 6 Learner II
in Help
Hi Everyone,
I have requirement where I have some outside process (outside of Rapidminer) drop some file on RapidMiner server and as soon as file is dropped, I would like to run my rapidminer process.
From Scheduling tool, we can schedule job based on cron expression, but not based on some kind of file trigger or file watch.
If someone have achieve this functionality in rapidminer and can share the approach that would be much appreciated.
Thanks,
Chirag Patel
I have requirement where I have some outside process (outside of Rapidminer) drop some file on RapidMiner server and as soon as file is dropped, I would like to run my rapidminer process.
From Scheduling tool, we can schedule job based on cron expression, but not based on some kind of file trigger or file watch.
If someone have achieve this functionality in rapidminer and can share the approach that would be much appreciated.
Thanks,
Chirag Patel
0
Best Answer
-
chiragrpatel Member Posts: 6 Learner IIAdded timer functionality to restrict trigger watch based on timer. Please find attached latest code.0
Answers
Dortmund, Germany
We can call WS, but it is rest service (Asynchronous) and our scheduling tool (Tidal Workload Automation) only works in Synchronous fashion.
The way WS works will not help in this case. WS work in following manner.
We call WS for process --> It gives response right away (scheduled/started running process with processid or something)
Our expectation is processes running in Synchronous fashion like below.
We start the process --> Process keep running and keep the connection open until it results in failure or success.
Thanks,
Chirag Patel
Dortmund, Germany
Thanks,
Chirag Patel