Hi Folks,
I have a requirement where-in a need my function module to wait between 2 events raised.
The 2 events to be raised occur one after the other and first event triggers the workflow and 2nd event does some extra processing.
How can i ensure that after my first event is raised my second event is listened by the workflow.
One suggestion i had in my mind was something like this.
1. Raise first event and then commit it to database.
2. Before raising second event, we check table SWFREVTLOG to see if the RECKEY is populated in a loop fashion with 1 second interval.
3. If RECKEY is populated then we raise the 2nd event.
Regards,
Imran