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

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2025-05-28 19:00:14 +09:00
parent a0ffea1086
commit 75072eb024

View File

@ -29,7 +29,7 @@
"Name": "mbj-newdwh2021-#{ENV_NAME}-container-jskult-batch-dcf-inst-merge-io",
"Environment": [
{
"Name": " BATCH_EXECUTION_ID",
"Name": "BATCH_EXECUTION_ID",
"Value.$": "$$.Execution.Id"
},
{
@ -98,7 +98,7 @@
{
"Variable": "$.scan.Item",
"IsPresent": false,
"Next": "NormalEnd",
"Next": "ErrorEnd",
"Comment": "バッチ実行管理テーブルにデータが存在しない場合"
},
{
@ -108,7 +108,7 @@
"Comment": "バッチ実行管理テーブルのスターテスがリトライの場合"
}
],
"Default": "ErrorEnd"
"Default": "NormalEnd"
},
"wait-for-retry": {
"Type": "Wait",