I have been using Aware now for over 11 Years and no and again the simplest things make me start to question
my own sanity.....
For Example....
You have a Process called MyProcess that has two Rules
Rule1:
FIND MyBO WHERE MyBO.MyData = 'TEST' TAKE BEST 1
CallSubProcess
Rule2:
CREATE LogRecord WITH LogRecord.LogTimestamp = CURRENT_TIMESTAMP
So the stupidly simple question is....
If FIND MyBO WHERE MyBO.MyData = 'TEST' TAKE BEST 1 does NOT FIND any Records....
a. Does CallSubProcess get executed ?
b. Does Rule2 get executed ?
For those who are scratching their head wondering how I could be asking this... it has to do with Schedule Rules not triggering reliably.