adn-agov-iam-project/patterns/1d38203c48e017b5b3812385_re.../recovery_ongoing.groovy

5 lines
115 B
Groovy
Raw Permalink Normal View History

2024-08-21 10:52:51 +00:00
if (inargs['recovery'] != null && inargs['recovery'] == 'recovery' ) {
response.setResult('ok')
return
}