#14d80
Back
2025/12/02
1 min read

OBP 傳檔操作流程

OBP 傳檔操作流程.md
25 additions, 0 deletions
... ... @@ -35,6 +35,19 @@
35 +
36 +trigger方式:
37 +
38 +```bash
39 +#若欲執行的日期為預設的前一日
40 +{
41 + "executeId": "00801997",
42 + "jobName": "ObpLogRawFileParser",
43 + "jobParameters": [
44 + ]
45 +}
46 +```
47 +
48 +
49 +trigger方式:
50 +
51 +```bash
52 +#若欲執行的日期為預設的前一日
53 +{
54 + "executeId": "00801997",
55 + "jobName": "ObpLogRetryFileParser",
56 + "jobParameters": [
57 + ]
58 +}
59 +```