Hi Everyone, beginner with BPM here. Just curious, if I have below registration process that needs to go to various back end system automatically, it is suitable to use Flowable BPM engine.
- the first step: update to CRM system (through REST web service). If the update to CRM system for somehow fail, this process needs to be automatically retried for 3 times, and if the retry reach maximum, the process will stop here, and at the same time will send out email, so that person in charge will be able to do a manual intervention by resubmit the process
2.the second step: update one of the legacy system (through SOAP web service). If the update to the legacy system for somehow fail, this process needs to be automatically retried for 3 times. If retried reach maximum, same as the first step, the process will stop here, and at the same time will send out email so that the person in charge will be able to do a manual intervention by resubmit the process of the second step
Appreciate for any advise and thanks in advance.