accept 409 for avoiding unnecessary reexecutions

This commit is contained in:
Marco Lettere 2023-05-16 18:40:28 +02:00
parent 46234973e8
commit 5a01d339ca
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
"type" : "SIMPLE",
"inputParameters" : {
"url" : "${init.input.keycloak_admin}/users",
"expect" : 201,
"expect" : [201, 409],
"method" : "POST",
"body" : {
"username": "${workflow.input.user}",