0

How can I compare a particular time on every execution in Tibco BW everyday? There would be scenarios when we want to check a particular time of the day to proceed with the execution of a process.

4

1 回答 1

0

To run a process everyday periodically, use a timer starter. To compare time on every execution execution you can use the following XPATH on desired condition.

(tib:compare-time(
tib:parse-time("HH:mm ss",tib:format-time("HH:mm ss",'10:30:00')),
tib:parse-time("HH:mm ss", tib:format-dateTime('HH:mm ss',current-dateTime())))='0' | '-1')
于 2016-09-01T03:37:18.603 回答