Thanks for the update on TemporalExpression classes..

We've tried to setup the ff scenario where we want to run the service every
3am and 4am

<TemporalExpression tempExprId="TE_01" tempExprTypeId="HOUR_RANGE"
integer1="3" integer2="3"/>
<TemporalExpression tempExprId="TE_02" tempExprTypeId="HOUR_RANGE"
integer1="4" integer2="4"/>
<TemporalExpression tempExprId="TE_03" tempExprTypeId="MINUTE_RANGE"
integer1="0" integer2="0"/>

<TemporalExpression tempExprId="TE_04" tempExprTypeId="UNION"/>
<TemporalExpressionAssoc fromTempExprId="TE_04" toTempExprId="TE_01"/>
<TemporalExpressionAssoc fromTempExprId="TE_04" toTempExprId="TE_02"/>

<TemporalExpression tempExprId="TE_05" tempExprTypeId="INTERSECTION"/>
<TemporalExpressionAssoc fromTempExprId="TE_05" toTempExprId="TE_03"/>
<TemporalExpressionAssoc fromTempExprId="TE_05" toTempExprId="TE_04"/>

<JobSandbox jobId="TEST_FAM_AUTO_CREATE" jobName="Auto-create Fixed Asset
Maintenances" runTime="2000-01-01 00:00:00.000"
serviceName="createMaintsFromTimeInterval" poolId="pool" runAsUser="system"
tempExprId="TE_05" maxRecurrenceCount="-1"/>

But we've found that the service is always scheduled at 4am the ff day. Have
we made a mistake on how we set up the TemporalExpression entities? Any help
would be most appreciated.
-- 
View this message in context: 
http://n4.nabble.com/Use-of-TemporalExpression-with-JobSandbox-tp999679p1311344.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to