feat: DCF削除新規マスタ作成のステートマシン定義を修正
This commit is contained in:
parent
a0ffea1086
commit
75072eb024
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user