conditional execution of jsonPath

Hi there,
in case of status == 200 the service to test responds with an JSON expression in the response body, which is used to configure foregoing requests. For any other status codes the response body contains html-code.

What is the best way to ensure, that jsonPath is evaluated only for status == 200.

Thanks

–Ulrich

I think you can check(status.is(200)) and surround your scenario exitBlockOnFail##