I have a process where the system must complete several very long running processes. In the past, we have created overly complex processes that fail occassionally by calling outside processes and having them raise flags back to BPM.
My thought was that we should incorporate these into Rules Stages and call these processes in the Rules Visual Script. What I understand from the documentation is that this will prevent a time-out since the user will not have to wait for the rules to process. What I don't know is if I can use an Async Task in there, and if the process will continue on (for example down a conditional action) after the rule processing is complete, or would I have to use flags again?
I can build and test this myself, but was hoping to save a little trouble and see if I can get some information here.
Any information or guidance on this would be appreciated.
Thanks,
Ryan