Workflow sucked every time at one step where custom business service has been used
Hi,
I have a workflow to generate credit notes.
After getting total amount we need to do round off and find difference after decimal place.
For that we have used a custom business service where we having input as final total and output as round off amount and difference
In BS we have used Math.ceil and Math.floor to get values.
Now we have noticed that on production env this workflow is getting stuck on this step
Even error is not getting logged. In below image all instance are getting stuck at Round Value step. Validated WF, no failure found. Please let me know possible reasons so that I can get this fixed on production env. Order's are not getting closed as WF is not getting completed. However same workflow is working fine on our development and UAT env.