cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS daily runtime

cyrose22
Star Contributor
Star Contributor

Hi All,

   Is it possible to have a dailyruntime in CMIS WORKBENCH GroovyConsole? If

possible How to do it? and Is there also a way to run the groovyconsole from cmis workbench

using shell script??

thanks

4 REPLIES 4

afaust
Legendary Innovator
Legendary Innovator

What do you mean by "daily runtime"? It is unclear to me, what this question is even about...

cyrose22
Star Contributor
Star Contributor

Hi sir Axel Faust‌ is there a way where the cmis workbench will execute automatically that set to daily?

afaust
Legendary Innovator
Legendary Innovator

Again, it is completely unclear to me what you need to do. "Execute CMIS workbench automatically" - to do what?

As Cesar Capillas‌ already mentioned, you can use a programming language like Groovy to perform CMIS calls against an Alfresco system, and use the scheduler your operating system provides to trigger that on a regular basis.

cesarista
World-Class Innovator
World-Class Innovator

If you mean that you want to run daily jobs with groovy language, you can use groovy outside the CMIS workbench, and to use crontab for programming daily cronjobs.

Regards.

--C.