This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Run Script at Every Certain Time in VAF

Dear All,

Is it possible to set up a VAF script to run at every certain time a day in the background? If so, which method should be appropriate for it?

Thanks.

Parents Reply
  • The extensions stuff just gives you easy configuration of the recurrence. The actual execution is run via a task processor. 

    The task processor method has a "job" parameter. This has a vault reference which, depending on the transaction mode of the processor, will either be a transactional or non-transactional vault reference. 

Children