Oracle Workflow Issues
Question 1:
I have a strange issue on a customized Order Management workflow which I implement Oracle e-Business suite 11.5.10.
Let me visualize the problem here:
Parent process:
A -> B -> Waiting Activity C -> D -> E
Child Process:
1 -> 2 -> Continue Parent Activity C -> 3 -> 4
‘Waiting Activity C’ is an activity which waits for the signal from ‘Continue Parent Activity C’ to continue its processes.
I have 2 strange issues here:
- When the child process reaches ‘Continue Parent Activity C’, this ‘flow continuation’ activity always becomes DEFERRED by itself. It stays DEFERRED until the workflow background process runs and picks it up.