Skip to content

Commit

Permalink
fix sm
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed Jun 4, 2024
1 parent 554a5b6 commit 1c833ca
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions terraform/state_machine_definition.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -481,27 +481,27 @@
],
"End": "true"
}
},
"ResultPath": "$.payload.pobit",
"Catch": [
{
"ErrorEquals": [
"States.ALL"
],
"ResultPath": "$.exception",
"Next": "WorkflowFailed"
}
],
"Retry": [
{
"ErrorEquals": [
"States.ALL"
],
"IntervalSeconds": 2,
"MaxAttempts": 1
}
],
}
}
},
"ResultPath": "$.payload.pobit",
"Catch": [
{
"ErrorEquals": [
"States.ALL"
],
"ResultPath": "$.exception",
"Next": "WorkflowFailed"
}
],
"Retry": [
{
"ErrorEquals": [
"States.ALL"
],
"IntervalSeconds": 2,
"MaxAttempts": 1
}
],
"Next": "WorkflowSucceeded"
},
"WorkflowSucceeded": {
Expand Down

0 comments on commit 1c833ca

Please sign in to comment.