feat: DCF削除新規マスタ作成のステートマシン定義を修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2025-05-28 17:14:35 +09:00
parent 4d2bffcf3b
commit a0ffea1086

View File

@ -95,13 +95,20 @@
"Choice": {
"Type": "Choice",
"Choices": [
{
"Variable": "$.scan.Item",
"IsPresent": false,
"Next": "NormalEnd",
"Comment": "バッチ実行管理テーブルにデータが存在しない場合"
},
{
"Variable": "$.scan.Item.batch_run_status.S",
"StringEquals": "retry",
"Next": "wait-for-retry"
"Next": "wait-for-retry",
"Comment": "バッチ実行管理テーブルのスターテスがリトライの場合"
}
],
"Default": "NormalEnd"
"Default": "ErrorEnd"
},
"wait-for-retry": {
"Type": "Wait",