Job Scheduler

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Job Scheduler

Koon Sang
Hello,

How do I schedule a service to run every midnight?  In OFBIZ 9.04, a scheduled job ("FAM_AUTO_CREATE") is defined in AccountingTypeData.xml but I can't find explanation for the fields.  In particular, I would appreciate it very much if someone can share with me what I should set for the following table fields:


job_sandbox:
current_recurrence_count
max_recurrence_count


temporal_expression:
temp_expr_type_id
date1
date2
integer1
integer2
string1
string2

Thanks!
Reply | Threaded
Open this post in threaded view
|

Re: Job Scheduler

Jacques Le Roux
Administrator
This may help
http://cwiki.apache.org/confluence/display/OFBENDUSER/Temporal+Expressions
http://cwiki.apache.org/confluence/display/OFBENDUSER/Temporal+Expressions+Tutorial

Also there are plenty examples of scheduled jobs in install data

Jacques

From: "Koon Sang" <[hidden email]>

> Hello,
>
> How do I schedule a service to run every midnight?  In OFBIZ 9.04, a
> scheduled job ("FAM_AUTO_CREATE") is defined in AccountingTypeData.xml but I
> can't find explanation for the fields.  In particular, I would appreciate it
> very much if someone can share with me what I should set for the following
> table fields:
>
>
> job_sandbox:
> current_recurrence_count
> max_recurrence_count
>
>
> temporal_expression:
> temp_expr_type_id
> date1
> date2
> integer1
> integer2
> string1
> string2
>
> Thanks!
>
> --
> View this message in context: http://n4.nabble.com/Job-Scheduler-tp1751369p1751369.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Job Scheduler

Koon Sang
Very useful reference.

Thanks, Jacques!