Hi, Our requirement is fetching a random value(Success,Failure) based on a fixed set of inputs. Let say input(x-yes,y-yes) and the microservice sends request to another microservice(Which randomly generates success or failure) and we are using ProcessInstanceAssert to assert the condition at the end in Junit.
In this scenario, the same assertInstance() method fails/success for the same set of inputs(Agree the microservice should return proper value instead of random 1 or 0 success/failure but we are struck for now). Is there a way i can check the condition before asserting them.
Exclusive gateway which decides the path based on the returned value from microservice.