Hi Experts,
I am facing some issue in my project relate to Workflow. Please help me that would be great help.
I have create one WF in CRM system where this Wf will trigger from Quote automatically when the quote status will be changed to 40(pricing approved).
So I have implemented some logic to trigger the workflow via event. Issue here is 90% time WF agent got determined successfully abut 10% time its failing to do so but when the same WF is restarted from the quote(same piece of code will be executed again) the WF is working perfectly. please give me some possible ways how can I trace the error.
below process I have already check:
1. Simulated BRF+ independently with values of quotes its returning proper output.
2. Debugged the code while status is changing to 40. Agent are passing perfectly to the WF.
Please let me know if there is any better way to approach the issue.