Hi all,
An id is included in the ws call to trigger the bpm flow,
I have developed a ejb function, which is doing a simple check whether the process for the specific id is called before or not.
I have a simple table in bpm java server which records the id used before.
the ejb is called in the start condition, my desired behavior is: if the ejb returns true, no process should be triggered.
but the thing is, my flow is not getting triggered once I put the ejb call in the start condition.(ejb is called, as i can see new id record inserted into my db table)
I cannot even debug the process.
I can debug the process if that ejb call is removed from the start condition.
my server is 7.31 sp8
Best regards,
Jun