Conditional Flow Not Working
Hi,
I have a Read Data Process Element in Business Process which reads the Value column(Quantity * rate) as decimal data type. From teh Read Data Process Element i set a conditional flow : one to go to Auto Approved Task when Value field is less than 90,000 and the other to go to Go For Approval Task when Value field is more than 90,000. Below is the parameter applied as Formula in teh conditional flow section.
Condition to move down the flow is set as below :
[#Check for Value.First item of resulting collection.Value#] > 90000
[#Check for Value.First item of resulting collection.Value#] < 90000
But the process always goes to Go For Approval Task only even when the value is less than 90,000. Is there an issue with the formula What I have written. Please advise.
Like
Hello,
Could you please share the schema of your process in business process designer and mark corresponding conditional flows on it?
It seems to be configured propely, from what you've described.
Looking forward to your response.
Best regards,
Yurii.
Yurii Sokil,
HI Yurii,
Thanks for your response. Below is the picture image of my Business Process. I ahve also exported the Metadata but not able to attach it here.
Hi,
Since your logic only has two outcomes(value is either bigger of less than 90 000, i'd recommend you to use default flow and one conditional flow.
Also, there's a possible problem with your implementation. If value is equal to 90000 the process won't go into neither of flows and will be finished with error or stuck in running.
Please consider those recommendations.
If issue persists after changing the schema of the process please contact us at support@creatio.com
Best regards,
Yurii