CMIS daily runtime

cancel
Showing results for 
Search instead for 
Did you mean: 
cyrose22
Active Member II

CMIS daily runtime

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
afaust
Master

Re: CMIS daily runtime

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

cesarista
Customer

Re: CMIS daily runtime

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.

cyrose22
Active Member II

Re: CMIS daily runtime

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

afaust
Master

Re: CMIS daily runtime

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.