process variable containing another variable

This is my requirement. I have two process variables called reminderCondition and reminderCount. reminderCondition value contains “reminderCount=0”. I want to validate this condition in a gateway. How can we acheive this? is there FEEL expression or method to this?
image

Hi @I_Iswarya,

the FEEL expression has to evaluate to true.

From your description I would try reminderCondition = "reminderCount=0".

Here is a FEEL playground to try other options: FEEL Playground (online) | FEEL-Scala

Hope this helps, Ingo