Skip to content

Commit

Permalink
Sleep command should then loop to list-executions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 29, 2024
1 parent 41efd8c commit 5b455a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Sleep 5 mins": {
"Type": "Wait",
"Seconds": 300,
"Next": "Over 10 executions running"
"Next": "ListExecutions"
},
"Success": {
"Type": "Succeed"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Sleep 5 mins": {
"Type": "Wait",
"Seconds": 300,
"Next": "Over 10 executions running"
"Next": "ListExecutions"
},
"Success": {
"Type": "Succeed"
Expand Down

0 comments on commit 5b455a5

Please sign in to comment.