Dear Team,
I have the following scenario.
1. I have created a Custom Workflow, in this Custom Workflow i have consumed the Java Service and Sending some values and getting the result from Java Service and Updating the Result in Account form.
2. So i have registered this Custom Workflow on Account form. So i have created a Custom Field Called Status and the values are Approved or Rejected. So Whenever the CRM User change the Status to Approved and this Custom Workflow will send the details and get the Result from Java Service and Update in Account form.
3. So what i did is whenever the user call this workflow and if the Java service is down then i am capturing the details and created the record in another entity.
4. And i have created one more workflow on this new entity to send the details to java service.
5. But my question is while sending the details from this workflow , if the java service is down again then this workflow is failed.
So what i need to do here. Because if i create one more workflow and if the java service is again down then i need to create one more workflow like that.
But without these how i can achieve and resolve this issue.
Please help me on this requirement.
Thank you.