russki sunyiyou commited on
Commit
b45dd20
·
0 Parent(s):

Duplicate from agents-last-exam/agents-last-exam-data

Browse files

Co-authored-by: Yiyou Sun <sunyiyou@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +0 -0
  2. README.md +55 -0
  3. tasks/agriculture_env/crop_rotation_d02/base/input/citation.txt +11 -0
  4. tasks/agriculture_env/crop_rotation_d02/base/input/runtime_env/pyproject.toml +13 -0
  5. tasks/agriculture_env/crop_rotation_d02/base/input/runtime_env/requirements.txt +7 -0
  6. tasks/agriculture_env/crop_rotation_d02/base/input/runtime_env/uv.lock +408 -0
  7. tasks/agriculture_env/crop_rotation_d02/base/input/seq1524_d02.gpkg +3 -0
  8. tasks/agriculture_env/crop_rotation_d02/base/input/task_prompt.md +210 -0
  9. tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.cpg +1 -0
  10. tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.dbf +3 -0
  11. tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.prj +1 -0
  12. tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.shp +3 -0
  13. tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.shx +3 -0
  14. tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/runtime_env/pyproject.toml +12 -0
  15. tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/s2_l2a_30m_clip.tif +3 -0
  16. tasks/business_finance/american_option_pricing_ls/base/input/problem_spec.md +247 -0
  17. tasks/business_finance/american_option_pricing_ls/base/input/runtime_env/pyproject.toml +11 -0
  18. tasks/business_finance/american_option_pricing_ls/base/input/runtime_env/uv.lock +79 -0
  19. tasks/business_finance/ar_full_1500/base/input/file_list.txt +1500 -0
  20. tasks/business_finance/ar_full_300/base/input/file_list.txt +300 -0
  21. tasks/business_finance/basel_operational_risk_bia_cn/base/input/TASK_PROMPT.md +48 -0
  22. tasks/business_finance/basel_operational_risk_bia_cn/base/input/business_line_mapping.xlsx +0 -0
  23. tasks/business_finance/basel_operational_risk_bia_cn/base/input/capital_calculation_params.xlsx +0 -0
  24. tasks/business_finance/basel_operational_risk_bia_cn/base/input/loss_event_categories.xlsx +0 -0
  25. tasks/business_finance/basel_operational_risk_bia_cn/base/input/operational_risk_events.xlsx +0 -0
  26. tasks/business_finance/basel_operational_risk_bia_cn/base/input/output_schemas/capital_calculation.schema.json +12 -0
  27. tasks/business_finance/basel_operational_risk_bia_cn/base/input/output_schemas/classified_events.schema.csv +3 -0
  28. tasks/business_finance/basel_operational_risk_bia_cn/base/input/output_schemas/execution_log.schema.txt +1 -0
  29. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/business_rules_L3.md +331 -0
  30. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/disruption_scenario_L3.md +146 -0
  31. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/docker-compose.yml +36 -0
  32. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/org_hierarchy.json +189 -0
  33. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/original_process.bpmn20.xml +312 -0
  34. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/original_process_diagram.png +3 -0
  35. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/stakeholder_artifacts/audit_post_mortem.md +48 -0
  36. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/stakeholder_artifacts/product_compliance_slack.md +35 -0
  37. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/stakeholder_artifacts/regulator_email_thread.md +47 -0
  38. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/stakeholder_artifacts/senior_leadership_memo.md +41 -0
  39. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/test_scenarios_L3.json +214 -0
  40. tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/task_prompt.md +246 -0
  41. tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/business_rules_L3.md +72 -0
  42. tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/disruption_scenario_L3.md +213 -0
  43. tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/docker-compose.yml +47 -0
  44. tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/org_hierarchy.json +149 -0
  45. tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/original_process.bpmn20.xml +793 -0
  46. tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/original_process_diagram.png +3 -0
  47. tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/test_scenarios_L3.json +905 -0
  48. tasks/business_finance/bpmn_supply_disruption_l3/base/input/task_prompt.md +183 -0
  49. tasks/business_finance/digital_marketing_ab_test_analysis_1/base/input/active_experiment_customers.csv +501 -0
  50. tasks/business_finance/digital_marketing_ab_test_analysis_1/base/input/eligible_population.csv +0 -0
.gitattributes ADDED
The diff for this file is too large to render. See raw diff
 
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - computer-use-agents
7
+ - agent-benchmark
8
+ - benchmark
9
+ - evaluation
10
+ pretty_name: Agents Last Exam — Task Input Data
11
+ viewer: false
12
+ ---
13
+
14
+ # Agents Last Exam — Task Input Data
15
+
16
+ Input files (the materials each task hands to the agent at run start) for the
17
+ Agents Last Exam (ALE) benchmark. Browsable per-task directory layout.
18
+
19
+ ## The Agents Last Exam dataset family
20
+
21
+ ALE is published as three companion HuggingFace datasets:
22
+
23
+ | Dataset | Contents | Access |
24
+ |---|---|---|
25
+ | [Task Card Metadata](https://huggingface.co/datasets/agents-last-exam/agents-last-exam) | One row per task: titles, prompts, taxonomy, input-file descriptors | Open |
26
+ | [Task Input Data](https://huggingface.co/datasets/agents-last-exam/agents-last-exam-data) | The `input/` files each task hands the agent at run start | Open |
27
+ | [Reference (Ground-Truth) Data](https://huggingface.co/datasets/agents-last-exam/agents-last-exam-reference) | The `reference/` outputs used to score runs | ⚠️ Gated (manual approval) |
28
+
29
+ **You are viewing: Task Input Data.**
30
+
31
+ - **Source repository:** https://github.com/rdi-berkeley/agents-last-exam
32
+ - **Official site:** [https://agents-last-exam.org](https://agents-last-exam.org)
33
+
34
+
35
+ ## Layout
36
+
37
+ ```
38
+ tasks/
39
+ <task_id>/ # e.g. business_finance/taxform_4_1
40
+ <variant>/ # variant name as defined in the source repo
41
+ input/ # files the agent receives at task start
42
+ ...
43
+ ```
44
+
45
+ ## What's Included
46
+
47
+ Only the `input/` subdirectory of each task variant. These are the materials
48
+ the agent is given when a run begins.
49
+
50
+ ## What's Excluded
51
+
52
+ - `reference/` — ground-truth outputs. Published separately in the **gated**
53
+ reference repo (see the family table above) to protect benchmark integrity.
54
+ - `software/` — large/licensed software fixtures.
55
+ - VM images and any internal artifacts.
tasks/agriculture_env/crop_rotation_d02/base/input/citation.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Data provenance and rights:
2
+ - Source file: seq1524_d02.gpkg
3
+ - Source dataset: Crop successions 2015-2024 (France mainland)
4
+ - Authors: Girault, Baptiste; Martin, Philippe
5
+ - File DOI: https://doi.org/10.57745/CCELQQ
6
+ - Dataset DOI: https://doi.org/10.57745/6G0JTJ
7
+ - Source repository: Recherche Data Gouv
8
+ - License: Etalab Open License 2.0
9
+ - Publication date: 2026-03-23
10
+ - This submission reuses the source data under Etalab Open License 2.0 with attribution.
11
+ - No endorsement by the original data providers or repository is implied.
tasks/agriculture_env/crop_rotation_d02/base/input/runtime_env/pyproject.toml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "crop-rotation-d02-runtime"
3
+ version = "0.1.0"
4
+ requires-python = ">=3.11,<3.14"
5
+ dependencies = [
6
+ "numpy==2.3.3",
7
+ "pandas==2.3.3",
8
+ "geopandas==1.1.1",
9
+ "shapely==2.1.2",
10
+ "pyogrio==0.11.1",
11
+ "fiona==1.10.1",
12
+ "pyproj==3.7.2",
13
+ ]
tasks/agriculture_env/crop_rotation_d02/base/input/runtime_env/requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ numpy==2.3.3
2
+ pandas==2.3.3
3
+ geopandas==1.1.1
4
+ shapely==2.1.2
5
+ pyogrio==0.11.1
6
+ fiona==1.10.1
7
+ pyproj==3.7.2
tasks/agriculture_env/crop_rotation_d02/base/input/runtime_env/uv.lock ADDED
@@ -0,0 +1,408 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = 1
2
+ revision = 3
3
+ requires-python = ">=3.11, <3.14"
4
+ resolution-markers = [
5
+ "python_full_version >= '3.12'",
6
+ "python_full_version < '3.12'",
7
+ ]
8
+
9
+ [[package]]
10
+ name = "attrs"
11
+ version = "26.1.0"
12
+ source = { registry = "https://pypi.org/simple" }
13
+ sdist = { url = "https://files.pythonhosted.org/packages/9a/8e/82a0fe20a541c03148528be8cac2408564a6c9a0cc7e9171802bc1d26985/attrs-26.1.0.tar.gz", hash = "sha256:d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32", size = 952055, upload-time = "2026-03-19T14:22:25.026Z" }
14
+ wheels = [
15
+ { url = "https://files.pythonhosted.org/packages/64/b4/17d4b0b2a2dc85a6df63d1157e028ed19f90d4cd97c36717afef2bc2f395/attrs-26.1.0-py3-none-any.whl", hash = "sha256:c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309", size = 67548, upload-time = "2026-03-19T14:22:23.645Z" },
16
+ ]
17
+
18
+ [[package]]
19
+ name = "certifi"
20
+ version = "2026.2.25"
21
+ source = { registry = "https://pypi.org/simple" }
22
+ sdist = { url = "https://files.pythonhosted.org/packages/af/2d/7bf41579a8986e348fa033a31cdd0e4121114f6bce2457e8876010b092dd/certifi-2026.2.25.tar.gz", hash = "sha256:e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7", size = 155029, upload-time = "2026-02-25T02:54:17.342Z" }
23
+ wheels = [
24
+ { url = "https://files.pythonhosted.org/packages/9a/3c/c17fb3ca2d9c3acff52e30b309f538586f9f5b9c9cf454f3845fc9af4881/certifi-2026.2.25-py3-none-any.whl", hash = "sha256:027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa", size = 153684, upload-time = "2026-02-25T02:54:15.766Z" },
25
+ ]
26
+
27
+ [[package]]
28
+ name = "click"
29
+ version = "8.3.2"
30
+ source = { registry = "https://pypi.org/simple" }
31
+ dependencies = [
32
+ { name = "colorama", marker = "sys_platform == 'win32'" },
33
+ ]
34
+ sdist = { url = "https://files.pythonhosted.org/packages/57/75/31212c6bf2503fdf920d87fee5d7a86a2e3bcf444984126f13d8e4016804/click-8.3.2.tar.gz", hash = "sha256:14162b8b3b3550a7d479eafa77dfd3c38d9dc8951f6f69c78913a8f9a7540fd5", size = 302856, upload-time = "2026-04-03T19:14:45.118Z" }
35
+ wheels = [
36
+ { url = "https://files.pythonhosted.org/packages/e4/20/71885d8b97d4f3dde17b1fdb92dbd4908b00541c5a3379787137285f602e/click-8.3.2-py3-none-any.whl", hash = "sha256:1924d2c27c5653561cd2cae4548d1406039cb79b858b747cfea24924bbc1616d", size = 108379, upload-time = "2026-04-03T19:14:43.505Z" },
37
+ ]
38
+
39
+ [[package]]
40
+ name = "click-plugins"
41
+ version = "1.1.1.2"
42
+ source = { registry = "https://pypi.org/simple" }
43
+ dependencies = [
44
+ { name = "click" },
45
+ ]
46
+ sdist = { url = "https://files.pythonhosted.org/packages/c3/a4/34847b59150da33690a36da3681d6bbc2ec14ee9a846bc30a6746e5984e4/click_plugins-1.1.1.2.tar.gz", hash = "sha256:d7af3984a99d243c131aa1a828331e7630f4a88a9741fd05c927b204bcf92261", size = 8343, upload-time = "2025-06-25T00:47:37.555Z" }
47
+ wheels = [
48
+ { url = "https://files.pythonhosted.org/packages/3d/9a/2abecb28ae875e39c8cad711eb1186d8d14eab564705325e77e4e6ab9ae5/click_plugins-1.1.1.2-py2.py3-none-any.whl", hash = "sha256:008d65743833ffc1f5417bf0e78e8d2c23aab04d9745ba817bd3e71b0feb6aa6", size = 11051, upload-time = "2025-06-25T00:47:36.731Z" },
49
+ ]
50
+
51
+ [[package]]
52
+ name = "cligj"
53
+ version = "0.7.2"
54
+ source = { registry = "https://pypi.org/simple" }
55
+ dependencies = [
56
+ { name = "click" },
57
+ ]
58
+ sdist = { url = "https://files.pythonhosted.org/packages/ea/0d/837dbd5d8430fd0f01ed72c4cfb2f548180f4c68c635df84ce87956cff32/cligj-0.7.2.tar.gz", hash = "sha256:a4bc13d623356b373c2c27c53dbd9c68cae5d526270bfa71f6c6fa69669c6b27", size = 9803, upload-time = "2021-05-28T21:23:27.935Z" }
59
+ wheels = [
60
+ { url = "https://files.pythonhosted.org/packages/73/86/43fa9f15c5b9fb6e82620428827cd3c284aa933431405d1bcf5231ae3d3e/cligj-0.7.2-py3-none-any.whl", hash = "sha256:c1ca117dbce1fe20a5809dc96f01e1c2840f6dcc939b3ddbb1111bf330ba82df", size = 7069, upload-time = "2021-05-28T21:23:26.877Z" },
61
+ ]
62
+
63
+ [[package]]
64
+ name = "colorama"
65
+ version = "0.4.6"
66
+ source = { registry = "https://pypi.org/simple" }
67
+ sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697, upload-time = "2022-10-25T02:36:22.414Z" }
68
+ wheels = [
69
+ { url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" },
70
+ ]
71
+
72
+ [[package]]
73
+ name = "crop-rotation-d02-runtime"
74
+ version = "0.1.0"
75
+ source = { virtual = "." }
76
+ dependencies = [
77
+ { name = "fiona" },
78
+ { name = "geopandas" },
79
+ { name = "numpy" },
80
+ { name = "pandas" },
81
+ { name = "pyogrio" },
82
+ { name = "pyproj" },
83
+ { name = "shapely" },
84
+ ]
85
+
86
+ [package.metadata]
87
+ requires-dist = [
88
+ { name = "fiona", specifier = "==1.10.1" },
89
+ { name = "geopandas", specifier = "==1.1.1" },
90
+ { name = "numpy", specifier = "==2.3.3" },
91
+ { name = "pandas", specifier = "==2.3.3" },
92
+ { name = "pyogrio", specifier = "==0.11.1" },
93
+ { name = "pyproj", specifier = "==3.7.2" },
94
+ { name = "shapely", specifier = "==2.1.2" },
95
+ ]
96
+
97
+ [[package]]
98
+ name = "fiona"
99
+ version = "1.10.1"
100
+ source = { registry = "https://pypi.org/simple" }
101
+ dependencies = [
102
+ { name = "attrs" },
103
+ { name = "certifi" },
104
+ { name = "click" },
105
+ { name = "click-plugins" },
106
+ { name = "cligj" },
107
+ ]
108
+ sdist = { url = "https://files.pythonhosted.org/packages/51/e0/71b63839cc609e1d62cea2fc9774aa605ece7ea78af823ff7a8f1c560e72/fiona-1.10.1.tar.gz", hash = "sha256:b00ae357669460c6491caba29c2022ff0acfcbde86a95361ea8ff5cd14a86b68", size = 444606, upload-time = "2024-09-16T20:15:47.074Z" }
109
+ wheels = [
110
+ { url = "https://files.pythonhosted.org/packages/2d/b9/7a8356cfaff8ef162bad44283554d3171e13032635b4f8e10e694a9596ee/fiona-1.10.1-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:98fe556058b370da07a84f6537c286f87eb4af2343d155fbd3fba5d38ac17ed7", size = 16144293, upload-time = "2024-09-16T20:14:34.519Z" },
111
+ { url = "https://files.pythonhosted.org/packages/65/0c/e8070b15c8303f60bd4444a120842597ccd6ed550548948e2e36cffbaa93/fiona-1.10.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:be29044d4aeebae92944b738160dc5f9afc4cdf04f551d59e803c5b910e17520", size = 14752213, upload-time = "2024-09-16T20:14:37.763Z" },
112
+ { url = "https://files.pythonhosted.org/packages/7b/2e/3f80ba2fda9b8686681f0a1b18c8e95ad152ada1d6fb1d3f25281d9229fd/fiona-1.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94bd3d448f09f85439e4b77c38b9de1aebe3eef24acc72bd631f75171cdfde51", size = 17272183, upload-time = "2024-09-16T20:14:42.389Z" },
113
+ { url = "https://files.pythonhosted.org/packages/95/32/c1d53b4d77926414ffdf5bd38344e900e378ae9ccb2a65754cdb6d5344c2/fiona-1.10.1-cp311-cp311-win_amd64.whl", hash = "sha256:30594c0cd8682c43fd01e7cdbe000f94540f8fa3b7cb5901e805c88c4ff2058b", size = 24489398, upload-time = "2024-09-16T20:14:46.233Z" },
114
+ { url = "https://files.pythonhosted.org/packages/73/ab/036c418d531afb74abe4ca9a8be487b863901fe7b42ddba1ba2fb0681d77/fiona-1.10.1-cp312-cp312-macosx_10_15_x86_64.whl", hash = "sha256:7338b8c68beb7934bde4ec9f49eb5044e5e484b92d940bc3ec27defdb2b06c67", size = 16114589, upload-time = "2024-09-16T20:14:49.307Z" },
115
+ { url = "https://files.pythonhosted.org/packages/ba/45/693c1cca53023aaf6e3adc11422080f5fa427484e7b85e48f19c40d6357f/fiona-1.10.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8c77fcfd3cdb0d3c97237965f8c60d1696a64923deeeb2d0b9810286cbe25911", size = 14754603, upload-time = "2024-09-16T20:14:53.829Z" },
116
+ { url = "https://files.pythonhosted.org/packages/dc/78/be204fb409b59876ef4658710a022794f16f779a3e9e7df654acc38b2104/fiona-1.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:537872cbc9bda7fcdf73851c91bc5338fca2b502c4c17049ccecaa13cde1f18f", size = 17223639, upload-time = "2024-09-16T20:14:57.146Z" },
117
+ { url = "https://files.pythonhosted.org/packages/7e/0d/914fd3c4c32043c2c512fa5021e83b2348e1b7a79365d75a0a37cb545362/fiona-1.10.1-cp312-cp312-win_amd64.whl", hash = "sha256:41cde2c52c614457e9094ea44b0d30483540789e62fe0fa758c2a2963e980817", size = 24464921, upload-time = "2024-09-16T20:15:01.121Z" },
118
+ { url = "https://files.pythonhosted.org/packages/c5/e0/665ce969cab6339c19527318534236e5e4184ee03b38cd474497ebd22f4d/fiona-1.10.1-cp313-cp313-macosx_10_15_x86_64.whl", hash = "sha256:a00b05935c9900678b2ca660026b39efc4e4b916983915d595964eb381763ae7", size = 16106571, upload-time = "2024-09-16T20:15:04.198Z" },
119
+ { url = "https://files.pythonhosted.org/packages/23/c8/150094fbc4220d22217f480cc67b6ee4c2f4324b4b58cd25527cd5905937/fiona-1.10.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f78b781d5bcbbeeddf1d52712f33458775dbb9fd1b2a39882c83618348dd730f", size = 14738178, upload-time = "2024-09-16T20:15:06.848Z" },
120
+ { url = "https://files.pythonhosted.org/packages/20/83/63da54032c0c03d4921b854111e33d3a1dadec5d2b7e741fba6c8c6486a6/fiona-1.10.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:29ceeb38e3cd30d91d68858d0817a1bb0c4f96340d334db4b16a99edb0902d35", size = 17221414, upload-time = "2024-09-16T20:15:09.606Z" },
121
+ { url = "https://files.pythonhosted.org/packages/60/14/5ef47002ef19bd5cfbc7a74b21c30ef83f22beb80609314ce0328989ceda/fiona-1.10.1-cp313-cp313-win_amd64.whl", hash = "sha256:15751c90e29cee1e01fcfedf42ab85987e32f0b593cf98d88ed52199ef5ca623", size = 24461486, upload-time = "2024-09-16T20:15:13.399Z" },
122
+ ]
123
+
124
+ [[package]]
125
+ name = "geopandas"
126
+ version = "1.1.1"
127
+ source = { registry = "https://pypi.org/simple" }
128
+ dependencies = [
129
+ { name = "numpy" },
130
+ { name = "packaging" },
131
+ { name = "pandas" },
132
+ { name = "pyogrio" },
133
+ { name = "pyproj" },
134
+ { name = "shapely" },
135
+ ]
136
+ sdist = { url = "https://files.pythonhosted.org/packages/8c/76/e1960ba846f153ab109575242abf89dc98f8e057faa32f3decf4cce9247a/geopandas-1.1.1.tar.gz", hash = "sha256:1745713f64d095c43e72e08e753dbd271678254b24f2e01db8cdb8debe1d293d", size = 332655, upload-time = "2025-06-26T21:04:56.57Z" }
137
+ wheels = [
138
+ { url = "https://files.pythonhosted.org/packages/0b/70/d5cd0696eff08e62fdbdebe5b46527facb4e7220eabe0ac6225efab50168/geopandas-1.1.1-py3-none-any.whl", hash = "sha256:589e61aaf39b19828843df16cb90234e72897e2579be236f10eee0d052ad98e8", size = 338365, upload-time = "2025-06-26T21:04:55.139Z" },
139
+ ]
140
+
141
+ [[package]]
142
+ name = "numpy"
143
+ version = "2.3.3"
144
+ source = { registry = "https://pypi.org/simple" }
145
+ sdist = { url = "https://files.pythonhosted.org/packages/d0/19/95b3d357407220ed24c139018d2518fab0a61a948e68286a25f1a4d049ff/numpy-2.3.3.tar.gz", hash = "sha256:ddc7c39727ba62b80dfdbedf400d1c10ddfa8eefbd7ec8dcb118be8b56d31029", size = 20576648, upload-time = "2025-09-09T16:54:12.543Z" }
146
+ wheels = [
147
+ { url = "https://files.pythonhosted.org/packages/7a/45/e80d203ef6b267aa29b22714fb558930b27960a0c5ce3c19c999232bb3eb/numpy-2.3.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0ffc4f5caba7dfcbe944ed674b7eef683c7e94874046454bb79ed7ee0236f59d", size = 21259253, upload-time = "2025-09-09T15:56:02.094Z" },
148
+ { url = "https://files.pythonhosted.org/packages/52/18/cf2c648fccf339e59302e00e5f2bc87725a3ce1992f30f3f78c9044d7c43/numpy-2.3.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e7e946c7170858a0295f79a60214424caac2ffdb0063d4d79cb681f9aa0aa569", size = 14450980, upload-time = "2025-09-09T15:56:05.926Z" },
149
+ { url = "https://files.pythonhosted.org/packages/93/fb/9af1082bec870188c42a1c239839915b74a5099c392389ff04215dcee812/numpy-2.3.3-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:cd4260f64bc794c3390a63bf0728220dd1a68170c169088a1e0dfa2fde1be12f", size = 5379709, upload-time = "2025-09-09T15:56:07.95Z" },
150
+ { url = "https://files.pythonhosted.org/packages/75/0f/bfd7abca52bcbf9a4a65abc83fe18ef01ccdeb37bfb28bbd6ad613447c79/numpy-2.3.3-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:f0ddb4b96a87b6728df9362135e764eac3cfa674499943ebc44ce96c478ab125", size = 6913923, upload-time = "2025-09-09T15:56:09.443Z" },
151
+ { url = "https://files.pythonhosted.org/packages/79/55/d69adad255e87ab7afda1caf93ca997859092afeb697703e2f010f7c2e55/numpy-2.3.3-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:afd07d377f478344ec6ca2b8d4ca08ae8bd44706763d1efb56397de606393f48", size = 14589591, upload-time = "2025-09-09T15:56:11.234Z" },
152
+ { url = "https://files.pythonhosted.org/packages/10/a2/010b0e27ddeacab7839957d7a8f00e91206e0c2c47abbb5f35a2630e5387/numpy-2.3.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bc92a5dedcc53857249ca51ef29f5e5f2f8c513e22cfb90faeb20343b8c6f7a6", size = 16938714, upload-time = "2025-09-09T15:56:14.637Z" },
153
+ { url = "https://files.pythonhosted.org/packages/1c/6b/12ce8ede632c7126eb2762b9e15e18e204b81725b81f35176eac14dc5b82/numpy-2.3.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:7af05ed4dc19f308e1d9fc759f36f21921eb7bbfc82843eeec6b2a2863a0aefa", size = 16370592, upload-time = "2025-09-09T15:56:17.285Z" },
154
+ { url = "https://files.pythonhosted.org/packages/b4/35/aba8568b2593067bb6a8fe4c52babb23b4c3b9c80e1b49dff03a09925e4a/numpy-2.3.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:433bf137e338677cebdd5beac0199ac84712ad9d630b74eceeb759eaa45ddf30", size = 18884474, upload-time = "2025-09-09T15:56:20.943Z" },
155
+ { url = "https://files.pythonhosted.org/packages/45/fa/7f43ba10c77575e8be7b0138d107e4f44ca4a1ef322cd16980ea3e8b8222/numpy-2.3.3-cp311-cp311-win32.whl", hash = "sha256:eb63d443d7b4ffd1e873f8155260d7f58e7e4b095961b01c91062935c2491e57", size = 6599794, upload-time = "2025-09-09T15:56:23.258Z" },
156
+ { url = "https://files.pythonhosted.org/packages/0a/a2/a4f78cb2241fe5664a22a10332f2be886dcdea8784c9f6a01c272da9b426/numpy-2.3.3-cp311-cp311-win_amd64.whl", hash = "sha256:ec9d249840f6a565f58d8f913bccac2444235025bbb13e9a4681783572ee3caa", size = 13088104, upload-time = "2025-09-09T15:56:25.476Z" },
157
+ { url = "https://files.pythonhosted.org/packages/79/64/e424e975adbd38282ebcd4891661965b78783de893b381cbc4832fb9beb2/numpy-2.3.3-cp311-cp311-win_arm64.whl", hash = "sha256:74c2a948d02f88c11a3c075d9733f1ae67d97c6bdb97f2bb542f980458b257e7", size = 10460772, upload-time = "2025-09-09T15:56:27.679Z" },
158
+ { url = "https://files.pythonhosted.org/packages/51/5d/bb7fc075b762c96329147799e1bcc9176ab07ca6375ea976c475482ad5b3/numpy-2.3.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:cfdd09f9c84a1a934cde1eec2267f0a43a7cd44b2cca4ff95b7c0d14d144b0bf", size = 20957014, upload-time = "2025-09-09T15:56:29.966Z" },
159
+ { url = "https://files.pythonhosted.org/packages/6b/0e/c6211bb92af26517acd52125a237a92afe9c3124c6a68d3b9f81b62a0568/numpy-2.3.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:cb32e3cf0f762aee47ad1ddc6672988f7f27045b0783c887190545baba73aa25", size = 14185220, upload-time = "2025-09-09T15:56:32.175Z" },
160
+ { url = "https://files.pythonhosted.org/packages/22/f2/07bb754eb2ede9073f4054f7c0286b0d9d2e23982e090a80d478b26d35ca/numpy-2.3.3-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:396b254daeb0a57b1fe0ecb5e3cff6fa79a380fa97c8f7781a6d08cd429418fe", size = 5113918, upload-time = "2025-09-09T15:56:34.175Z" },
161
+ { url = "https://files.pythonhosted.org/packages/81/0a/afa51697e9fb74642f231ea36aca80fa17c8fb89f7a82abd5174023c3960/numpy-2.3.3-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:067e3d7159a5d8f8a0b46ee11148fc35ca9b21f61e3c49fbd0a027450e65a33b", size = 6647922, upload-time = "2025-09-09T15:56:36.149Z" },
162
+ { url = "https://files.pythonhosted.org/packages/5d/f5/122d9cdb3f51c520d150fef6e87df9279e33d19a9611a87c0d2cf78a89f4/numpy-2.3.3-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1c02d0629d25d426585fb2e45a66154081b9fa677bc92a881ff1d216bc9919a8", size = 14281991, upload-time = "2025-09-09T15:56:40.548Z" },
163
+ { url = "https://files.pythonhosted.org/packages/51/64/7de3c91e821a2debf77c92962ea3fe6ac2bc45d0778c1cbe15d4fce2fd94/numpy-2.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d9192da52b9745f7f0766531dcfa978b7763916f158bb63bdb8a1eca0068ab20", size = 16641643, upload-time = "2025-09-09T15:56:43.343Z" },
164
+ { url = "https://files.pythonhosted.org/packages/30/e4/961a5fa681502cd0d68907818b69f67542695b74e3ceaa513918103b7e80/numpy-2.3.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:cd7de500a5b66319db419dc3c345244404a164beae0d0937283b907d8152e6ea", size = 16056787, upload-time = "2025-09-09T15:56:46.141Z" },
165
+ { url = "https://files.pythonhosted.org/packages/99/26/92c912b966e47fbbdf2ad556cb17e3a3088e2e1292b9833be1dfa5361a1a/numpy-2.3.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:93d4962d8f82af58f0b2eb85daaf1b3ca23fe0a85d0be8f1f2b7bb46034e56d7", size = 18579598, upload-time = "2025-09-09T15:56:49.844Z" },
166
+ { url = "https://files.pythonhosted.org/packages/17/b6/fc8f82cb3520768718834f310c37d96380d9dc61bfdaf05fe5c0b7653e01/numpy-2.3.3-cp312-cp312-win32.whl", hash = "sha256:5534ed6b92f9b7dca6c0a19d6df12d41c68b991cef051d108f6dbff3babc4ebf", size = 6320800, upload-time = "2025-09-09T15:56:52.499Z" },
167
+ { url = "https://files.pythonhosted.org/packages/32/ee/de999f2625b80d043d6d2d628c07d0d5555a677a3cf78fdf868d409b8766/numpy-2.3.3-cp312-cp312-win_amd64.whl", hash = "sha256:497d7cad08e7092dba36e3d296fe4c97708c93daf26643a1ae4b03f6294d30eb", size = 12786615, upload-time = "2025-09-09T15:56:54.422Z" },
168
+ { url = "https://files.pythonhosted.org/packages/49/6e/b479032f8a43559c383acb20816644f5f91c88f633d9271ee84f3b3a996c/numpy-2.3.3-cp312-cp312-win_arm64.whl", hash = "sha256:ca0309a18d4dfea6fc6262a66d06c26cfe4640c3926ceec90e57791a82b6eee5", size = 10195936, upload-time = "2025-09-09T15:56:56.541Z" },
169
+ { url = "https://files.pythonhosted.org/packages/7d/b9/984c2b1ee61a8b803bf63582b4ac4242cf76e2dbd663efeafcb620cc0ccb/numpy-2.3.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f5415fb78995644253370985342cd03572ef8620b934da27d77377a2285955bf", size = 20949588, upload-time = "2025-09-09T15:56:59.087Z" },
170
+ { url = "https://files.pythonhosted.org/packages/a6/e4/07970e3bed0b1384d22af1e9912527ecbeb47d3b26e9b6a3bced068b3bea/numpy-2.3.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:d00de139a3324e26ed5b95870ce63be7ec7352171bc69a4cf1f157a48e3eb6b7", size = 14177802, upload-time = "2025-09-09T15:57:01.73Z" },
171
+ { url = "https://files.pythonhosted.org/packages/35/c7/477a83887f9de61f1203bad89cf208b7c19cc9fef0cebef65d5a1a0619f2/numpy-2.3.3-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:9dc13c6a5829610cc07422bc74d3ac083bd8323f14e2827d992f9e52e22cd6a6", size = 5106537, upload-time = "2025-09-09T15:57:03.765Z" },
172
+ { url = "https://files.pythonhosted.org/packages/52/47/93b953bd5866a6f6986344d045a207d3f1cfbad99db29f534ea9cee5108c/numpy-2.3.3-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:d79715d95f1894771eb4e60fb23f065663b2298f7d22945d66877aadf33d00c7", size = 6640743, upload-time = "2025-09-09T15:57:07.921Z" },
173
+ { url = "https://files.pythonhosted.org/packages/23/83/377f84aaeb800b64c0ef4de58b08769e782edcefa4fea712910b6f0afd3c/numpy-2.3.3-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:952cfd0748514ea7c3afc729a0fc639e61655ce4c55ab9acfab14bda4f402b4c", size = 14278881, upload-time = "2025-09-09T15:57:11.349Z" },
174
+ { url = "https://files.pythonhosted.org/packages/9a/a5/bf3db6e66c4b160d6ea10b534c381a1955dfab34cb1017ea93aa33c70ed3/numpy-2.3.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5b83648633d46f77039c29078751f80da65aa64d5622a3cd62aaef9d835b6c93", size = 16636301, upload-time = "2025-09-09T15:57:14.245Z" },
175
+ { url = "https://files.pythonhosted.org/packages/a2/59/1287924242eb4fa3f9b3a2c30400f2e17eb2707020d1c5e3086fe7330717/numpy-2.3.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:b001bae8cea1c7dfdb2ae2b017ed0a6f2102d7a70059df1e338e307a4c78a8ae", size = 16053645, upload-time = "2025-09-09T15:57:16.534Z" },
176
+ { url = "https://files.pythonhosted.org/packages/e6/93/b3d47ed882027c35e94ac2320c37e452a549f582a5e801f2d34b56973c97/numpy-2.3.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8e9aced64054739037d42fb84c54dd38b81ee238816c948c8f3ed134665dcd86", size = 18578179, upload-time = "2025-09-09T15:57:18.883Z" },
177
+ { url = "https://files.pythonhosted.org/packages/20/d9/487a2bccbf7cc9d4bfc5f0f197761a5ef27ba870f1e3bbb9afc4bbe3fcc2/numpy-2.3.3-cp313-cp313-win32.whl", hash = "sha256:9591e1221db3f37751e6442850429b3aabf7026d3b05542d102944ca7f00c8a8", size = 6312250, upload-time = "2025-09-09T15:57:21.296Z" },
178
+ { url = "https://files.pythonhosted.org/packages/1b/b5/263ebbbbcede85028f30047eab3d58028d7ebe389d6493fc95ae66c636ab/numpy-2.3.3-cp313-cp313-win_amd64.whl", hash = "sha256:f0dadeb302887f07431910f67a14d57209ed91130be0adea2f9793f1a4f817cf", size = 12783269, upload-time = "2025-09-09T15:57:23.034Z" },
179
+ { url = "https://files.pythonhosted.org/packages/fa/75/67b8ca554bbeaaeb3fac2e8bce46967a5a06544c9108ec0cf5cece559b6c/numpy-2.3.3-cp313-cp313-win_arm64.whl", hash = "sha256:3c7cf302ac6e0b76a64c4aecf1a09e51abd9b01fc7feee80f6c43e3ab1b1dbc5", size = 10195314, upload-time = "2025-09-09T15:57:25.045Z" },
180
+ { url = "https://files.pythonhosted.org/packages/11/d0/0d1ddec56b162042ddfafeeb293bac672de9b0cfd688383590090963720a/numpy-2.3.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:eda59e44957d272846bb407aad19f89dc6f58fecf3504bd144f4c5cf81a7eacc", size = 21048025, upload-time = "2025-09-09T15:57:27.257Z" },
181
+ { url = "https://files.pythonhosted.org/packages/36/9e/1996ca6b6d00415b6acbdd3c42f7f03ea256e2c3f158f80bd7436a8a19f3/numpy-2.3.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:823d04112bc85ef5c4fda73ba24e6096c8f869931405a80aa8b0e604510a26bc", size = 14301053, upload-time = "2025-09-09T15:57:30.077Z" },
182
+ { url = "https://files.pythonhosted.org/packages/05/24/43da09aa764c68694b76e84b3d3f0c44cb7c18cdc1ba80e48b0ac1d2cd39/numpy-2.3.3-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:40051003e03db4041aa325da2a0971ba41cf65714e65d296397cc0e32de6018b", size = 5229444, upload-time = "2025-09-09T15:57:32.733Z" },
183
+ { url = "https://files.pythonhosted.org/packages/bc/14/50ffb0f22f7218ef8af28dd089f79f68289a7a05a208db9a2c5dcbe123c1/numpy-2.3.3-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:6ee9086235dd6ab7ae75aba5662f582a81ced49f0f1c6de4260a78d8f2d91a19", size = 6738039, upload-time = "2025-09-09T15:57:34.328Z" },
184
+ { url = "https://files.pythonhosted.org/packages/55/52/af46ac0795e09657d45a7f4db961917314377edecf66db0e39fa7ab5c3d3/numpy-2.3.3-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:94fcaa68757c3e2e668ddadeaa86ab05499a70725811e582b6a9858dd472fb30", size = 14352314, upload-time = "2025-09-09T15:57:36.255Z" },
185
+ { url = "https://files.pythonhosted.org/packages/a7/b1/dc226b4c90eb9f07a3fff95c2f0db3268e2e54e5cce97c4ac91518aee71b/numpy-2.3.3-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:da1a74b90e7483d6ce5244053399a614b1d6b7bc30a60d2f570e5071f8959d3e", size = 16701722, upload-time = "2025-09-09T15:57:38.622Z" },
186
+ { url = "https://files.pythonhosted.org/packages/9d/9d/9d8d358f2eb5eced14dba99f110d83b5cd9a4460895230f3b396ad19a323/numpy-2.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:2990adf06d1ecee3b3dcbb4977dfab6e9f09807598d647f04d385d29e7a3c3d3", size = 16132755, upload-time = "2025-09-09T15:57:41.16Z" },
187
+ { url = "https://files.pythonhosted.org/packages/b6/27/b3922660c45513f9377b3fb42240bec63f203c71416093476ec9aa0719dc/numpy-2.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:ed635ff692483b8e3f0fcaa8e7eb8a75ee71aa6d975388224f70821421800cea", size = 18651560, upload-time = "2025-09-09T15:57:43.459Z" },
188
+ { url = "https://files.pythonhosted.org/packages/5b/8e/3ab61a730bdbbc201bb245a71102aa609f0008b9ed15255500a99cd7f780/numpy-2.3.3-cp313-cp313t-win32.whl", hash = "sha256:a333b4ed33d8dc2b373cc955ca57babc00cd6f9009991d9edc5ddbc1bac36bcd", size = 6442776, upload-time = "2025-09-09T15:57:45.793Z" },
189
+ { url = "https://files.pythonhosted.org/packages/1c/3a/e22b766b11f6030dc2decdeff5c2fb1610768055603f9f3be88b6d192fb2/numpy-2.3.3-cp313-cp313t-win_amd64.whl", hash = "sha256:4384a169c4d8f97195980815d6fcad04933a7e1ab3b530921c3fef7a1c63426d", size = 12927281, upload-time = "2025-09-09T15:57:47.492Z" },
190
+ { url = "https://files.pythonhosted.org/packages/7b/42/c2e2bc48c5e9b2a83423f99733950fbefd86f165b468a3d85d52b30bf782/numpy-2.3.3-cp313-cp313t-win_arm64.whl", hash = "sha256:75370986cc0bc66f4ce5110ad35aae6d182cc4ce6433c40ad151f53690130bf1", size = 10265275, upload-time = "2025-09-09T15:57:49.647Z" },
191
+ { url = "https://files.pythonhosted.org/packages/b8/f2/7e0a37cfced2644c9563c529f29fa28acbd0960dde32ece683aafa6f4949/numpy-2.3.3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:1e02c7159791cd481e1e6d5ddd766b62a4d5acf8df4d4d1afe35ee9c5c33a41e", size = 21131019, upload-time = "2025-09-09T15:58:42.838Z" },
192
+ { url = "https://files.pythonhosted.org/packages/1a/7e/3291f505297ed63831135a6cc0f474da0c868a1f31b0dd9a9f03a7a0d2ed/numpy-2.3.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:dca2d0fc80b3893ae72197b39f69d55a3cd8b17ea1b50aa4c62de82419936150", size = 14376288, upload-time = "2025-09-09T15:58:45.425Z" },
193
+ { url = "https://files.pythonhosted.org/packages/bf/4b/ae02e985bdeee73d7b5abdefeb98aef1207e96d4c0621ee0cf228ddfac3c/numpy-2.3.3-pp311-pypy311_pp73-macosx_14_0_arm64.whl", hash = "sha256:99683cbe0658f8271b333a1b1b4bb3173750ad59c0c61f5bbdc5b318918fffe3", size = 5305425, upload-time = "2025-09-09T15:58:48.6Z" },
194
+ { url = "https://files.pythonhosted.org/packages/8b/eb/9df215d6d7250db32007941500dc51c48190be25f2401d5b2b564e467247/numpy-2.3.3-pp311-pypy311_pp73-macosx_14_0_x86_64.whl", hash = "sha256:d9d537a39cc9de668e5cd0e25affb17aec17b577c6b3ae8a3d866b479fbe88d0", size = 6819053, upload-time = "2025-09-09T15:58:50.401Z" },
195
+ { url = "https://files.pythonhosted.org/packages/57/62/208293d7d6b2a8998a4a1f23ac758648c3c32182d4ce4346062018362e29/numpy-2.3.3-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8596ba2f8af5f93b01d97563832686d20206d303024777f6dfc2e7c7c3f1850e", size = 14420354, upload-time = "2025-09-09T15:58:52.704Z" },
196
+ { url = "https://files.pythonhosted.org/packages/ed/0c/8e86e0ff7072e14a71b4c6af63175e40d1e7e933ce9b9e9f765a95b4e0c3/numpy-2.3.3-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e1ec5615b05369925bd1125f27df33f3b6c8bc10d788d5999ecd8769a1fa04db", size = 16760413, upload-time = "2025-09-09T15:58:55.027Z" },
197
+ { url = "https://files.pythonhosted.org/packages/af/11/0cc63f9f321ccf63886ac203336777140011fb669e739da36d8db3c53b98/numpy-2.3.3-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:2e267c7da5bf7309670523896df97f93f6e469fb931161f483cd6882b3b1a5dc", size = 12971844, upload-time = "2025-09-09T15:58:57.359Z" },
198
+ ]
199
+
200
+ [[package]]
201
+ name = "packaging"
202
+ version = "26.1"
203
+ source = { registry = "https://pypi.org/simple" }
204
+ sdist = { url = "https://files.pythonhosted.org/packages/df/de/0d2b39fb4af88a0258f3bac87dfcbb48e73fbdea4a2ed0e2213f9a4c2f9a/packaging-26.1.tar.gz", hash = "sha256:f042152b681c4bfac5cae2742a55e103d27ab2ec0f3d88037136b6bfe7c9c5de", size = 215519, upload-time = "2026-04-14T21:12:49.362Z" }
205
+ wheels = [
206
+ { url = "https://files.pythonhosted.org/packages/7a/c2/920ef838e2f0028c8262f16101ec09ebd5969864e5a64c4c05fad0617c56/packaging-26.1-py3-none-any.whl", hash = "sha256:5d9c0669c6285e491e0ced2eee587eaf67b670d94a19e94e3984a481aba6802f", size = 95831, upload-time = "2026-04-14T21:12:47.56Z" },
207
+ ]
208
+
209
+ [[package]]
210
+ name = "pandas"
211
+ version = "2.3.3"
212
+ source = { registry = "https://pypi.org/simple" }
213
+ dependencies = [
214
+ { name = "numpy" },
215
+ { name = "python-dateutil" },
216
+ { name = "pytz" },
217
+ { name = "tzdata" },
218
+ ]
219
+ sdist = { url = "https://files.pythonhosted.org/packages/33/01/d40b85317f86cf08d853a4f495195c73815fdf205eef3993821720274518/pandas-2.3.3.tar.gz", hash = "sha256:e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b", size = 4495223, upload-time = "2025-09-29T23:34:51.853Z" }
220
+ wheels = [
221
+ { url = "https://files.pythonhosted.org/packages/c1/fa/7ac648108144a095b4fb6aa3de1954689f7af60a14cf25583f4960ecb878/pandas-2.3.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:602b8615ebcc4a0c1751e71840428ddebeb142ec02c786e8ad6b1ce3c8dec523", size = 11578790, upload-time = "2025-09-29T23:18:30.065Z" },
222
+ { url = "https://files.pythonhosted.org/packages/9b/35/74442388c6cf008882d4d4bdfc4109be87e9b8b7ccd097ad1e7f006e2e95/pandas-2.3.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8fe25fc7b623b0ef6b5009149627e34d2a4657e880948ec3c840e9402e5c1b45", size = 10833831, upload-time = "2025-09-29T23:38:56.071Z" },
223
+ { url = "https://files.pythonhosted.org/packages/fe/e4/de154cbfeee13383ad58d23017da99390b91d73f8c11856f2095e813201b/pandas-2.3.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b468d3dad6ff947df92dcb32ede5b7bd41a9b3cceef0a30ed925f6d01fb8fa66", size = 12199267, upload-time = "2025-09-29T23:18:41.627Z" },
224
+ { url = "https://files.pythonhosted.org/packages/bf/c9/63f8d545568d9ab91476b1818b4741f521646cbdd151c6efebf40d6de6f7/pandas-2.3.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b98560e98cb334799c0b07ca7967ac361a47326e9b4e5a7dfb5ab2b1c9d35a1b", size = 12789281, upload-time = "2025-09-29T23:18:56.834Z" },
225
+ { url = "https://files.pythonhosted.org/packages/f2/00/a5ac8c7a0e67fd1a6059e40aa08fa1c52cc00709077d2300e210c3ce0322/pandas-2.3.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d37b5848ba49824e5c30bedb9c830ab9b7751fd049bc7914533e01c65f79791", size = 13240453, upload-time = "2025-09-29T23:19:09.247Z" },
226
+ { url = "https://files.pythonhosted.org/packages/27/4d/5c23a5bc7bd209231618dd9e606ce076272c9bc4f12023a70e03a86b4067/pandas-2.3.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:db4301b2d1f926ae677a751eb2bd0e8c5f5319c9cb3f88b0becbbb0b07b34151", size = 13890361, upload-time = "2025-09-29T23:19:25.342Z" },
227
+ { url = "https://files.pythonhosted.org/packages/8e/59/712db1d7040520de7a4965df15b774348980e6df45c129b8c64d0dbe74ef/pandas-2.3.3-cp311-cp311-win_amd64.whl", hash = "sha256:f086f6fe114e19d92014a1966f43a3e62285109afe874f067f5abbdcbb10e59c", size = 11348702, upload-time = "2025-09-29T23:19:38.296Z" },
228
+ { url = "https://files.pythonhosted.org/packages/9c/fb/231d89e8637c808b997d172b18e9d4a4bc7bf31296196c260526055d1ea0/pandas-2.3.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6d21f6d74eb1725c2efaa71a2bfc661a0689579b58e9c0ca58a739ff0b002b53", size = 11597846, upload-time = "2025-09-29T23:19:48.856Z" },
229
+ { url = "https://files.pythonhosted.org/packages/5c/bd/bf8064d9cfa214294356c2d6702b716d3cf3bb24be59287a6a21e24cae6b/pandas-2.3.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3fd2f887589c7aa868e02632612ba39acb0b8948faf5cc58f0850e165bd46f35", size = 10729618, upload-time = "2025-09-29T23:39:08.659Z" },
230
+ { url = "https://files.pythonhosted.org/packages/57/56/cf2dbe1a3f5271370669475ead12ce77c61726ffd19a35546e31aa8edf4e/pandas-2.3.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ecaf1e12bdc03c86ad4a7ea848d66c685cb6851d807a26aa245ca3d2017a1908", size = 11737212, upload-time = "2025-09-29T23:19:59.765Z" },
231
+ { url = "https://files.pythonhosted.org/packages/e5/63/cd7d615331b328e287d8233ba9fdf191a9c2d11b6af0c7a59cfcec23de68/pandas-2.3.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b3d11d2fda7eb164ef27ffc14b4fcab16a80e1ce67e9f57e19ec0afaf715ba89", size = 12362693, upload-time = "2025-09-29T23:20:14.098Z" },
232
+ { url = "https://files.pythonhosted.org/packages/a6/de/8b1895b107277d52f2b42d3a6806e69cfef0d5cf1d0ba343470b9d8e0a04/pandas-2.3.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a68e15f780eddf2b07d242e17a04aa187a7ee12b40b930bfdd78070556550e98", size = 12771002, upload-time = "2025-09-29T23:20:26.76Z" },
233
+ { url = "https://files.pythonhosted.org/packages/87/21/84072af3187a677c5893b170ba2c8fbe450a6ff911234916da889b698220/pandas-2.3.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:371a4ab48e950033bcf52b6527eccb564f52dc826c02afd9a1bc0ab731bba084", size = 13450971, upload-time = "2025-09-29T23:20:41.344Z" },
234
+ { url = "https://files.pythonhosted.org/packages/86/41/585a168330ff063014880a80d744219dbf1dd7a1c706e75ab3425a987384/pandas-2.3.3-cp312-cp312-win_amd64.whl", hash = "sha256:a16dcec078a01eeef8ee61bf64074b4e524a2a3f4b3be9326420cabe59c4778b", size = 10992722, upload-time = "2025-09-29T23:20:54.139Z" },
235
+ { url = "https://files.pythonhosted.org/packages/cd/4b/18b035ee18f97c1040d94debd8f2e737000ad70ccc8f5513f4eefad75f4b/pandas-2.3.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:56851a737e3470de7fa88e6131f41281ed440d29a9268dcbf0002da5ac366713", size = 11544671, upload-time = "2025-09-29T23:21:05.024Z" },
236
+ { url = "https://files.pythonhosted.org/packages/31/94/72fac03573102779920099bcac1c3b05975c2cb5f01eac609faf34bed1ca/pandas-2.3.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:bdcd9d1167f4885211e401b3036c0c8d9e274eee67ea8d0758a256d60704cfe8", size = 10680807, upload-time = "2025-09-29T23:21:15.979Z" },
237
+ { url = "https://files.pythonhosted.org/packages/16/87/9472cf4a487d848476865321de18cc8c920b8cab98453ab79dbbc98db63a/pandas-2.3.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e32e7cc9af0f1cc15548288a51a3b681cc2a219faa838e995f7dc53dbab1062d", size = 11709872, upload-time = "2025-09-29T23:21:27.165Z" },
238
+ { url = "https://files.pythonhosted.org/packages/15/07/284f757f63f8a8d69ed4472bfd85122bd086e637bf4ed09de572d575a693/pandas-2.3.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:318d77e0e42a628c04dc56bcef4b40de67918f7041c2b061af1da41dcff670ac", size = 12306371, upload-time = "2025-09-29T23:21:40.532Z" },
239
+ { url = "https://files.pythonhosted.org/packages/33/81/a3afc88fca4aa925804a27d2676d22dcd2031c2ebe08aabd0ae55b9ff282/pandas-2.3.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4e0a175408804d566144e170d0476b15d78458795bb18f1304fb94160cabf40c", size = 12765333, upload-time = "2025-09-29T23:21:55.77Z" },
240
+ { url = "https://files.pythonhosted.org/packages/8d/0f/b4d4ae743a83742f1153464cf1a8ecfafc3ac59722a0b5c8602310cb7158/pandas-2.3.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:93c2d9ab0fc11822b5eece72ec9587e172f63cff87c00b062f6e37448ced4493", size = 13418120, upload-time = "2025-09-29T23:22:10.109Z" },
241
+ { url = "https://files.pythonhosted.org/packages/4f/c7/e54682c96a895d0c808453269e0b5928a07a127a15704fedb643e9b0a4c8/pandas-2.3.3-cp313-cp313-win_amd64.whl", hash = "sha256:f8bfc0e12dc78f777f323f55c58649591b2cd0c43534e8355c51d3fede5f4dee", size = 10993991, upload-time = "2025-09-29T23:25:04.889Z" },
242
+ { url = "https://files.pythonhosted.org/packages/f9/ca/3f8d4f49740799189e1395812f3bf23b5e8fc7c190827d55a610da72ce55/pandas-2.3.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:75ea25f9529fdec2d2e93a42c523962261e567d250b0013b16210e1d40d7c2e5", size = 12048227, upload-time = "2025-09-29T23:22:24.343Z" },
243
+ { url = "https://files.pythonhosted.org/packages/0e/5a/f43efec3e8c0cc92c4663ccad372dbdff72b60bdb56b2749f04aa1d07d7e/pandas-2.3.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:74ecdf1d301e812db96a465a525952f4dde225fdb6d8e5a521d47e1f42041e21", size = 11411056, upload-time = "2025-09-29T23:22:37.762Z" },
244
+ { url = "https://files.pythonhosted.org/packages/46/b1/85331edfc591208c9d1a63a06baa67b21d332e63b7a591a5ba42a10bb507/pandas-2.3.3-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6435cb949cb34ec11cc9860246ccb2fdc9ecd742c12d3304989017d53f039a78", size = 11645189, upload-time = "2025-09-29T23:22:51.688Z" },
245
+ { url = "https://files.pythonhosted.org/packages/44/23/78d645adc35d94d1ac4f2a3c4112ab6f5b8999f4898b8cdf01252f8df4a9/pandas-2.3.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:900f47d8f20860de523a1ac881c4c36d65efcb2eb850e6948140fa781736e110", size = 12121912, upload-time = "2025-09-29T23:23:05.042Z" },
246
+ { url = "https://files.pythonhosted.org/packages/53/da/d10013df5e6aaef6b425aa0c32e1fc1f3e431e4bcabd420517dceadce354/pandas-2.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:a45c765238e2ed7d7c608fc5bc4a6f88b642f2f01e70c0c23d2224dd21829d86", size = 12712160, upload-time = "2025-09-29T23:23:28.57Z" },
247
+ { url = "https://files.pythonhosted.org/packages/bd/17/e756653095a083d8a37cbd816cb87148debcfcd920129b25f99dd8d04271/pandas-2.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:c4fc4c21971a1a9f4bdb4c73978c7f7256caa3e62b323f70d6cb80db583350bc", size = 13199233, upload-time = "2025-09-29T23:24:24.876Z" },
248
+ ]
249
+
250
+ [[package]]
251
+ name = "pyogrio"
252
+ version = "0.11.1"
253
+ source = { registry = "https://pypi.org/simple" }
254
+ dependencies = [
255
+ { name = "certifi" },
256
+ { name = "numpy" },
257
+ { name = "packaging" },
258
+ ]
259
+ sdist = { url = "https://files.pythonhosted.org/packages/bf/1d/ae0340237207664e2da1b77f2cdbcb5f81fd0fc9f3200a48ca993a5e12ef/pyogrio-0.11.1.tar.gz", hash = "sha256:e1441dc9c866f10d8e6ae7ea9249a10c1f57ea921b1f19a5b0977ab91ef8082c", size = 287267, upload-time = "2025-08-02T20:19:20.167Z" }
260
+ wheels = [
261
+ { url = "https://files.pythonhosted.org/packages/d0/81/50441f029609bcb883ee2738bdee3f81a998a11e4052b6ad0ef0ae4c0ae5/pyogrio-0.11.1-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:d36162ddc1a309bb941a3cfb550b8f88c862c67ef2f52df6460100e5e958bbc6", size = 19459279, upload-time = "2025-08-02T20:18:18.955Z" },
262
+ { url = "https://files.pythonhosted.org/packages/0d/4a/a3a2fae13e42ee98574b18591ddb66bca88bc1fa812c017437b42c85569f/pyogrio-0.11.1-cp311-cp311-macosx_12_0_x86_64.whl", hash = "sha256:845c78d5e7c9ec1c7d00250c07e144e5fe504fdb4ccdc141d9413f85b8c55c91", size = 20646364, upload-time = "2025-08-02T20:18:21.171Z" },
263
+ { url = "https://files.pythonhosted.org/packages/7d/f2/1dd5795f8cccf8f97d5ac7f28fee31fc1afc5f6bce9fab2ac4486ed3af44/pyogrio-0.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:50aa869509f189fa1bff4d90d2d4c7860b963e693af85f2957646306e882b631", size = 26999659, upload-time = "2025-08-02T20:18:25.482Z" },
264
+ { url = "https://files.pythonhosted.org/packages/ea/ef/4f8d61afb6798edde8bd6d2721032e868ff78a25395d9512f7e5e50b23c4/pyogrio-0.11.1-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:dd0f44dd2d849d32aea3f73647c74083996917e446479645bf93de6656160f2d", size = 26523036, upload-time = "2025-08-02T20:18:28.761Z" },
265
+ { url = "https://files.pythonhosted.org/packages/e7/99/81d9a441ac7709407750f359813889b9a3f6076999cb9ae8893d5ba7c707/pyogrio-0.11.1-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:36b910d4037694b2935b5b1c1eb757dcc2906dca05cb2992cbdaf1291b54ff97", size = 27678041, upload-time = "2025-08-02T20:18:31.103Z" },
266
+ { url = "https://files.pythonhosted.org/packages/74/4e/a5d00c30e5ca3f4133a425fe41531b219139ad4451ea8edc3520f221f9dd/pyogrio-0.11.1-cp311-cp311-win_amd64.whl", hash = "sha256:cb744097f302f19dcc5c93ee5e9cfd707b864c9a418e399f0908406a60003728", size = 19226619, upload-time = "2025-08-02T20:18:34.261Z" },
267
+ { url = "https://files.pythonhosted.org/packages/72/d3/2ba967ca4255cdfa130a6d8b437826488567b4bc1bb417c442bb43d62611/pyogrio-0.11.1-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:f186456ebe5d5f61e7bd883bad25a59d43d6304178d4f0d3e03273f42b40a4cc", size = 19450110, upload-time = "2025-08-02T20:18:36.643Z" },
268
+ { url = "https://files.pythonhosted.org/packages/5a/e1/3bc29ae71d24a91cf91f7413541e50acb7de2ce609587168ce2f4b405d3b/pyogrio-0.11.1-cp312-cp312-macosx_12_0_x86_64.whl", hash = "sha256:b8a199bc0e421eac444af96942b7553268e43d0cadf30d0d6d41017de05b7e9e", size = 20635348, upload-time = "2025-08-02T20:18:38.714Z" },
269
+ { url = "https://files.pythonhosted.org/packages/8c/b2/ec453e544370a90b4e8b2c6afa72501963ddc33afe883f0e5ba34af6a80f/pyogrio-0.11.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afce80b4b32f043fcf76a50e8572e3ad8d9d3e6abbbfa6137f0975ba55c4eeb8", size = 26980190, upload-time = "2025-08-02T20:18:41.197Z" },
270
+ { url = "https://files.pythonhosted.org/packages/b1/f6/337f122b58f697f807bf9093b606b33b3ef52fe06a21e88d8a9230844cc3/pyogrio-0.11.1-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:0cfd79caf0b8cb7bbf30b419dff7f21509169efcf4d431172c61b44fe1029dba", size = 26474852, upload-time = "2025-08-02T20:18:43.74Z" },
271
+ { url = "https://files.pythonhosted.org/packages/e6/0f/8193a4a879f1284d693793e59a2e185c8fd3c47cb562b0e5daf7289997ea/pyogrio-0.11.1-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:ab3aa6dbf2441d2407ce052233f2966324a3cff752bd43d99e4c779ea54e0a16", size = 27659721, upload-time = "2025-08-02T20:18:46.398Z" },
272
+ { url = "https://files.pythonhosted.org/packages/5f/7d/3e818625a435fcc196ea441a6ca8495f87dd1f1eebeb95760eb401ea425d/pyogrio-0.11.1-cp312-cp312-win_amd64.whl", hash = "sha256:cd10035eb3b5e5a43bdafbd777339d2274e9b75972658364f0ce31c4d3400d1e", size = 19219350, upload-time = "2025-08-02T20:18:48.866Z" },
273
+ { url = "https://files.pythonhosted.org/packages/f2/68/86328e36d010ee565ce0c65cdf9b830afcb1fb5972f537fe1cc561a49247/pyogrio-0.11.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:3b368c597357ff262f3b46591ded86409462ee594ef42556708b090d121f873c", size = 19445347, upload-time = "2025-08-02T20:18:51.088Z" },
274
+ { url = "https://files.pythonhosted.org/packages/20/bc/34bd87641fc2ecc6d842d6d758bbaa8d58aea4d36aa6a1111cbc9d450e74/pyogrio-0.11.1-cp313-cp313-macosx_12_0_x86_64.whl", hash = "sha256:1cb82cfd3493f32396e9c3f9255e17885610f62a323870947f4e04dd59bc3595", size = 20630594, upload-time = "2025-08-02T20:18:53.176Z" },
275
+ { url = "https://files.pythonhosted.org/packages/68/9a/41b72ffa3e21354eb9afbbae855c86b94dbf06b22e89c16a807cc8b22bd2/pyogrio-0.11.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d61aae22e67030fd354f03e21c6462537bf56160134dd8663709335a5a46b28", size = 26929440, upload-time = "2025-08-02T20:18:55.614Z" },
276
+ { url = "https://files.pythonhosted.org/packages/42/dd/c968c49a2e9b7c219eac0cc504241c21ef789f1f1b34d33780508cea9764/pyogrio-0.11.1-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:76150a3cd787c31628191c7abc6f8c796660125852fb65ae15dd7be1e9196816", size = 26433178, upload-time = "2025-08-02T20:18:58.274Z" },
277
+ { url = "https://files.pythonhosted.org/packages/89/a9/79eca15094f7806a3adcf0bb976ab4346b0fb1bd87956c1933df44546c14/pyogrio-0.11.1-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:e929452f6988c0365dd32ff2485d9488160a709fee28743abbbc18d663169ed0", size = 27616835, upload-time = "2025-08-02T20:19:01.112Z" },
278
+ { url = "https://files.pythonhosted.org/packages/2b/f3/7722bc81e9eee39b528c1cbc6289a26d2d3b1b187491ed8493457d6a3a0e/pyogrio-0.11.1-cp313-cp313-win_amd64.whl", hash = "sha256:d6d56862b89a05fccd7211171c88806b6ec9b5effb79bf807cce0a57c1f2a606", size = 19219088, upload-time = "2025-08-02T20:19:03.732Z" },
279
+ ]
280
+
281
+ [[package]]
282
+ name = "pyproj"
283
+ version = "3.7.2"
284
+ source = { registry = "https://pypi.org/simple" }
285
+ dependencies = [
286
+ { name = "certifi" },
287
+ ]
288
+ sdist = { url = "https://files.pythonhosted.org/packages/04/90/67bd7260b4ea9b8b20b4f58afef6c223ecb3abf368eb4ec5bc2cdef81b49/pyproj-3.7.2.tar.gz", hash = "sha256:39a0cf1ecc7e282d1d30f36594ebd55c9fae1fda8a2622cee5d100430628f88c", size = 226279, upload-time = "2025-08-14T12:05:42.18Z" }
289
+ wheels = [
290
+ { url = "https://files.pythonhosted.org/packages/a6/bd/f205552cd1713b08f93b09e39a3ec99edef0b3ebbbca67b486fdf1abe2de/pyproj-3.7.2-cp311-cp311-macosx_13_0_x86_64.whl", hash = "sha256:2514d61f24c4e0bb9913e2c51487ecdaeca5f8748d8313c933693416ca41d4d5", size = 6227022, upload-time = "2025-08-14T12:03:51.474Z" },
291
+ { url = "https://files.pythonhosted.org/packages/75/4c/9a937e659b8b418ab573c6d340d27e68716928953273e0837e7922fcac34/pyproj-3.7.2-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:8693ca3892d82e70de077701ee76dd13d7bca4ae1c9d1e739d72004df015923a", size = 4625810, upload-time = "2025-08-14T12:03:53.808Z" },
292
+ { url = "https://files.pythonhosted.org/packages/c0/7d/a9f41e814dc4d1dc54e95b2ccaf0b3ebe3eb18b1740df05fe334724c3d89/pyproj-3.7.2-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:5e26484d80fea56273ed1555abaea161e9661d81a6c07815d54b8e883d4ceb25", size = 9638694, upload-time = "2025-08-14T12:03:55.669Z" },
293
+ { url = "https://files.pythonhosted.org/packages/ad/ab/9bdb4a6216b712a1f9aab1c0fcbee5d3726f34a366f29c3e8c08a78d6b70/pyproj-3.7.2-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:281cb92847814e8018010c48b4069ff858a30236638631c1a91dd7bfa68f8a8a", size = 9493977, upload-time = "2025-08-14T12:03:57.937Z" },
294
+ { url = "https://files.pythonhosted.org/packages/c9/db/2db75b1b6190f1137b1c4e8ef6a22e1c338e46320f6329bfac819143e063/pyproj-3.7.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:9c8577f0b7bb09118ec2e57e3babdc977127dd66326d6c5d755c76b063e6d9dc", size = 10841151, upload-time = "2025-08-14T12:04:00.271Z" },
295
+ { url = "https://files.pythonhosted.org/packages/89/f7/989643394ba23a286e9b7b3f09981496172f9e0d4512457ffea7dc47ffc7/pyproj-3.7.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a23f59904fac3a5e7364b3aa44d288234af267ca041adb2c2b14a903cd5d3ac5", size = 10751585, upload-time = "2025-08-14T12:04:02.228Z" },
296
+ { url = "https://files.pythonhosted.org/packages/53/6d/ad928fe975a6c14a093c92e6a319ca18f479f3336bb353a740bdba335681/pyproj-3.7.2-cp311-cp311-win32.whl", hash = "sha256:f2af4ed34b2cf3e031a2d85b067a3ecbd38df073c567e04b52fa7a0202afde8a", size = 5908533, upload-time = "2025-08-14T12:04:04.821Z" },
297
+ { url = "https://files.pythonhosted.org/packages/79/e0/b95584605cec9ed50b7ebaf7975d1c4ddeec5a86b7a20554ed8b60042bd7/pyproj-3.7.2-cp311-cp311-win_amd64.whl", hash = "sha256:0b7cb633565129677b2a183c4d807c727d1c736fcb0568a12299383056e67433", size = 6320742, upload-time = "2025-08-14T12:04:06.357Z" },
298
+ { url = "https://files.pythonhosted.org/packages/b7/4d/536e8f93bca808175c2d0a5ac9fdf69b960d8ab6b14f25030dccb07464d7/pyproj-3.7.2-cp311-cp311-win_arm64.whl", hash = "sha256:38b08d85e3a38e455625b80e9eb9f78027c8e2649a21dec4df1f9c3525460c71", size = 6245772, upload-time = "2025-08-14T12:04:08.365Z" },
299
+ { url = "https://files.pythonhosted.org/packages/8d/ab/9893ea9fb066be70ed9074ae543914a618c131ed8dff2da1e08b3a4df4db/pyproj-3.7.2-cp312-cp312-macosx_13_0_x86_64.whl", hash = "sha256:0a9bb26a6356fb5b033433a6d1b4542158fb71e3c51de49b4c318a1dff3aeaab", size = 6219832, upload-time = "2025-08-14T12:04:10.264Z" },
300
+ { url = "https://files.pythonhosted.org/packages/53/78/4c64199146eed7184eb0e85bedec60a4aa8853b6ffe1ab1f3a8b962e70a0/pyproj-3.7.2-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:567caa03021178861fad27fabde87500ec6d2ee173dd32f3e2d9871e40eebd68", size = 4620650, upload-time = "2025-08-14T12:04:11.978Z" },
301
+ { url = "https://files.pythonhosted.org/packages/b6/ac/14a78d17943898a93ef4f8c6a9d4169911c994e3161e54a7cedeba9d8dde/pyproj-3.7.2-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:c203101d1dc3c038a56cff0447acc515dd29d6e14811406ac539c21eed422b2a", size = 9667087, upload-time = "2025-08-14T12:04:13.964Z" },
302
+ { url = "https://files.pythonhosted.org/packages/b8/be/212882c450bba74fc8d7d35cbd57e4af84792f0a56194819d98106b075af/pyproj-3.7.2-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:1edc34266c0c23ced85f95a1ee8b47c9035eae6aca5b6b340327250e8e281630", size = 9552797, upload-time = "2025-08-14T12:04:16.624Z" },
303
+ { url = "https://files.pythonhosted.org/packages/ba/c0/c0f25c87b5d2a8686341c53c1792a222a480d6c9caf60311fec12c99ec26/pyproj-3.7.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:aa9f26c21bc0e2dc3d224cb1eb4020cf23e76af179a7c66fea49b828611e4260", size = 10837036, upload-time = "2025-08-14T12:04:18.733Z" },
304
+ { url = "https://files.pythonhosted.org/packages/5d/37/5cbd6772addde2090c91113332623a86e8c7d583eccb2ad02ea634c4a89f/pyproj-3.7.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f9428b318530625cb389b9ddc9c51251e172808a4af79b82809376daaeabe5e9", size = 10775952, upload-time = "2025-08-14T12:04:20.709Z" },
305
+ { url = "https://files.pythonhosted.org/packages/69/a1/dc250e3cf83eb4b3b9a2cf86fdb5e25288bd40037ae449695550f9e96b2f/pyproj-3.7.2-cp312-cp312-win32.whl", hash = "sha256:b3d99ed57d319da042f175f4554fc7038aa4bcecc4ac89e217e350346b742c9d", size = 5898872, upload-time = "2025-08-14T12:04:22.485Z" },
306
+ { url = "https://files.pythonhosted.org/packages/4a/a6/6fe724b72b70f2b00152d77282e14964d60ab092ec225e67c196c9b463e5/pyproj-3.7.2-cp312-cp312-win_amd64.whl", hash = "sha256:11614a054cd86a2ed968a657d00987a86eeb91fdcbd9ad3310478685dc14a128", size = 6312176, upload-time = "2025-08-14T12:04:24.736Z" },
307
+ { url = "https://files.pythonhosted.org/packages/5d/68/915cc32c02a91e76d02c8f55d5a138d6ef9e47a0d96d259df98f4842e558/pyproj-3.7.2-cp312-cp312-win_arm64.whl", hash = "sha256:509a146d1398bafe4f53273398c3bb0b4732535065fa995270e52a9d3676bca3", size = 6233452, upload-time = "2025-08-14T12:04:27.287Z" },
308
+ { url = "https://files.pythonhosted.org/packages/be/14/faf1b90d267cea68d7e70662e7f88cefdb1bc890bd596c74b959e0517a72/pyproj-3.7.2-cp313-cp313-macosx_13_0_x86_64.whl", hash = "sha256:19466e529b1b15eeefdf8ff26b06fa745856c044f2f77bf0edbae94078c1dfa1", size = 6214580, upload-time = "2025-08-14T12:04:28.804Z" },
309
+ { url = "https://files.pythonhosted.org/packages/35/48/da9a45b184d375f62667f62eba0ca68569b0bd980a0bb7ffcc1d50440520/pyproj-3.7.2-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:c79b9b84c4a626c5dc324c0d666be0bfcebd99f7538d66e8898c2444221b3da7", size = 4615388, upload-time = "2025-08-14T12:04:30.553Z" },
310
+ { url = "https://files.pythonhosted.org/packages/5e/e7/d2b459a4a64bca328b712c1b544e109df88e5c800f7c143cfbc404d39bfb/pyproj-3.7.2-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:ceecf374cacca317bc09e165db38ac548ee3cad07c3609442bd70311c59c21aa", size = 9628455, upload-time = "2025-08-14T12:04:32.435Z" },
311
+ { url = "https://files.pythonhosted.org/packages/f8/85/c2b1706e51942de19076eff082f8495e57d5151364e78b5bef4af4a1d94a/pyproj-3.7.2-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:5141a538ffdbe4bfd157421828bb2e07123a90a7a2d6f30fa1462abcfb5ce681", size = 9514269, upload-time = "2025-08-14T12:04:34.599Z" },
312
+ { url = "https://files.pythonhosted.org/packages/34/38/07a9b89ae7467872f9a476883a5bad9e4f4d1219d31060f0f2b282276cbe/pyproj-3.7.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f000841e98ea99acbb7b8ca168d67773b0191de95187228a16110245c5d954d5", size = 10808437, upload-time = "2025-08-14T12:04:36.485Z" },
313
+ { url = "https://files.pythonhosted.org/packages/12/56/fda1daeabbd39dec5b07f67233d09f31facb762587b498e6fc4572be9837/pyproj-3.7.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8115faf2597f281a42ab608ceac346b4eb1383d3b45ab474fd37341c4bf82a67", size = 10745540, upload-time = "2025-08-14T12:04:38.568Z" },
314
+ { url = "https://files.pythonhosted.org/packages/0d/90/c793182cbba65a39a11db2ac6b479fe76c59e6509ae75e5744c344a0da9d/pyproj-3.7.2-cp313-cp313-win32.whl", hash = "sha256:f18c0579dd6be00b970cb1a6719197fceecc407515bab37da0066f0184aafdf3", size = 5896506, upload-time = "2025-08-14T12:04:41.059Z" },
315
+ { url = "https://files.pythonhosted.org/packages/be/0f/747974129cf0d800906f81cd25efd098c96509026e454d4b66868779ab04/pyproj-3.7.2-cp313-cp313-win_amd64.whl", hash = "sha256:bb41c29d5f60854b1075853fe80c58950b398d4ebb404eb532536ac8d2834ed7", size = 6310195, upload-time = "2025-08-14T12:04:42.974Z" },
316
+ { url = "https://files.pythonhosted.org/packages/82/64/fc7598a53172c4931ec6edf5228280663063150625d3f6423b4c20f9daff/pyproj-3.7.2-cp313-cp313-win_arm64.whl", hash = "sha256:2b617d573be4118c11cd96b8891a0b7f65778fa7733ed8ecdb297a447d439100", size = 6230748, upload-time = "2025-08-14T12:04:44.491Z" },
317
+ { url = "https://files.pythonhosted.org/packages/aa/f0/611dd5cddb0d277f94b7af12981f56e1441bf8d22695065d4f0df5218498/pyproj-3.7.2-cp313-cp313t-macosx_13_0_x86_64.whl", hash = "sha256:d27b48f0e81beeaa2b4d60c516c3a1cfbb0c7ff6ef71256d8e9c07792f735279", size = 6241729, upload-time = "2025-08-14T12:04:46.274Z" },
318
+ { url = "https://files.pythonhosted.org/packages/15/93/40bd4a6c523ff9965e480870611aed7eda5aa2c6128c6537345a2b77b542/pyproj-3.7.2-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:55a3610d75023c7b1c6e583e48ef8f62918e85a2ae81300569d9f104d6684bb6", size = 4652497, upload-time = "2025-08-14T12:04:48.203Z" },
319
+ { url = "https://files.pythonhosted.org/packages/1b/ae/7150ead53c117880b35e0d37960d3138fe640a235feb9605cb9386f50bb0/pyproj-3.7.2-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:8d7349182fa622696787cc9e195508d2a41a64765da9b8a6bee846702b9e6220", size = 9942610, upload-time = "2025-08-14T12:04:49.652Z" },
320
+ { url = "https://files.pythonhosted.org/packages/d8/17/7a4a7eafecf2b46ab64e5c08176c20ceb5844b503eaa551bf12ccac77322/pyproj-3.7.2-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:d230b186eb876ed4f29a7c5ee310144c3a0e44e89e55f65fb3607e13f6db337c", size = 9692390, upload-time = "2025-08-14T12:04:51.731Z" },
321
+ { url = "https://files.pythonhosted.org/packages/c3/55/ae18f040f6410f0ea547a21ada7ef3e26e6c82befa125b303b02759c0e9d/pyproj-3.7.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:237499c7862c578d0369e2b8ac56eec550e391a025ff70e2af8417139dabb41c", size = 11047596, upload-time = "2025-08-14T12:04:53.748Z" },
322
+ { url = "https://files.pythonhosted.org/packages/e6/2e/d3fff4d2909473f26ae799f9dda04caa322c417a51ff3b25763f7d03b233/pyproj-3.7.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:8c225f5978abd506fd9a78eaaf794435e823c9156091cabaab5374efb29d7f69", size = 10896975, upload-time = "2025-08-14T12:04:55.875Z" },
323
+ { url = "https://files.pythonhosted.org/packages/f2/bc/8fc7d3963d87057b7b51ebe68c1e7c51c23129eee5072ba6b86558544a46/pyproj-3.7.2-cp313-cp313t-win32.whl", hash = "sha256:2da731876d27639ff9d2d81c151f6ab90a1546455fabd93368e753047be344a2", size = 5953057, upload-time = "2025-08-14T12:04:58.466Z" },
324
+ { url = "https://files.pythonhosted.org/packages/cc/27/ea9809966cc47d2d51e6d5ae631ea895f7c7c7b9b3c29718f900a8f7d197/pyproj-3.7.2-cp313-cp313t-win_amd64.whl", hash = "sha256:f54d91ae18dd23b6c0ab48126d446820e725419da10617d86a1b69ada6d881d3", size = 6375414, upload-time = "2025-08-14T12:04:59.861Z" },
325
+ { url = "https://files.pythonhosted.org/packages/5b/f8/1ef0129fba9a555c658e22af68989f35e7ba7b9136f25758809efec0cd6e/pyproj-3.7.2-cp313-cp313t-win_arm64.whl", hash = "sha256:fc52ba896cfc3214dc9f9ca3c0677a623e8fdd096b257c14a31e719d21ff3fdd", size = 6262501, upload-time = "2025-08-14T12:05:01.39Z" },
326
+ ]
327
+
328
+ [[package]]
329
+ name = "python-dateutil"
330
+ version = "2.9.0.post0"
331
+ source = { registry = "https://pypi.org/simple" }
332
+ dependencies = [
333
+ { name = "six" },
334
+ ]
335
+ sdist = { url = "https://files.pythonhosted.org/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", size = 342432, upload-time = "2024-03-01T18:36:20.211Z" }
336
+ wheels = [
337
+ { url = "https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427", size = 229892, upload-time = "2024-03-01T18:36:18.57Z" },
338
+ ]
339
+
340
+ [[package]]
341
+ name = "pytz"
342
+ version = "2026.1.post1"
343
+ source = { registry = "https://pypi.org/simple" }
344
+ sdist = { url = "https://files.pythonhosted.org/packages/56/db/b8721d71d945e6a8ac63c0fc900b2067181dbb50805958d4d4661cf7d277/pytz-2026.1.post1.tar.gz", hash = "sha256:3378dde6a0c3d26719182142c56e60c7f9af7e968076f31aae569d72a0358ee1", size = 321088, upload-time = "2026-03-03T07:47:50.683Z" }
345
+ wheels = [
346
+ { url = "https://files.pythonhosted.org/packages/10/99/781fe0c827be2742bcc775efefccb3b048a3a9c6ce9aec0cbf4a101677e5/pytz-2026.1.post1-py2.py3-none-any.whl", hash = "sha256:f2fd16142fda348286a75e1a524be810bb05d444e5a081f37f7affc635035f7a", size = 510489, upload-time = "2026-03-03T07:47:49.167Z" },
347
+ ]
348
+
349
+ [[package]]
350
+ name = "shapely"
351
+ version = "2.1.2"
352
+ source = { registry = "https://pypi.org/simple" }
353
+ dependencies = [
354
+ { name = "numpy" },
355
+ ]
356
+ sdist = { url = "https://files.pythonhosted.org/packages/4d/bc/0989043118a27cccb4e906a46b7565ce36ca7b57f5a18b78f4f1b0f72d9d/shapely-2.1.2.tar.gz", hash = "sha256:2ed4ecb28320a433db18a5bf029986aa8afcfd740745e78847e330d5d94922a9", size = 315489, upload-time = "2025-09-24T13:51:41.432Z" }
357
+ wheels = [
358
+ { url = "https://files.pythonhosted.org/packages/8f/8d/1ff672dea9ec6a7b5d422eb6d095ed886e2e523733329f75fdcb14ee1149/shapely-2.1.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:91121757b0a36c9aac3427a651a7e6567110a4a67c97edf04f8d55d4765f6618", size = 1820038, upload-time = "2025-09-24T13:50:15.628Z" },
359
+ { url = "https://files.pythonhosted.org/packages/4f/ce/28fab8c772ce5db23a0d86bf0adaee0c4c79d5ad1db766055fa3dab442e2/shapely-2.1.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:16a9c722ba774cf50b5d4541242b4cce05aafd44a015290c82ba8a16931ff63d", size = 1626039, upload-time = "2025-09-24T13:50:16.881Z" },
360
+ { url = "https://files.pythonhosted.org/packages/70/8b/868b7e3f4982f5006e9395c1e12343c66a8155c0374fdc07c0e6a1ab547d/shapely-2.1.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:cc4f7397459b12c0b196c9efe1f9d7e92463cbba142632b4cc6d8bbbbd3e2b09", size = 3001519, upload-time = "2025-09-24T13:50:18.606Z" },
361
+ { url = "https://files.pythonhosted.org/packages/13/02/58b0b8d9c17c93ab6340edd8b7308c0c5a5b81f94ce65705819b7416dba5/shapely-2.1.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:136ab87b17e733e22f0961504d05e77e7be8c9b5a8184f685b4a91a84efe3c26", size = 3110842, upload-time = "2025-09-24T13:50:21.77Z" },
362
+ { url = "https://files.pythonhosted.org/packages/af/61/8e389c97994d5f331dcffb25e2fa761aeedfb52b3ad9bcdd7b8671f4810a/shapely-2.1.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:16c5d0fc45d3aa0a69074979f4f1928ca2734fb2e0dde8af9611e134e46774e7", size = 4021316, upload-time = "2025-09-24T13:50:23.626Z" },
363
+ { url = "https://files.pythonhosted.org/packages/d3/d4/9b2a9fe6039f9e42ccf2cb3e84f219fd8364b0c3b8e7bbc857b5fbe9c14c/shapely-2.1.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6ddc759f72b5b2b0f54a7e7cde44acef680a55019eb52ac63a7af2cf17cb9cd2", size = 4178586, upload-time = "2025-09-24T13:50:25.443Z" },
364
+ { url = "https://files.pythonhosted.org/packages/16/f6/9840f6963ed4decf76b08fd6d7fed14f8779fb7a62cb45c5617fa8ac6eab/shapely-2.1.2-cp311-cp311-win32.whl", hash = "sha256:2fa78b49485391224755a856ed3b3bd91c8455f6121fee0db0e71cefb07d0ef6", size = 1543961, upload-time = "2025-09-24T13:50:26.968Z" },
365
+ { url = "https://files.pythonhosted.org/packages/38/1e/3f8ea46353c2a33c1669eb7327f9665103aa3a8dfe7f2e4ef714c210b2c2/shapely-2.1.2-cp311-cp311-win_amd64.whl", hash = "sha256:c64d5c97b2f47e3cd9b712eaced3b061f2b71234b3fc263e0fcf7d889c6559dc", size = 1722856, upload-time = "2025-09-24T13:50:28.497Z" },
366
+ { url = "https://files.pythonhosted.org/packages/24/c0/f3b6453cf2dfa99adc0ba6675f9aaff9e526d2224cbd7ff9c1a879238693/shapely-2.1.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:fe2533caae6a91a543dec62e8360fe86ffcdc42a7c55f9dfd0128a977a896b94", size = 1833550, upload-time = "2025-09-24T13:50:30.019Z" },
367
+ { url = "https://files.pythonhosted.org/packages/86/07/59dee0bc4b913b7ab59ab1086225baca5b8f19865e6101db9ebb7243e132/shapely-2.1.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ba4d1333cc0bc94381d6d4308d2e4e008e0bd128bdcff5573199742ee3634359", size = 1643556, upload-time = "2025-09-24T13:50:32.291Z" },
368
+ { url = "https://files.pythonhosted.org/packages/26/29/a5397e75b435b9895cd53e165083faed5d12fd9626eadec15a83a2411f0f/shapely-2.1.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:0bd308103340030feef6c111d3eb98d50dc13feea33affc8a6f9fa549e9458a3", size = 2988308, upload-time = "2025-09-24T13:50:33.862Z" },
369
+ { url = "https://files.pythonhosted.org/packages/b9/37/e781683abac55dde9771e086b790e554811a71ed0b2b8a1e789b7430dd44/shapely-2.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1e7d4d7ad262a48bb44277ca12c7c78cb1b0f56b32c10734ec9a1d30c0b0c54b", size = 3099844, upload-time = "2025-09-24T13:50:35.459Z" },
370
+ { url = "https://files.pythonhosted.org/packages/d8/f3/9876b64d4a5a321b9dc482c92bb6f061f2fa42131cba643c699f39317cb9/shapely-2.1.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e9eddfe513096a71896441a7c37db72da0687b34752c4e193577a145c71736fc", size = 3988842, upload-time = "2025-09-24T13:50:37.478Z" },
371
+ { url = "https://files.pythonhosted.org/packages/d1/a0/704c7292f7014c7e74ec84eddb7b109e1fbae74a16deae9c1504b1d15565/shapely-2.1.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:980c777c612514c0cf99bc8a9de6d286f5e186dcaf9091252fcd444e5638193d", size = 4152714, upload-time = "2025-09-24T13:50:39.9Z" },
372
+ { url = "https://files.pythonhosted.org/packages/53/46/319c9dc788884ad0785242543cdffac0e6530e4d0deb6c4862bc4143dcf3/shapely-2.1.2-cp312-cp312-win32.whl", hash = "sha256:9111274b88e4d7b54a95218e243282709b330ef52b7b86bc6aaf4f805306f454", size = 1542745, upload-time = "2025-09-24T13:50:41.414Z" },
373
+ { url = "https://files.pythonhosted.org/packages/ec/bf/cb6c1c505cb31e818e900b9312d514f381fbfa5c4363edfce0fcc4f8c1a4/shapely-2.1.2-cp312-cp312-win_amd64.whl", hash = "sha256:743044b4cfb34f9a67205cee9279feaf60ba7d02e69febc2afc609047cb49179", size = 1722861, upload-time = "2025-09-24T13:50:43.35Z" },
374
+ { url = "https://files.pythonhosted.org/packages/c3/90/98ef257c23c46425dc4d1d31005ad7c8d649fe423a38b917db02c30f1f5a/shapely-2.1.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b510dda1a3672d6879beb319bc7c5fd302c6c354584690973c838f46ec3e0fa8", size = 1832644, upload-time = "2025-09-24T13:50:44.886Z" },
375
+ { url = "https://files.pythonhosted.org/packages/6d/ab/0bee5a830d209adcd3a01f2d4b70e587cdd9fd7380d5198c064091005af8/shapely-2.1.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:8cff473e81017594d20ec55d86b54bc635544897e13a7cfc12e36909c5309a2a", size = 1642887, upload-time = "2025-09-24T13:50:46.735Z" },
376
+ { url = "https://files.pythonhosted.org/packages/2d/5e/7d7f54ba960c13302584c73704d8c4d15404a51024631adb60b126a4ae88/shapely-2.1.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:fe7b77dc63d707c09726b7908f575fc04ff1d1ad0f3fb92aec212396bc6cfe5e", size = 2970931, upload-time = "2025-09-24T13:50:48.374Z" },
377
+ { url = "https://files.pythonhosted.org/packages/f2/a2/83fc37e2a58090e3d2ff79175a95493c664bcd0b653dd75cb9134645a4e5/shapely-2.1.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7ed1a5bbfb386ee8332713bf7508bc24e32d24b74fc9a7b9f8529a55db9f4ee6", size = 3082855, upload-time = "2025-09-24T13:50:50.037Z" },
378
+ { url = "https://files.pythonhosted.org/packages/44/2b/578faf235a5b09f16b5f02833c53822294d7f21b242f8e2d0cf03fb64321/shapely-2.1.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a84e0582858d841d54355246ddfcbd1fce3179f185da7470f41ce39d001ee1af", size = 3979960, upload-time = "2025-09-24T13:50:51.74Z" },
379
+ { url = "https://files.pythonhosted.org/packages/4d/04/167f096386120f692cc4ca02f75a17b961858997a95e67a3cb6a7bbd6b53/shapely-2.1.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:dc3487447a43d42adcdf52d7ac73804f2312cbfa5d433a7d2c506dcab0033dfd", size = 4142851, upload-time = "2025-09-24T13:50:53.49Z" },
380
+ { url = "https://files.pythonhosted.org/packages/48/74/fb402c5a6235d1c65a97348b48cdedb75fb19eca2b1d66d04969fc1c6091/shapely-2.1.2-cp313-cp313-win32.whl", hash = "sha256:9c3a3c648aedc9f99c09263b39f2d8252f199cb3ac154fadc173283d7d111350", size = 1541890, upload-time = "2025-09-24T13:50:55.337Z" },
381
+ { url = "https://files.pythonhosted.org/packages/41/47/3647fe7ad990af60ad98b889657a976042c9988c2807cf322a9d6685f462/shapely-2.1.2-cp313-cp313-win_amd64.whl", hash = "sha256:ca2591bff6645c216695bdf1614fca9c82ea1144d4a7591a466fef64f28f0715", size = 1722151, upload-time = "2025-09-24T13:50:57.153Z" },
382
+ { url = "https://files.pythonhosted.org/packages/3c/49/63953754faa51ffe7d8189bfbe9ca34def29f8c0e34c67cbe2a2795f269d/shapely-2.1.2-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:2d93d23bdd2ed9dc157b46bc2f19b7da143ca8714464249bef6771c679d5ff40", size = 1834130, upload-time = "2025-09-24T13:50:58.49Z" },
383
+ { url = "https://files.pythonhosted.org/packages/7f/ee/dce001c1984052970ff60eb4727164892fb2d08052c575042a47f5a9e88f/shapely-2.1.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:01d0d304b25634d60bd7cf291828119ab55a3bab87dc4af1e44b07fb225f188b", size = 1642802, upload-time = "2025-09-24T13:50:59.871Z" },
384
+ { url = "https://files.pythonhosted.org/packages/da/e7/fc4e9a19929522877fa602f705706b96e78376afb7fad09cad5b9af1553c/shapely-2.1.2-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:8d8382dd120d64b03698b7298b89611a6ea6f55ada9d39942838b79c9bc89801", size = 3018460, upload-time = "2025-09-24T13:51:02.08Z" },
385
+ { url = "https://files.pythonhosted.org/packages/a1/18/7519a25db21847b525696883ddc8e6a0ecaa36159ea88e0fef11466384d0/shapely-2.1.2-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:19efa3611eef966e776183e338b2d7ea43569ae99ab34f8d17c2c054d3205cc0", size = 3095223, upload-time = "2025-09-24T13:51:04.472Z" },
386
+ { url = "https://files.pythonhosted.org/packages/48/de/b59a620b1f3a129c3fecc2737104a0a7e04e79335bd3b0a1f1609744cf17/shapely-2.1.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:346ec0c1a0fcd32f57f00e4134d1200e14bf3f5ae12af87ba83ca275c502498c", size = 4030760, upload-time = "2025-09-24T13:51:06.455Z" },
387
+ { url = "https://files.pythonhosted.org/packages/96/b3/c6655ee7232b417562bae192ae0d3ceaadb1cc0ffc2088a2ddf415456cc2/shapely-2.1.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:6305993a35989391bd3476ee538a5c9a845861462327efe00dd11a5c8c709a99", size = 4170078, upload-time = "2025-09-24T13:51:08.584Z" },
388
+ { url = "https://files.pythonhosted.org/packages/a0/8e/605c76808d73503c9333af8f6cbe7e1354d2d238bda5f88eea36bfe0f42a/shapely-2.1.2-cp313-cp313t-win32.whl", hash = "sha256:c8876673449f3401f278c86eb33224c5764582f72b653a415d0e6672fde887bf", size = 1559178, upload-time = "2025-09-24T13:51:10.73Z" },
389
+ { url = "https://files.pythonhosted.org/packages/36/f7/d317eb232352a1f1444d11002d477e54514a4a6045536d49d0c59783c0da/shapely-2.1.2-cp313-cp313t-win_amd64.whl", hash = "sha256:4a44bc62a10d84c11a7a3d7c1c4fe857f7477c3506e24c9062da0db0ae0c449c", size = 1739756, upload-time = "2025-09-24T13:51:12.105Z" },
390
+ ]
391
+
392
+ [[package]]
393
+ name = "six"
394
+ version = "1.17.0"
395
+ source = { registry = "https://pypi.org/simple" }
396
+ sdist = { url = "https://files.pythonhosted.org/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81", size = 34031, upload-time = "2024-12-04T17:35:28.174Z" }
397
+ wheels = [
398
+ { url = "https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050, upload-time = "2024-12-04T17:35:26.475Z" },
399
+ ]
400
+
401
+ [[package]]
402
+ name = "tzdata"
403
+ version = "2026.1"
404
+ source = { registry = "https://pypi.org/simple" }
405
+ sdist = { url = "https://files.pythonhosted.org/packages/19/f5/cd531b2d15a671a40c0f66cf06bc3570a12cd56eef98960068ebbad1bf5a/tzdata-2026.1.tar.gz", hash = "sha256:67658a1903c75917309e753fdc349ac0efd8c27db7a0cb406a25be4840f87f98", size = 197639, upload-time = "2026-04-03T11:25:22.002Z" }
406
+ wheels = [
407
+ { url = "https://files.pythonhosted.org/packages/b0/70/d460bd685a170790ec89317e9bd33047988e4bce507b831f5db771e142de/tzdata-2026.1-py2.py3-none-any.whl", hash = "sha256:4b1d2be7ac37ceafd7327b961aa3a54e467efbdb563a23655fbfe0d39cfc42a9", size = 348952, upload-time = "2026-04-03T11:25:20.313Z" },
408
+ ]
tasks/agriculture_env/crop_rotation_d02/base/input/seq1524_d02.gpkg ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e356158f68306e45fe4eee7eb0ae25c27260265dbc9c3cd736c7785080253c
3
+ size 126369792
tasks/agriculture_env/crop_rotation_d02/base/input/task_prompt.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ You are given a GeoPackage containing a single vector polygon layer for stable agricultural units for a region in France. The layer name is `seq1524_d02`.
2
+ Each row is a Least Common Parcel (LCP) covering years 2015-2024.
3
+
4
+ Your task is to perform a crop-rotation audit on these stable units and write the required GIS outputs.
5
+
6
+ Task directory:
7
+ E:\agenthle\earth_science\crop_rotation_d02\base
8
+
9
+ Input:
10
+ E:\agenthle\earth_science\crop_rotation_d02\base\input\seq1524_d02.gpkg
11
+
12
+ Available tools:
13
+ - `python` on PATH (verified on the selected Windows VM as Python 3.12.6)
14
+ - pinned requirements at `E:\agenthle\earth_science\crop_rotation_d02\base\input\runtime_env\requirements.txt`
15
+ - if you need GeoPandas / Pandas / NumPy, a truthful setup path is:
16
+ `python -m venv E:\agenthle\earth_science\crop_rotation_d02\base\output\.agent_runtime_venv`
17
+ `E:\agenthle\earth_science\crop_rotation_d02\base\output\.agent_runtime_venv\Scripts\python.exe -m pip install -r E:\agenthle\earth_science\crop_rotation_d02\base\input\runtime_env\requirements.txt`
18
+
19
+ External resources:
20
+ - none
21
+
22
+ Required outputs under E:\agenthle\earth_science\crop_rotation_d02\base\output:
23
+ - eligible_units.gpkg
24
+ - flagged_units.gpkg
25
+
26
+ Output layer names:
27
+ - eligible_units.gpkg must contain exactly one layer named `eligible_units`
28
+ - flagged_units.gpkg must contain exactly one layer named `flagged_units`
29
+
30
+ Input field meanings:
31
+
32
+ - `id_lcp`:
33
+ stable unit identifier.
34
+ Use `id_lcp` as the only row identifier and grouping key for the audit.
35
+
36
+ - `area_lcp`:
37
+ area of the stable unit in hectares.
38
+
39
+ - `id15` ... `id24`:
40
+ annual source parcel identifiers for years 2015 ... 2024.
41
+ These fields are provenance fields only.
42
+ Preserve them exactly, but do not use them for grouping or for any audit calculation.
43
+
44
+ - `crop15` ... `crop24`:
45
+ raw annual crop codes for years 2015 ... 2024 on the stable unit.
46
+ Use these fields for all crop-rotation calculations.
47
+ Use raw crop codes exactly as stored in the input.
48
+ Crop-code comparisons are case-sensitive.
49
+ Do not map crop codes to crop names or crop groups.
50
+
51
+ - `code_dept`:
52
+ département code.
53
+ Preserve it exactly as stored.
54
+
55
+ - `code_reg`:
56
+ region code.
57
+ Preserve it exactly as stored.
58
+
59
+ - `geometry`:
60
+ polygon geometry of the stable unit.
61
+
62
+ Missing-value rule:
63
+
64
+ - Only actual NULL/None/NaN values in `crop15` ... `crop24` are missing observations.
65
+ - The literal code `MIS` is a valid crop code and must not be treated as missing.
66
+ - Missing values:
67
+ - count as not observed
68
+ - are ignored when counting distinct crop codes
69
+ - break consecutive runs
70
+
71
+ Eligibility rule:
72
+
73
+ 1. Let `obs_years` be the number of non-missing crop values across `crop15` ... `crop24`.
74
+
75
+ Example:
76
+ crop15..crop24 = [BTH, BTH, NULL, MCR, MCR, NULL, BTH, BTH, BTH, BTH]
77
+ then `obs_years = 8`
78
+
79
+ 2. A unit is eligible for audit if:
80
+ - `area_lcp >= 1.0`
81
+ - `obs_years >= 8`
82
+
83
+ Note:
84
+ Because eligibility requires `obs_years >= 8` across 2015-2024, any eligible unit can have at most 2 missing crop years in total.
85
+
86
+ For each eligible unit, compute these new fields:
87
+
88
+ a. `obs_years`
89
+ Type: INTEGER
90
+ Definition:
91
+ number of non-missing crop values across `crop15` ... `crop24`
92
+
93
+ Example:
94
+ [BTH, BTH, NULL, MCR, MCR, NULL, BTH, BTH, BTH, BTH] -> 8
95
+
96
+ b. `unique_crops_1524`
97
+ Type: INTEGER
98
+ Definition:
99
+ number of distinct non-missing crop codes across `crop15` ... `crop24`
100
+
101
+ Example:
102
+ [BTH, BTH, NULL, MCR, MCR, NULL, BTH, BTH, BTH, BTH] -> 2
103
+
104
+ c. `max_same_run_1524`
105
+ Type: INTEGER
106
+ Definition:
107
+ maximum run length of the same non-missing crop code in consecutive years across `crop15` ... `crop24`
108
+ Missing values break a run.
109
+
110
+ Example:
111
+ [BTH, BTH, NULL, MCR, MCR, MCR, BTH, BTH, BTH, BTH] -> 4
112
+
113
+ d. `recent_unique_crops_1824`
114
+ Type: INTEGER
115
+ Definition:
116
+ number of distinct non-missing crop codes across `crop18` ... `crop24`
117
+
118
+ Example:
119
+ [MCR, MCR, MCR, BTH, BTH, BTH, BTH] -> 2
120
+
121
+ e. `is_strict_alternation_1824`
122
+ Type: INTEGER
123
+ Allowed values: 0 or 1
124
+ Definition:
125
+ set to 1 if `crop18` ... `crop24` contain:
126
+ - no missing values
127
+ - exactly two distinct crop codes
128
+ - adjacent years always differ
129
+ otherwise set to 0
130
+
131
+ Example:
132
+ [MCR, BTH, MCR, BTH, MCR, BTH, MCR] -> 1
133
+
134
+ Example:
135
+ [MCR, BTH, MCR, MCR, BTH, MCR, BTH] -> 0
136
+
137
+ Example:
138
+ [MCR, BTH, MCR, NULL, MCR, BTH, MCR] -> 0
139
+
140
+ f. `is_persistent_monocrop_1824`
141
+ Type: INTEGER
142
+ Allowed values: 0 or 1
143
+ Definition:
144
+ set to 1 if one crop code appears in at least 6 of the 7 years from `crop18` ... `crop24`
145
+ and there is a run of at least 3 consecutive identical non-missing years;
146
+ otherwise set to 0
147
+
148
+ Example:
149
+ [MCR, MCR, MCR, MCR, BTH, MCR, MCR] -> 1
150
+
151
+ Example:
152
+ [MCR, BTH, MCR, BTH, MCR, BTH, MCR] -> 0
153
+
154
+ g. `violation_codes`
155
+ Type: TEXT
156
+ Definition:
157
+ build a semicolon-separated string in alphabetical order using these rules:
158
+ - add `LONG_RUN` if `max_same_run_1524 >= 4`
159
+ - add `LOW_DIVERSITY` if `recent_unique_crops_1824 <= 2` and `is_strict_alternation_1824 = 0`
160
+ - add `RECENT_MONOCROP` if `is_persistent_monocrop_1824 = 1`
161
+
162
+ Examples:
163
+ - if all three apply -> `LONG_RUN;LOW_DIVERSITY;RECENT_MONOCROP`
164
+ - if only low diversity applies -> `LOW_DIVERSITY`
165
+ - if no violation applies -> the empty string `""` (not NULL)
166
+
167
+ h. `risk_class`
168
+ Type: TEXT
169
+ Definition:
170
+ - `high` if `LONG_RUN` or `RECENT_MONOCROP` applies
171
+ - `medium` if only `LOW_DIVERSITY` applies
172
+ - `low` otherwise
173
+
174
+ Examples:
175
+ - `LONG_RUN;LOW_DIVERSITY` -> `high`
176
+ - `LOW_DIVERSITY` -> `medium`
177
+ - `""` -> `low`
178
+
179
+ Write outputs:
180
+
181
+ 1. Write `eligible_units.gpkg` containing one feature per eligible `id_lcp`.
182
+ Preserve:
183
+ - the original geometry
184
+ - the original input columns
185
+ - original input values and text formatting exactly, including leading zeros
186
+
187
+ Append exactly these new columns in this exact order:
188
+ - `obs_years`
189
+ - `unique_crops_1524`
190
+ - `max_same_run_1524`
191
+ - `recent_unique_crops_1824`
192
+ - `is_strict_alternation_1824`
193
+ - `is_persistent_monocrop_1824`
194
+ - `violation_codes`
195
+ - `risk_class`
196
+
197
+ 2. Write `flagged_units.gpkg` as the subset of `eligible_units.gpkg` where `violation_codes != ""`.
198
+
199
+ 3. `flagged_units.gpkg` must use the same schema and column order as `eligible_units.gpkg`.
200
+
201
+ Rules:
202
+ - Use only the provided local file.
203
+ - Keep the output CRS as EPSG:2154.
204
+ - Do not dissolve, buffer, simplify, repair, or otherwise alter the original geometries.
205
+ - Preserve exactly one row per `id_lcp`.
206
+ - Do not rename original input columns.
207
+ - Do not create any additional output files.
208
+ - Do not change required output filenames.
209
+ - Row order does not matter; evaluation will be performed by matching on `id_lcp`.
210
+ - Do not ask for confirmation. Execute directly.
tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.cpg ADDED
@@ -0,0 +1 @@
 
 
1
+ UTF-8
tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.dbf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feb51acba0151a60dae197b6191d872885519c3a2c42f0db9e71a6bcff175ca7
3
+ size 8062478
tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.prj ADDED
@@ -0,0 +1 @@
 
 
1
+ PROJCS["RGF_1993_Lambert_93",GEOGCS["GCS_RGF_1993",DATUM["D_RGF_1993",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",700000.0],PARAMETER["False_Northing",6600000.0],PARAMETER["Central_Meridian",3.0],PARAMETER["Standard_Parallel_1",49.0],PARAMETER["Standard_Parallel_2",44.0],PARAMETER["Latitude_Of_Origin",46.5],UNIT["Meter",1.0]]
tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.shp ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f6a0a684e3f127c5cd1e4fd06e0e53c034f6867749dd37385b204f3fadd248d
3
+ size 42637036
tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/rotation_count.shx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58afd0a6106be016db89bad82f52aaa738d00d25c098c6737cdcc853272a72f0
3
+ size 716756
tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/runtime_env/pyproject.toml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "ndvi-zonal-statistics-runtime"
3
+ version = "0.1.0"
4
+ requires-python = ">=3.10"
5
+ dependencies = [
6
+ "numpy>=2.2,<3",
7
+ "pandas>=2.3,<3",
8
+ "rasterio>=1.4,<2",
9
+ "geopandas>=1.0,<2",
10
+ "shapely>=2.1,<3",
11
+ "pyogrio>=0.10,<1",
12
+ ]
tasks/agriculture_env/ndvi_zonal_statistics_d02/base/input/s2_l2a_30m_clip.tif ADDED

Git LFS Details

  • SHA256: fc3b92543dabc82e73e62669110b1a59b074a41ff29a0856232fff1615f66084
  • Pointer size: 134 Bytes
  • Size of remote file: 159 MB
tasks/business_finance/american_option_pricing_ls/base/input/problem_spec.md ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # American Option Pricing via Monte Carlo: Problem Specification
2
+
3
+ ## Problem Statement
4
+
5
+ Price American-style options using Monte Carlo simulation with the Longstaff-Schwartz least-squares regression algorithm. The task escalates from a closed-form European option (calibration check) through a single-asset American put where the Black-Scholes formula provably fails, to a multi-asset basket American put with correlated assets and pathwise sensitivity computation (Greeks).
6
+
7
+ ## Background
8
+
9
+ A European option can only be exercised at expiry T. Its price under geometric Brownian motion (GBM) has the Black-Scholes closed form. An American option can be exercised at any time t in [0, T]. For put options on assets with positive drift, the ability to exercise early has strictly positive value. No closed-form solution exists for American options; numerical methods are required.
10
+
11
+ The Longstaff-Schwartz (LS) algorithm (2001) prices American options by backward induction through simulated paths. At each exercise date, a cross-sectional regression of discounted future cashflows on current state variables estimates the continuation value. The agent exercises when the immediate payoff exceeds the estimated continuation value. This requires choices about basis functions, in-the-money filtering, and regression design that directly affect accuracy.
12
+
13
+ Computing Greeks (price sensitivities) for American options is harder than for European options because the exercise boundary itself depends on the parameters. The pathwise method differentiates through the simulated payoffs while freezing the exercise boundary determined by the LS regression.
14
+
15
+ ## Asset Dynamics
16
+
17
+ Under the risk-neutral measure, each asset follows geometric Brownian motion:
18
+
19
+ dS_i(t) = r * S_i(t) * dt + sigma_i * S_i(t) * dW_i(t)
20
+
21
+ where r is the risk-free rate, sigma_i is the volatility of asset i, and the Brownian motions have correlation:
22
+
23
+ dW_i * dW_j = rho_{ij} * dt
24
+
25
+ For exact log-normal simulation (required):
26
+
27
+ S_i(t+dt) = S_i(t) * exp((r - 0.5*sigma_i^2)*dt + sigma_i*sqrt(dt)*Z_i)
28
+
29
+ where Z = L * epsilon, L is the Cholesky factor of the correlation matrix, and epsilon is a vector of independent standard normals.
30
+
31
+ Do NOT use Euler discretization of the SDE; use the exact log-normal formula above. Euler discretization introduces discretization bias for GBM.
32
+
33
+ ## Tier 1: European Put (Black-Scholes Validation)
34
+
35
+ ### Parameters
36
+
37
+ - S0 = 100, K = 100, r = 0.05, sigma = 0.2, T = 1.0
38
+ - Seed: numpy.random.default_rng(77777)
39
+
40
+ ### Task
41
+
42
+ 1. Compute the Black-Scholes closed-form European put price.
43
+ 2. Compute Black-Scholes Greeks: Delta, Gamma, Vega, Theta.
44
+ 3. Run a Monte Carlo simulation with 100,000 paths as a validation check.
45
+ 4. Verify that the MC price falls within 2 standard errors of the BS price.
46
+
47
+ ### Black-Scholes Formulas
48
+
49
+ For a European put:
50
+
51
+ d1 = (log(S0/K) + (r + 0.5*sigma^2)*T) / (sigma*sqrt(T))
52
+ d2 = d1 - sigma*sqrt(T)
53
+ P = K*exp(-r*T)*N(-d2) - S0*N(-d1)
54
+
55
+ where N(.) is the standard normal CDF.
56
+
57
+ Greeks for a put:
58
+
59
+ Delta = N(d1) - 1
60
+ Gamma = N'(d1) / (S0 * sigma * sqrt(T))
61
+ Vega = S0 * N'(d1) * sqrt(T)
62
+ Theta = -(S0*N'(d1)*sigma)/(2*sqrt(T)) + r*K*exp(-r*T)*N(-d2)
63
+
64
+ where N'(.) is the standard normal PDF.
65
+
66
+ ## Tier 2: Single-Asset American Put (Longstaff-Schwartz)
67
+
68
+ ### Parameters
69
+
70
+ - S0 = 100, K = 110 (in-the-money), r = 0.05, sigma = 0.2, T = 1.0
71
+ - N_paths = 100,000
72
+ - N_steps = 100 (exercise opportunities)
73
+ - Polynomial degree for LS regression: 3
74
+ - Seed: numpy.random.default_rng(77777)
75
+
76
+ ### Why Black-Scholes Fails Here
77
+
78
+ The Black-Scholes formula gives the European put price: approximately 10.68. But for an in-the-money American put, early exercise is optimal when the asset price drops far enough below the strike. The true American put price is approximately 12.00. The early-exercise premium is approximately 1.25, or about 12% of the European price. Using the BS formula to price this American put would result in an error exceeding 1.0 in absolute terms.
79
+
80
+ ### Longstaff-Schwartz Algorithm
81
+
82
+ 1. **Simulate paths**: Generate N_paths price paths with N_steps time steps using exact log-normal GBM. Store the full path matrix of shape (N_paths, N_steps+1).
83
+
84
+ 2. **Initialize at maturity**: Set the cashflow for each path to max(K - S(T), 0).
85
+
86
+ 3. **Backward induction** (from step N_steps-1 down to step 1):
87
+ a. Compute the intrinsic value: max(K - S(t), 0) for each path.
88
+ b. Select in-the-money (ITM) paths: those with positive intrinsic value.
89
+ c. For ITM paths, discount future cashflows to the current time step.
90
+ d. Regress the discounted future cashflows on polynomial basis functions of S(t). Use a polynomial of degree 3 with normalized inputs: let x = (S - mean(S_itm)) / std(S_itm), then use basis [1, x, x^2, x^3]. Solve via numpy.linalg.lstsq.
91
+ e. Compute the continuation value estimate from the regression.
92
+ f. Exercise if intrinsic value > continuation value. Update the cashflow and stopping time.
93
+
94
+ 4. **Price**: Discount all cashflows to time 0 and take the mean.
95
+
96
+ 5. **Standard error**: Compute as std(discounted_cashflows) / sqrt(N_paths).
97
+
98
+ 6. **Exercise boundary**: At each time step, record the highest asset price among paths that exercised. This traces out the estimated early-exercise boundary.
99
+
100
+ ### Key Implementation Details
101
+
102
+ - **ITM filtering**: Only include paths with positive intrinsic value in the regression. Using all paths (including out-of-the-money) degrades the regression fit in the region that matters.
103
+ - **Normalization**: Normalize the regressor S(t) before forming polynomial features. Without normalization, the Vandermonde matrix for degree-3 polynomials becomes ill-conditioned when S is around 100.
104
+ - **Skip if too few ITM paths**: If fewer than poly_degree+1 paths are ITM at a time step, skip the regression (no exercise at that step).
105
+ - **Do not exercise at time 0**: The backward induction runs from step N_steps-1 down to step 1. Time 0 is the pricing time, not an exercise opportunity.
106
+
107
+ ## Tier 3: 5-Asset Basket American Put with Greeks
108
+
109
+ ### Parameters
110
+
111
+ - N_assets = 5
112
+ - S0 = [100, 100, 100, 100, 100]
113
+ - sigma = [0.18, 0.22, 0.25, 0.20, 0.28]
114
+ - weights = [0.25, 0.20, 0.20, 0.15, 0.20] (basket weights, sum to 1)
115
+ - K = 95 (strike on the basket value)
116
+ - r = 0.05
117
+ - T = 1.0
118
+ - rho = 0.3 (equicorrelation between all asset pairs)
119
+ - N_paths = 200,000
120
+ - N_steps = 100
121
+ - Polynomial degree for LS regression: 3
122
+ - Seed: numpy.random.default_rng(77777)
123
+
124
+ ### Basket Definition
125
+
126
+ The basket value at time t is:
127
+
128
+ B(t) = sum_{i=1}^{5} w_i * S_i(t)
129
+
130
+ The put payoff is max(K - B(t), 0).
131
+
132
+ ### Correlated Path Simulation
133
+
134
+ 1. Build the 5x5 equicorrelation matrix: corr[i,j] = rho for i != j, corr[i,i] = 1.
135
+ 2. Compute its Cholesky factor L.
136
+ 3. At each time step, generate 5 independent standard normals epsilon, then set Z = L @ epsilon.
137
+ 4. Update each asset using the exact log-normal formula with Z_i.
138
+
139
+ Store both the paths (shape: N_paths x (N_steps+1) x N_assets) and the correlated Brownian increments Z (shape: N_paths x N_steps x N_assets). The increments are needed for pathwise Greeks.
140
+
141
+ ### Multi-Asset Longstaff-Schwartz
142
+
143
+ The regression at each time step uses richer basis functions than the single-asset case:
144
+
145
+ - Include the basket value B(t) and its powers up to degree poly_degree.
146
+ - Include each individual asset price S_i(t) and S_i(t)^2 (normalized).
147
+ - Total features: 1 + poly_degree + 2*N_assets (for poly_degree=3 and N_assets=5: 14 features).
148
+
149
+ Require at least 2 * poly_degree * N_assets + 1 ITM paths to run the regression. Otherwise, skip the time step.
150
+
151
+ ### Pathwise Greeks (Frozen Exercise Boundary)
152
+
153
+ After running LS to determine the stopping time tau(omega) for each path, compute sensitivities by differentiating through the discounted payoff while holding the exercise decision fixed.
154
+
155
+ **Delta_j = dPrice / dS0_j:**
156
+
157
+ For each path with tau > 0 and positive intrinsic at tau:
158
+
159
+ dPayoff/dS0_j = -w_j * S_j(tau) / S0_j
160
+
161
+ (Because under GBM, S_j(t) is proportional to S0_j with the same random realization.)
162
+
163
+ Delta_j = mean over paths of [ exp(-r*tau*dt) * dPayoff/dS0_j ]
164
+
165
+ **Vega_j = dPrice / dsigma_j:**
166
+
167
+ d(log S_j(t)) / d(sigma_j) = -sigma_j * t + BM_j(t)
168
+
169
+ where BM_j(t) = sum_{s=0}^{t/dt - 1} sqrt(dt) * Z_corr[s, j] is the cumulative correlated Brownian increment for asset j up to time t.
170
+
171
+ dS_j(t)/dsigma_j = S_j(t) * (-sigma_j * t + BM_j(t))
172
+ dPayoff/dsigma_j = -w_j * dS_j(tau)/dsigma_j
173
+
174
+ Vega_j = mean over paths of [ exp(-r*tau*dt) * dPayoff/dsigma_j ]
175
+
176
+ ### Consistency Checks
177
+
178
+ 1. **Early-exercise premium**: The American basket put price must exceed the European basket put price (computed from the same paths by only exercising at T). The premium must be positive.
179
+ 2. **Delta signs**: All Deltas should be negative (put option on a basket; higher asset prices reduce put value).
180
+ 3. **Vega signs**: All Vegas should be positive (higher volatility increases option value).
181
+ 4. **Weighted delta sum**: sum_i(w_i * S0_i * Delta_i) provides a dimensional consistency check on the magnitude of the price.
182
+
183
+ ## Required Output
184
+
185
+ ### 1. results.json
186
+
187
+ ```json
188
+ {
189
+ "tier1": {
190
+ "S0": 100.0, "K": 100.0, "r": 0.05, "sigma": 0.2, "T": 1.0,
191
+ "bs_price": <float>,
192
+ "bs_delta": <float>,
193
+ "bs_gamma": <float>,
194
+ "bs_vega": <float>,
195
+ "bs_theta": <float>,
196
+ "mc_price": <float>,
197
+ "mc_stderr": <float>,
198
+ "mc_n_paths": 100000,
199
+ "mc_within_2se": <bool>
200
+ },
201
+ "tier2": {
202
+ "S0": 100.0, "K": 110.0, "r": 0.05, "sigma": 0.2, "T": 1.0,
203
+ "n_paths": 100000, "n_steps": 100, "poly_degree": 3,
204
+ "bs_european_put": <float>,
205
+ "american_put_price": <float>,
206
+ "american_put_se": <float>,
207
+ "european_mc_from_paths": <float>,
208
+ "early_exercise_premium": <float>,
209
+ "premium_positive": <bool>,
210
+ "bs_underestimates": <bool>,
211
+ "exercise_boundary_sample": [<10 entries: boundary[0], boundary[10], ..., boundary[90]; use null for NaN>]
212
+ },
213
+ "tier3": {
214
+ "n_assets": 5,
215
+ "S0": [100.0, 100.0, 100.0, 100.0, 100.0],
216
+ "sigma": [0.18, 0.22, 0.25, 0.20, 0.28],
217
+ "weights": [0.25, 0.20, 0.20, 0.15, 0.20],
218
+ "K": 95.0, "r": 0.05, "T": 1.0, "rho": 0.3,
219
+ "n_paths": 200000, "n_steps": 100, "poly_degree": 3,
220
+ "american_basket_put_price": <float>,
221
+ "american_basket_put_se": <float>,
222
+ "european_basket_put_mc": <float>,
223
+ "early_exercise_premium": <float>,
224
+ "deltas": [<float>, <float>, <float>, <float>, <float>],
225
+ "vegas": [<float>, <float>, <float>, <float>, <float>],
226
+ "weighted_delta_sum": <float>
227
+ }
228
+ }
229
+ ```
230
+
231
+ ### 2. exercise_boundary_tier2.npy
232
+
233
+ NumPy array of shape (N_steps,) containing the estimated exercise boundary at each time step for the Tier 2 American put. Entry t is the highest asset price among paths that exercised at step t, or NaN if no path exercised at that step.
234
+
235
+ ## Self-Check Before Submitting
236
+
237
+ 1. **Tier 1**: Verify BS price is approximately 5.57. Verify MC price is within 2 standard errors of BS price. Verify Delta is approximately -0.36.
238
+ 2. **Tier 2**: Verify BS European put is approximately 10.68. Verify American put price is approximately 12.00. Verify early-exercise premium is positive and approximately 1.0-1.5. Verify the exercise boundary is monotonically increasing (roughly) from around 90 at early times to near the strike at expiry.
239
+ 3. **Tier 3**: Verify all Deltas are negative. Verify all Vegas are positive. Verify the American basket price exceeds the European basket price.
240
+
241
+ ## Constraints
242
+
243
+ - Python 3.10+, NumPy >= 1.24, SciPy >= 1.10
244
+ - Matplotlib is permitted for optional plotting
245
+ - **No financial libraries**: QuantLib, py_vollib, or any specialized option pricing package is banned
246
+ - No automatic differentiation libraries (torch, jax, tensorflow)
247
+ - Wall-clock limit: 8 hours on a standard 4-core machine at ~3 GHz
tasks/business_finance/american_option_pricing_ls/base/input/runtime_env/pyproject.toml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "american-option-pricing-ls-runtime"
3
+ version = "0.1.0"
4
+ requires-python = ">=3.10,<3.13"
5
+ dependencies = [
6
+ "numpy==1.26.4",
7
+ "scipy==1.12.0",
8
+ ]
9
+
10
+ [tool.uv]
11
+ package = false
tasks/business_finance/american_option_pricing_ls/base/input/runtime_env/uv.lock ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version = 1
2
+ revision = 3
3
+ requires-python = ">=3.10, <3.13"
4
+
5
+ [[package]]
6
+ name = "american-option-pricing-ls-runtime"
7
+ version = "0.1.0"
8
+ source = { virtual = "." }
9
+ dependencies = [
10
+ { name = "numpy" },
11
+ { name = "scipy" },
12
+ ]
13
+
14
+ [package.metadata]
15
+ requires-dist = [
16
+ { name = "numpy", specifier = "==1.26.4" },
17
+ { name = "scipy", specifier = "==1.12.0" },
18
+ ]
19
+
20
+ [[package]]
21
+ name = "numpy"
22
+ version = "1.26.4"
23
+ source = { registry = "https://pypi.org/simple" }
24
+ sdist = { url = "https://files.pythonhosted.org/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz", hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010", size = 15786129, upload-time = "2024-02-06T00:26:44.495Z" }
25
+ wheels = [
26
+ { url = "https://files.pythonhosted.org/packages/a7/94/ace0fdea5241a27d13543ee117cbc65868e82213fb31a8eb7fe9ff23f313/numpy-1.26.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0", size = 20631468, upload-time = "2024-02-05T23:48:01.194Z" },
27
+ { url = "https://files.pythonhosted.org/packages/20/f7/b24208eba89f9d1b58c1668bc6c8c4fd472b20c45573cb767f59d49fb0f6/numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a", size = 13966411, upload-time = "2024-02-05T23:48:29.038Z" },
28
+ { url = "https://files.pythonhosted.org/packages/fc/a5/4beee6488160798683eed5bdb7eead455892c3b4e1f78d79d8d3f3b084ac/numpy-1.26.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4", size = 14219016, upload-time = "2024-02-05T23:48:54.098Z" },
29
+ { url = "https://files.pythonhosted.org/packages/4b/d7/ecf66c1cd12dc28b4040b15ab4d17b773b87fa9d29ca16125de01adb36cd/numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f", size = 18240889, upload-time = "2024-02-05T23:49:25.361Z" },
30
+ { url = "https://files.pythonhosted.org/packages/24/03/6f229fe3187546435c4f6f89f6d26c129d4f5bed40552899fcf1f0bf9e50/numpy-1.26.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a", size = 13876746, upload-time = "2024-02-05T23:49:51.983Z" },
31
+ { url = "https://files.pythonhosted.org/packages/39/fe/39ada9b094f01f5a35486577c848fe274e374bbf8d8f472e1423a0bbd26d/numpy-1.26.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2", size = 18078620, upload-time = "2024-02-05T23:50:22.515Z" },
32
+ { url = "https://files.pythonhosted.org/packages/d5/ef/6ad11d51197aad206a9ad2286dc1aac6a378059e06e8cf22cd08ed4f20dc/numpy-1.26.4-cp310-cp310-win32.whl", hash = "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07", size = 5972659, upload-time = "2024-02-05T23:50:35.834Z" },
33
+ { url = "https://files.pythonhosted.org/packages/19/77/538f202862b9183f54108557bfda67e17603fc560c384559e769321c9d92/numpy-1.26.4-cp310-cp310-win_amd64.whl", hash = "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5", size = 15808905, upload-time = "2024-02-05T23:51:03.701Z" },
34
+ { url = "https://files.pythonhosted.org/packages/11/57/baae43d14fe163fa0e4c47f307b6b2511ab8d7d30177c491960504252053/numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71", size = 20630554, upload-time = "2024-02-05T23:51:50.149Z" },
35
+ { url = "https://files.pythonhosted.org/packages/1a/2e/151484f49fd03944c4a3ad9c418ed193cfd02724e138ac8a9505d056c582/numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef", size = 13997127, upload-time = "2024-02-05T23:52:15.314Z" },
36
+ { url = "https://files.pythonhosted.org/packages/79/ae/7e5b85136806f9dadf4878bf73cf223fe5c2636818ba3ab1c585d0403164/numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e", size = 14222994, upload-time = "2024-02-05T23:52:47.569Z" },
37
+ { url = "https://files.pythonhosted.org/packages/3a/d0/edc009c27b406c4f9cbc79274d6e46d634d139075492ad055e3d68445925/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5", size = 18252005, upload-time = "2024-02-05T23:53:15.637Z" },
38
+ { url = "https://files.pythonhosted.org/packages/09/bf/2b1aaf8f525f2923ff6cfcf134ae5e750e279ac65ebf386c75a0cf6da06a/numpy-1.26.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a", size = 13885297, upload-time = "2024-02-05T23:53:42.16Z" },
39
+ { url = "https://files.pythonhosted.org/packages/df/a0/4e0f14d847cfc2a633a1c8621d00724f3206cfeddeb66d35698c4e2cf3d2/numpy-1.26.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a", size = 18093567, upload-time = "2024-02-05T23:54:11.696Z" },
40
+ { url = "https://files.pythonhosted.org/packages/d2/b7/a734c733286e10a7f1a8ad1ae8c90f2d33bf604a96548e0a4a3a6739b468/numpy-1.26.4-cp311-cp311-win32.whl", hash = "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20", size = 5968812, upload-time = "2024-02-05T23:54:26.453Z" },
41
+ { url = "https://files.pythonhosted.org/packages/3f/6b/5610004206cf7f8e7ad91c5a85a8c71b2f2f8051a0c0c4d5916b76d6cbb2/numpy-1.26.4-cp311-cp311-win_amd64.whl", hash = "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2", size = 15811913, upload-time = "2024-02-05T23:54:53.933Z" },
42
+ { url = "https://files.pythonhosted.org/packages/95/12/8f2020a8e8b8383ac0177dc9570aad031a3beb12e38847f7129bacd96228/numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218", size = 20335901, upload-time = "2024-02-05T23:55:32.801Z" },
43
+ { url = "https://files.pythonhosted.org/packages/75/5b/ca6c8bd14007e5ca171c7c03102d17b4f4e0ceb53957e8c44343a9546dcc/numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b", size = 13685868, upload-time = "2024-02-05T23:55:56.28Z" },
44
+ { url = "https://files.pythonhosted.org/packages/79/f8/97f10e6755e2a7d027ca783f63044d5b1bc1ae7acb12afe6a9b4286eac17/numpy-1.26.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b", size = 13925109, upload-time = "2024-02-05T23:56:20.368Z" },
45
+ { url = "https://files.pythonhosted.org/packages/0f/50/de23fde84e45f5c4fda2488c759b69990fd4512387a8632860f3ac9cd225/numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed", size = 17950613, upload-time = "2024-02-05T23:56:56.054Z" },
46
+ { url = "https://files.pythonhosted.org/packages/4c/0c/9c603826b6465e82591e05ca230dfc13376da512b25ccd0894709b054ed0/numpy-1.26.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a", size = 13572172, upload-time = "2024-02-05T23:57:21.56Z" },
47
+ { url = "https://files.pythonhosted.org/packages/76/8c/2ba3902e1a0fc1c74962ea9bb33a534bb05984ad7ff9515bf8d07527cadd/numpy-1.26.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0", size = 17786643, upload-time = "2024-02-05T23:57:56.585Z" },
48
+ { url = "https://files.pythonhosted.org/packages/28/4a/46d9e65106879492374999e76eb85f87b15328e06bd1550668f79f7b18c6/numpy-1.26.4-cp312-cp312-win32.whl", hash = "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110", size = 5677803, upload-time = "2024-02-05T23:58:08.963Z" },
49
+ { url = "https://files.pythonhosted.org/packages/16/2e/86f24451c2d530c88daf997cb8d6ac622c1d40d19f5a031ed68a4b73a374/numpy-1.26.4-cp312-cp312-win_amd64.whl", hash = "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818", size = 15517754, upload-time = "2024-02-05T23:58:36.364Z" },
50
+ ]
51
+
52
+ [[package]]
53
+ name = "scipy"
54
+ version = "1.12.0"
55
+ source = { registry = "https://pypi.org/simple" }
56
+ dependencies = [
57
+ { name = "numpy" },
58
+ ]
59
+ sdist = { url = "https://files.pythonhosted.org/packages/30/85/cdbf2c3c460fe5aae812917866392068a88d02f07de0fe31ce738734c477/scipy-1.12.0.tar.gz", hash = "sha256:4bf5abab8a36d20193c698b0f1fc282c1d083c94723902c447e5d2f1780936a3", size = 56811768, upload-time = "2024-01-20T21:13:43.442Z" }
60
+ wheels = [
61
+ { url = "https://files.pythonhosted.org/packages/c7/d9/214971dae573bd7e9303b56d2612dae439decbfc0dae0f539a591c0562ce/scipy-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:78e4402e140879387187f7f25d91cc592b3501a2e51dfb320f48dfb73565f10b", size = 38900384, upload-time = "2024-01-20T21:10:31.498Z" },
62
+ { url = "https://files.pythonhosted.org/packages/dd/14/549fd7066a112c4bdf1cc11228d11284bc784ea09124fc4d663f28815564/scipy-1.12.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:f5f00ebaf8de24d14b8449981a2842d404152774c1a1d880c901bf454cb8e2a1", size = 31357553, upload-time = "2024-01-20T21:10:38.509Z" },
63
+ { url = "https://files.pythonhosted.org/packages/69/1d/0582401b6d77865e080c90f39e52f65ca2bdc94e668e0bfbed8977dae3f4/scipy-1.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e53958531a7c695ff66c2e7bb7b79560ffdc562e2051644c5576c39ff8efb563", size = 34789974, upload-time = "2024-01-20T21:10:45.054Z" },
64
+ { url = "https://files.pythonhosted.org/packages/f5/aa/8e6071a5e4dca4ec68b5b22e4991ee74c59c5d372112b9c236ec1faff57d/scipy-1.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e32847e08da8d895ce09d108a494d9eb78974cf6de23063f93306a3e419960c", size = 38441046, upload-time = "2024-01-20T21:10:51.285Z" },
65
+ { url = "https://files.pythonhosted.org/packages/65/9e/43b86ec57ecdc9931b43aaf727f9d71743bfd06bdddfd441165bd3d8c6be/scipy-1.12.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4c1020cad92772bf44b8e4cdabc1df5d87376cb219742549ef69fc9fd86282dd", size = 38630107, upload-time = "2024-01-20T21:10:58.406Z" },
66
+ { url = "https://files.pythonhosted.org/packages/fd/a7/5f829b100d208c85163aecba93faf01d088d944fc91585338751d812f1e4/scipy-1.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:75ea2a144096b5e39402e2ff53a36fecfd3b960d786b7efd3c180e29c39e53f2", size = 46191228, upload-time = "2024-01-20T21:11:05.92Z" },
67
+ { url = "https://files.pythonhosted.org/packages/c3/32/7915195ca4643508fe9730691eaed57b879646279572b10b02bdadf165c5/scipy-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:408c68423f9de16cb9e602528be4ce0d6312b05001f3de61fe9ec8b1263cad08", size = 38908720, upload-time = "2024-01-20T21:11:13.467Z" },
68
+ { url = "https://files.pythonhosted.org/packages/21/d4/e6c57acc61e59cd46acca27af1f400094d5dee218e372cc604b8162b97cb/scipy-1.12.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:5adfad5dbf0163397beb4aca679187d24aec085343755fcdbdeb32b3679f254c", size = 31392892, upload-time = "2024-01-20T21:11:18.947Z" },
69
+ { url = "https://files.pythonhosted.org/packages/e3/c5/d40abc1a857c1c6519e1a4e096d6aee86861eddac019fb736b6af8a58d25/scipy-1.12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c3003652496f6e7c387b1cf63f4bb720951cfa18907e998ea551e6de51a04467", size = 34733860, upload-time = "2024-01-20T21:11:26.666Z" },
70
+ { url = "https://files.pythonhosted.org/packages/d4/b8/7169935f9a2ea9e274ad8c21d6133d492079e6ebc3fc69a915c2375616b0/scipy-1.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b8066bce124ee5531d12a74b617d9ac0ea59245246410e19bca549656d9a40a", size = 38418720, upload-time = "2024-01-20T21:11:33.479Z" },
71
+ { url = "https://files.pythonhosted.org/packages/64/e7/4dbb779d09d1cb757ddbe42cae7c4fe8270497566bb902138d637b04d88c/scipy-1.12.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:8bee4993817e204d761dba10dbab0774ba5a8612e57e81319ea04d84945375ba", size = 38652247, upload-time = "2024-01-20T21:11:40.229Z" },
72
+ { url = "https://files.pythonhosted.org/packages/9a/25/5b30cb3efc9566f0ebeaeca1976150316353c17031ad7868ef46de5ab8dc/scipy-1.12.0-cp311-cp311-win_amd64.whl", hash = "sha256:a24024d45ce9a675c1fb8494e8e5244efea1c7a09c60beb1eeb80373d0fecc70", size = 46162940, upload-time = "2024-01-20T21:11:47.726Z" },
73
+ { url = "https://files.pythonhosted.org/packages/0d/4a/b2b2cae0c5dfd46361245a67102886ed7188805bdf7044e36fe838bbcf26/scipy-1.12.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e7e76cc48638228212c747ada851ef355c2bb5e7f939e10952bc504c11f4e372", size = 38911995, upload-time = "2024-01-20T21:11:54.759Z" },
74
+ { url = "https://files.pythonhosted.org/packages/71/ba/744bbdd65eb3fce1412dd4633fc425ad39e6b4068b5b158aee1cd3afeb54/scipy-1.12.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:f7ce148dffcd64ade37b2df9315541f9adad6efcaa86866ee7dd5db0c8f041c3", size = 31433326, upload-time = "2024-01-20T21:12:00.295Z" },
75
+ { url = "https://files.pythonhosted.org/packages/db/fd/81feac476e1ae495b51b8c3636aee1f50a1c5ca2a3557f5b0043d4e2fb02/scipy-1.12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9c39f92041f490422924dfdb782527a4abddf4707616e07b021de33467f917bc", size = 34165749, upload-time = "2024-01-20T21:12:06.38Z" },
76
+ { url = "https://files.pythonhosted.org/packages/11/7d/850bfe9462fff393130519eb54f97d43ad9c280ec4297b4cb98b7c2e96cd/scipy-1.12.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a7ebda398f86e56178c2fa94cad15bf457a218a54a35c2a7b4490b9f9cb2676c", size = 37790844, upload-time = "2024-01-20T21:12:12.826Z" },
77
+ { url = "https://files.pythonhosted.org/packages/7e/7f/504b7b3834d8c9229831c6c58a44943e29a34004eeb34c7ff150add4e001/scipy-1.12.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:95e5c750d55cf518c398a8240571b0e0782c2d5a703250872f36eaf737751338", size = 38026369, upload-time = "2024-01-20T21:12:19.69Z" },
78
+ { url = "https://files.pythonhosted.org/packages/f3/31/91a2a3c5eb85d2bfa86d7c98f2df5d77dcdefb3d80ca9f9037ad04393acf/scipy-1.12.0-cp312-cp312-win_amd64.whl", hash = "sha256:e646d8571804a304e1da01040d21577685ce8e2db08ac58e543eaca063453e1c", size = 45816713, upload-time = "2024-01-20T21:12:26.619Z" },
79
+ ]
tasks/business_finance/ar_full_1500/base/input/file_list.txt ADDED
@@ -0,0 +1,1500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 688001_华兴源创_2019年年报.pdf
2
+ 688001_华兴源创_2020年年报.pdf
3
+ 688001_华兴源创_2021年年报.pdf
4
+ 688001_华兴源创_2022年年报.pdf
5
+ 688001_华兴源创_2023年年报.pdf
6
+ 688001_华兴源创_2024年年报.pdf
7
+ 688001_华兴源创_招股说明书.pdf
8
+ 688002_睿创微纳_2019年年报.pdf
9
+ 688002_睿创微纳_2020年年报.pdf
10
+ 688002_睿创微纳_2021年年报.pdf
11
+ 688002_睿创微纳_2022年年报.pdf
12
+ 688002_睿创微纳_2023年年报.pdf
13
+ 688002_睿创微纳_2024年年报.pdf
14
+ 688002_睿创微纳_招股说明书.pdf
15
+ 688003_天准科技_2019年年报.pdf
16
+ 688003_天准科技_2020年年报.pdf
17
+ 688003_天准科技_2021年年报.pdf
18
+ 688003_天准科技_2022年年报.pdf
19
+ 688003_天准科技_2023年年报.pdf
20
+ 688003_天准科技_2024年年报.pdf
21
+ 688003_天准科技_招股说明书.pdf
22
+ 688004_博汇科技_2020年年报.pdf
23
+ 688004_博汇科技_2021年年报.pdf
24
+ 688004_博汇科技_2022年年报.pdf
25
+ 688004_博汇科技_2023年年报.pdf
26
+ 688004_博汇科技_2024年年报.pdf
27
+ 688004_博汇科技_招股说明书.pdf
28
+ 688007_光峰科技_2019年年报.pdf
29
+ 688007_光峰科技_2020年年报.pdf
30
+ 688007_光峰科技_2021年年报.pdf
31
+ 688007_光峰科技_2022年年报.pdf
32
+ 688007_光峰科技_2023年年报.pdf
33
+ 688007_光峰科技_2024年年报.pdf
34
+ 688007_光峰科技_招股说明书.pdf
35
+ 688011_新光光电_2019年年报.pdf
36
+ 688011_新光光电_2020年年报.pdf
37
+ 688011_新光光电_2021年年报.pdf
38
+ 688011_新光光电_2022年年报.pdf
39
+ 688011_新光光电_2023年年报.pdf
40
+ 688011_新光光电_2024年年报.pdf
41
+ 688011_新光光电_招股说明书.pdf
42
+ 688016_心脉医疗_2019年年报.pdf
43
+ 688016_心脉医疗_2020年年报.pdf
44
+ 688016_心脉医疗_2021年年报.pdf
45
+ 688016_心脉医疗_2022年年报.pdf
46
+ 688016_心脉医疗_2023年年报.pdf
47
+ 688016_心脉医疗_2024年年报.pdf
48
+ 688016_心脉医疗_招股说明书.pdf
49
+ 688019_安集科技_2019年年报.pdf
50
+ 688019_安集科技_2020年年报.pdf
51
+ 688019_安集科技_2021年年报.pdf
52
+ 688019_安集科技_2022年年报.pdf
53
+ 688019_安集科技_2023年年报.pdf
54
+ 688019_安集科技_2024年年报.pdf
55
+ 688019_安集科技_招股说明书.pdf
56
+ 688023_安恒信息_2019年年报.pdf
57
+ 688023_安恒信息_2020年年报.pdf
58
+ 688023_安恒信息_2021年年报.pdf
59
+ 688023_安恒信息_2022年年报.pdf
60
+ 688023_安恒信息_2023年年报.pdf
61
+ 688023_安恒信息_2024年年报.pdf
62
+ 688023_安恒信息_招股说明书.pdf
63
+ 688026_洁特生物_2019年年报.pdf
64
+ 688026_洁特生物_2020年年报.pdf
65
+ 688026_洁特生物_2021年年报.pdf
66
+ 688026_洁特生物_2022年年报.pdf
67
+ 688026_洁特生物_2023年年报.pdf
68
+ 688026_洁特生物_2024年年报.pdf
69
+ 688026_洁特生物_招股说明书.pdf
70
+ 688027_国盾量子_2020年年报.pdf
71
+ 688027_国盾量子_2021年年报.pdf
72
+ 688027_国盾量子_2022年年报.pdf
73
+ 688027_国盾量子_2023年年报.pdf
74
+ 688027_国盾量子_2024年年报.pdf
75
+ 688027_国盾量子_招股说明书.pdf
76
+ 688029_南微医学_2019年年报.pdf
77
+ 688029_南微医学_2020年年报.pdf
78
+ 688029_南微医学_2021年年报.pdf
79
+ 688029_南微医学_2022年年报.pdf
80
+ 688029_南微医学_2023年年报.pdf
81
+ 688029_南微医学_2024年年报.pdf
82
+ 688029_南微医学_招股说明书.pdf
83
+ 688033_天宜新材_2019年年报.pdf
84
+ 688033_天宜新材_2020年年报.pdf
85
+ 688033_天宜新材_2021年年报.pdf
86
+ 688033_天宜新材_2022年年报.pdf
87
+ 688033_天宜新材_2023年年报.pdf
88
+ 688033_天宜新材_2024年年报.pdf
89
+ 688033_天宜新材_招股说明书.pdf
90
+ 688035_德邦科技_2022年年报.pdf
91
+ 688035_德邦科技_2023年年报.pdf
92
+ 688035_德邦科技_2024年年报.pdf
93
+ 688035_德邦科技_招股说明书.pdf
94
+ 688037_芯源微_2019年年报.pdf
95
+ 688037_芯源微_2020年年报.pdf
96
+ 688037_芯源微_2021年年报.pdf
97
+ 688037_芯源微_2022年年报.pdf
98
+ 688037_芯源微_2023年年报.pdf
99
+ 688037_芯源微_2024年年报.pdf
100
+ 688037_芯源微_招股说明书.pdf
101
+ 688038_中科通达_2021年年报.pdf
102
+ 688038_中科通达_2022年年报.pdf
103
+ 688038_中科通达_2023年年报.pdf
104
+ 688038_中科通达_2024年年报.pdf
105
+ 688038_中科通达_招股说明书.pdf
106
+ 688041_海光信息_2022年年报.pdf
107
+ 688041_海光信息_2023年年报.pdf
108
+ 688041_海光信息_2024年年报.pdf
109
+ 688041_海光信息_招股说明书.pdf
110
+ 688045_必易微_2022年年报.pdf
111
+ 688045_必易微_2023年年报.pdf
112
+ 688045_必易微_2024年年报.pdf
113
+ 688045_必易微_招股说明书.pdf
114
+ 688046_药康生物_2022年年报.pdf
115
+ 688046_药康生物_2023年年报.pdf
116
+ 688046_药康生物_2024年年报.pdf
117
+ 688046_药康生物_招股说明书.pdf
118
+ 688047_龙芯中科_2022年年报.pdf
119
+ 688047_龙芯中科_2023年年报.pdf
120
+ 688047_龙芯中科_2024年年报.pdf
121
+ 688047_龙芯中科_招股说明书.pdf
122
+ 688049_炬芯科技_2021年年报.pdf
123
+ 688049_炬芯科技_2022年年报.pdf
124
+ 688049_炬芯科技_2023年年报.pdf
125
+ 688049_炬芯科技_2024年年报.pdf
126
+ 688049_炬芯科技_招股说明书.pdf
127
+ 688050_爱博医疗_2020年年报.pdf
128
+ 688050_爱博医疗_2021年年报.pdf
129
+ 688050_爱博医疗_2022年年报.pdf
130
+ 688050_爱博医疗_2023年年报.pdf
131
+ 688050_爱博医疗_2024年年报.pdf
132
+ 688050_爱博医疗_招股说明书.pdf
133
+ 688051_佳华科技_2020年年报.pdf
134
+ 688051_佳华科技_2021年年报.pdf
135
+ 688051_佳华科技_2022年年报.pdf
136
+ 688051_佳华科技_2023年年报.pdf
137
+ 688051_佳华科技_2024年年报.pdf
138
+ 688051_佳华科技_招股说明书.pdf
139
+ 688052_纳芯微_2022年年报.pdf
140
+ 688052_纳芯微_2023年年报.pdf
141
+ 688052_纳芯微_2024年年报.pdf
142
+ 688052_纳芯微_招股说明书.pdf
143
+ 688053_思科瑞_2022年年报.pdf
144
+ 688053_思科瑞_2023年年报.pdf
145
+ 688053_思科瑞_2024年年报.pdf
146
+ 688053_思科瑞_招股说明书.pdf
147
+ 688056_莱伯泰科_2020年年报.pdf
148
+ 688056_莱伯泰科_2021年年报.pdf
149
+ 688056_莱伯泰科_2022年年报.pdf
150
+ 688056_莱伯泰科_2023年年报.pdf
151
+ 688056_莱伯泰科_2024年年报.pdf
152
+ 688056_莱伯泰科_招股说明书.pdf
153
+ 688057_金达莱_2020年年报.pdf
154
+ 688057_金达莱_2021年年报.pdf
155
+ 688057_金达莱_2022年年报.pdf
156
+ 688057_金达莱_2023年年报.pdf
157
+ 688057_金达莱_2024年年报.pdf
158
+ 688057_金达莱_招股说明书.pdf
159
+ 688058_宝兰德_2019年年报.pdf
160
+ 688058_宝兰德_2020年年报.pdf
161
+ 688058_宝兰德_2021年年报.pdf
162
+ 688058_宝兰德_2022年年报.pdf
163
+ 688058_宝兰德_2023年年报.pdf
164
+ 688058_宝兰德_2024年年报.pdf
165
+ 688058_宝兰德_招股说明书.pdf
166
+ 688059_华锐精密_2020年年报.pdf
167
+ 688059_华锐精密_2021年年报.pdf
168
+ 688059_华锐精密_2022年年报.pdf
169
+ 688059_华锐精密_2023年年报.pdf
170
+ 688059_华锐精密_2024年年报.pdf
171
+ 688059_华锐精密_招股说明书.pdf
172
+ 688060_云涌科技_2020年年报.pdf
173
+ 688060_云涌科技_2021年年报.pdf
174
+ 688060_云涌科技_2022年年报.pdf
175
+ 688060_云涌科技_2023年年报.pdf
176
+ 688060_云涌科技_2024年年报.pdf
177
+ 688060_云涌科技_招股说明书.pdf
178
+ 688062_迈威生物_2021年年报.pdf
179
+ 688062_迈威生物_2022年年报.pdf
180
+ 688062_迈威生物_2023年年报.pdf
181
+ 688062_迈威生物_2024年年报.pdf
182
+ 688062_迈威生物_招股说明书.pdf
183
+ 688063_派能科技_2020年年报.pdf
184
+ 688063_派能科技_2021年年报.pdf
185
+ 688063_派能科技_2022年年报.pdf
186
+ 688063_派能科技_2023年年报.pdf
187
+ 688063_派能科技_2024年年报.pdf
188
+ 688063_派能科技_招股说明书.pdf
189
+ 688065_凯赛生物_2020年年报.pdf
190
+ 688065_凯赛生物_2021年年报.pdf
191
+ 688065_凯赛生物_2022年年报.pdf
192
+ 688065_凯赛生物_2023年年报.pdf
193
+ 688065_凯赛生物_2024年年报.pdf
194
+ 688065_凯赛生物_招股说明书.pdf
195
+ 688066_航天宏图_2019年年报.pdf
196
+ 688066_航天宏图_2020年年报.pdf
197
+ 688066_航天宏图_2021年年报.pdf
198
+ 688066_航天宏图_2022年年报.pdf
199
+ 688066_航天宏图_2023年年报.pdf
200
+ 688066_航天宏图_2024年年报.pdf
201
+ 688066_航天宏图_招股说明书.pdf
202
+ 688067_爱威科技_2021年年报.pdf
203
+ 688067_爱威科技_2022年年报.pdf
204
+ 688067_爱威科技_2023年年报.pdf
205
+ 688067_爱威科技_2024年年报.pdf
206
+ 688067_爱威科技_招股说明书.pdf
207
+ 688069_德林海_2020年年报.pdf
208
+ 688069_德林海_2021年年报.pdf
209
+ 688069_德林海_2022年年报.pdf
210
+ 688069_德林海_2023年年报.pdf
211
+ 688069_德林海_2024年年报.pdf
212
+ 688069_德林海_招股说明书.pdf
213
+ 688070_纵横股份_2020年年报.pdf
214
+ 688070_纵横股份_2021年年报.pdf
215
+ 688070_纵横股份_2022年年报.pdf
216
+ 688070_纵横股份_2023年年报.pdf
217
+ 688070_纵横股份_2024年年报.pdf
218
+ 688070_纵横股份_招股说明书.pdf
219
+ 688071_华依科技_2021年年报.pdf
220
+ 688071_华依科技_2022年年报.pdf
221
+ 688071_华依科技_2023年年报.pdf
222
+ 688071_华依科技_2024年年报.pdf
223
+ 688071_华依科技_招股说明书.pdf
224
+ 688075_安旭生物_2021年年报.pdf
225
+ 688075_安旭生物_2022年年报.pdf
226
+ 688075_安旭生物_2023年年报.pdf
227
+ 688075_安旭生物_2024年年报.pdf
228
+ 688075_安旭生物_招股说明书.pdf
229
+ 688077_大地熊_2020年年报.pdf
230
+ 688077_大地熊_2021年年报.pdf
231
+ 688077_大地熊_2022年年报.pdf
232
+ 688077_大地熊_2023年年报.pdf
233
+ 688077_大地熊_2024年年报.pdf
234
+ 688077_大地熊_招股说明书.pdf
235
+ 688080_映翰通_2019年年报.pdf
236
+ 688080_映翰通_2020年年报.pdf
237
+ 688080_映翰通_2021年年报.pdf
238
+ 688080_映翰通_2022年年报.pdf
239
+ 688080_映翰通_2023年年报.pdf
240
+ 688080_映翰通_2024年年报.pdf
241
+ 688080_映翰通_招股说明书.pdf
242
+ 688081_兴图新科_2019年年报.pdf
243
+ 688081_兴图新科_2020年年报.pdf
244
+ 688081_兴图新科_2021年年报.pdf
245
+ 688081_兴图新科_2022年年报.pdf
246
+ 688081_兴图新科_2023年年报.pdf
247
+ 688081_兴图新科_2024年年报.pdf
248
+ 688081_兴图新科_招股说明书.pdf
249
+ 688082_盛美上海_2021年年报.pdf
250
+ 688082_盛美上海_2022年年报.pdf
251
+ 688082_盛美上海_2023年年报.pdf
252
+ 688082_盛美上海_2024年年报.pdf
253
+ 688082_盛美上海_招股说明书.pdf
254
+ 688085_三友医疗_2020年年报.pdf
255
+ 688085_三友医疗_2021年年报.pdf
256
+ 688085_三友医疗_2022年年报.pdf
257
+ 688085_三友医疗_2023年年报.pdf
258
+ 688085_三友医疗_2024年年报.pdf
259
+ 688085_三友医疗_招股说明书.pdf
260
+ 688089_嘉必优_2019年年报.pdf
261
+ 688089_嘉必优_2020年年报.pdf
262
+ 688089_嘉必优_2021年年报.pdf
263
+ 688089_嘉必优_2022年年报.pdf
264
+ 688089_嘉必优_2023年年报.pdf
265
+ 688089_嘉必优_2024年年报.pdf
266
+ 688089_嘉必优_招股说明书.pdf
267
+ 688091_上海谊众_2021年年报.pdf
268
+ 688091_上海谊众_2022年年报.pdf
269
+ 688091_上海谊众_2023年年报.pdf
270
+ 688091_上海谊众_2024年年报.pdf
271
+ 688091_上海谊众_招股说明书.pdf
272
+ 688092_爱科科技_2020年年报.pdf
273
+ 688092_爱科科技_2021年年报.pdf
274
+ 688092_爱科科技_2022年年报.pdf
275
+ 688092_爱科科技_2023年年报.pdf
276
+ 688092_爱科科技_2024年年报.pdf
277
+ 688092_爱科科技_招股说明书.pdf
278
+ 688093_世华科技_2020年年报.pdf
279
+ 688093_世华科技_2021年年报.pdf
280
+ 688093_世华科技_2022年年报.pdf
281
+ 688093_世华科技_2023年年报.pdf
282
+ 688093_世华科技_2024年年报.pdf
283
+ 688093_世华科技_招股说明书.pdf
284
+ 688095_福昕软件_2020年年报.pdf
285
+ 688095_福昕软件_2021年年报.pdf
286
+ 688095_福昕软件_2022年年报.pdf
287
+ 688095_福昕软件_2023年年报.pdf
288
+ 688095_福昕软件_2024年年报.pdf
289
+ 688095_福昕软件_招股说明书.pdf
290
+ 688096_京源环保_2020年年报.pdf
291
+ 688096_京源环保_2021年年报.pdf
292
+ 688096_京源环保_2022年年报.pdf
293
+ 688096_京源环保_2023年年报.pdf
294
+ 688096_京源环保_2024年年报.pdf
295
+ 688096_京源环保_招股说明书.pdf
296
+ 688097_博众精工_2021年年报.pdf
297
+ 688097_博众精工_2022年年报.pdf
298
+ 688097_博众精工_2023年年报.pdf
299
+ 688097_博众精工_2024年年报.pdf
300
+ 688097_博众精工_招股说明书.pdf
301
+ 688098_申联生物_2019年年报.pdf
302
+ 688098_申联生物_2020年年报.pdf
303
+ 688098_申联生物_2021年年报.pdf
304
+ 688098_申联生物_2022年年报.pdf
305
+ 688098_申联生物_2023年年报.pdf
306
+ 688098_申联生物_2024年年报.pdf
307
+ 688098_申联生物_招股说明书.pdf
308
+ 688100_威胜信息_2019年年报.pdf
309
+ 688100_威胜信息_2020年年报.pdf
310
+ 688100_威胜信息_2021年年报.pdf
311
+ 688100_威胜信息_2022年年报.pdf
312
+ 688100_威胜信息_2023年年报.pdf
313
+ 688100_威胜信息_2024年年报.pdf
314
+ 688100_威胜信息_招股说明书.pdf
315
+ 688102_斯瑞新材_2021年年报.pdf
316
+ 688102_斯瑞新材_2022年年报.pdf
317
+ 688102_斯瑞新材_2023年年报.pdf
318
+ 688102_斯瑞新材_2024年年报.pdf
319
+ 688102_斯瑞新材_招股说明书.pdf
320
+ 688103_国力股份_2021年年报.pdf
321
+ 688103_国力股份_2022年年报.pdf
322
+ 688103_国力股份_2023年年报.pdf
323
+ 688103_国力股份_2024年年报.pdf
324
+ 688103_国力股份_招股说明书.pdf
325
+ 688105_诺唯赞_2021年年报.pdf
326
+ 688105_诺唯赞_2022年年报.pdf
327
+ 688105_诺唯赞_2023年年报.pdf
328
+ 688105_诺唯赞_2024年年报.pdf
329
+ 688105_诺唯赞_招股说明书.pdf
330
+ 688106_金宏气体_2020年年报.pdf
331
+ 688106_金宏气体_2021年年报.pdf
332
+ 688106_金宏气体_2022年年报.pdf
333
+ 688106_金宏气体_2023年年报.pdf
334
+ 688106_金宏气体_2024年年报.pdf
335
+ 688106_金宏气体_招股说明书.pdf
336
+ 688107_安路科技_2021年年报.pdf
337
+ 688107_安路科技_2022年年报.pdf
338
+ 688107_安路科技_2023年年报.pdf
339
+ 688107_安路科技_2024年年报.pdf
340
+ 688107_安路科技_招股说明书.pdf
341
+ 688108_赛诺医疗_2024年年报.pdf
342
+ 688109_品茗科技_2020年年报.pdf
343
+ 688109_品茗科技_2021年年报.pdf
344
+ 688109_品茗科技_2022年年报.pdf
345
+ 688109_品茗科技_2023年年报.pdf
346
+ 688109_品茗科技_2024年年报.pdf
347
+ 688109_品茗科技_招股说明书.pdf
348
+ 688110_东芯股份_2021年年报.pdf
349
+ 688110_东芯股份_2022年年报.pdf
350
+ 688110_东芯股份_2023年年报.pdf
351
+ 688110_东芯股份_2024年年报.pdf
352
+ 688110_东芯股份_招股说明书.pdf
353
+ 688112_鼎阳科技_2021年年报.pdf
354
+ 688112_鼎阳科技_2022年年报.pdf
355
+ 688112_鼎阳科技_2023年年报.pdf
356
+ 688112_鼎阳科技_2024年年报.pdf
357
+ 688112_鼎阳科技_招股说明书.pdf
358
+ 688113_联测科技_2021年年报.pdf
359
+ 688113_联测科技_2022年年报.pdf
360
+ 688113_联测科技_2023年年报.pdf
361
+ 688113_联测科技_2024年年报.pdf
362
+ 688113_联测科技_招股说明书.pdf
363
+ 688120_华海清科_2022年年报.pdf
364
+ 688120_华海清科_2023年年报.pdf
365
+ 688120_华海清科_2024年年报.pdf
366
+ 688120_华海清科_招股说明书.pdf
367
+ 688123_聚辰股份_2019年年报.pdf
368
+ 688123_聚辰股份_2020年年报.pdf
369
+ 688123_聚辰股份_2021年年报.pdf
370
+ 688123_聚辰股份_2022年年报.pdf
371
+ 688123_聚辰股份_2023年年报.pdf
372
+ 688123_聚辰股份_2024年年报.pdf
373
+ 688123_聚辰股份_招股说明书.pdf
374
+ 688128_中国电研_2019年年报.pdf
375
+ 688128_中国电研_2020年年报.pdf
376
+ 688128_中国电研_2021年年报.pdf
377
+ 688128_中国电研_2022年年报.pdf
378
+ 688128_中国电研_2023年年报.pdf
379
+ 688128_中国电研_2024年年报.pdf
380
+ 688128_中国电研_招股说明书.pdf
381
+ 688131_皓元医药_2021年年报.pdf
382
+ 688131_皓元医药_2022年年报.pdf
383
+ 688131_皓元医药_2023年年报.pdf
384
+ 688131_皓元医药_2024年年报.pdf
385
+ 688131_皓元医药_招股说明书.pdf
386
+ 688132_邦彦技术_2022年年报.pdf
387
+ 688132_邦彦技术_2023年年报.pdf
388
+ 688132_邦彦技术_2024年年报.pdf
389
+ 688132_邦彦技术_招股说明书.pdf
390
+ 688133_泰坦科技_2020年年报.pdf
391
+ 688133_泰坦科技_2021年年报.pdf
392
+ 688133_泰坦科技_2022年年报.pdf
393
+ 688133_泰坦科技_2023年年报.pdf
394
+ 688133_泰坦科技_2024年年报.pdf
395
+ 688133_泰坦科技_招股说明书.pdf
396
+ 688136_科兴制药_2020年年报.pdf
397
+ 688136_科兴制药_2021年年报.pdf
398
+ 688136_科兴制药_2022年年报.pdf
399
+ 688136_科兴制药_2023年年报.pdf
400
+ 688136_科兴制药_2024年年报.pdf
401
+ 688136_科兴制药_招股说明书.pdf
402
+ 688137_近岸蛋白_2022年年报.pdf
403
+ 688137_近岸蛋白_2023年年报.pdf
404
+ 688137_近岸蛋白_2024年年报.pdf
405
+ 688137_近岸蛋白_招股说明书.pdf
406
+ 688138_清溢光电_2019年年报.pdf
407
+ 688138_清溢光电_2020年年报.pdf
408
+ 688138_清溢光电_2021年年报.pdf
409
+ 688138_清溢光电_2022年年报.pdf
410
+ 688138_清溢光电_2023年年报.pdf
411
+ 688138_清溢光电_2024年年报.pdf
412
+ 688138_清溢光电_招股说明书.pdf
413
+ 688139_海尔生物_2019年年报.pdf
414
+ 688139_海尔生物_2020年年报.pdf
415
+ 688139_海尔生物_2021年年报.pdf
416
+ 688139_海尔生物_2022年年报.pdf
417
+ 688139_海尔生物_2023年年报.pdf
418
+ 688139_海尔生物_2024年年报.pdf
419
+ 688139_海尔生物_招股说明书.pdf
420
+ 688146_中船特气_2023年年报.pdf
421
+ 688146_中船特气_2024年年报.pdf
422
+ 688146_中船特气_招股说明书.pdf
423
+ 688148_芳源股份_2021年年报.pdf
424
+ 688148_芳源股份_2022年年报.pdf
425
+ 688148_芳源股份_2023年年报.pdf
426
+ 688148_芳源股份_2024年年报.pdf
427
+ 688148_芳源股份_招股说明书.pdf
428
+ 688150_莱特光电_2021年年报.pdf
429
+ 688150_莱特光电_2022年年报.pdf
430
+ 688150_莱特光电_2023年年报.pdf
431
+ 688150_莱特光电_2024年年报.pdf
432
+ 688150_莱特光电_招股说明书.pdf
433
+ 688151_华强科技_2021年年报.pdf
434
+ 688151_华强科技_2022年年报.pdf
435
+ 688151_华强科技_2023年年报.pdf
436
+ 688151_华强科技_2024年年报.pdf
437
+ 688151_华强科技_招股说明书.pdf
438
+ 688155_先惠技术_2020年年报.pdf
439
+ 688155_先惠技术_2021年年报.pdf
440
+ 688155_先惠技术_2022年年报.pdf
441
+ 688155_先惠技术_2023年年报.pdf
442
+ 688155_先惠技术_2024年年报.pdf
443
+ 688155_先惠技术_招股说明书.pdf
444
+ 688156_路德环境_2020年年报.pdf
445
+ 688156_路德环境_2021年年报.pdf
446
+ 688156_路德环境_2022年年报.pdf
447
+ 688156_路德环境_2023年年报.pdf
448
+ 688156_路德环境_2024年年报.pdf
449
+ 688156_路德环境_招股说明书.pdf
450
+ 688160_步科股份_2020年年报.pdf
451
+ 688160_步科股份_2021年年报.pdf
452
+ 688160_步科股份_2022年年报.pdf
453
+ 688160_步科股份_2023年年报.pdf
454
+ 688160_步科股份_2024年年报.pdf
455
+ 688160_步科股份_招股说明书.pdf
456
+ 688161_威高骨科_2021年年报.pdf
457
+ 688161_威高骨科_2022年年报.pdf
458
+ 688161_威高骨科_2023年年报.pdf
459
+ 688161_威高骨科_2024年年报.pdf
460
+ 688161_威高骨科_招股说明书.pdf
461
+ 688162_巨一科技_2021年年报.pdf
462
+ 688162_巨一科技_2022年年报.pdf
463
+ 688162_巨一科技_2023年年报.pdf
464
+ 688162_巨一科技_2024年年报.pdf
465
+ 688162_巨一科技_招股说明书.pdf
466
+ 688165_埃夫特_2020年年报.pdf
467
+ 688165_埃夫特_2021年年报.pdf
468
+ 688165_埃夫特_2022年年报.pdf
469
+ 688165_埃夫特_2023年年报.pdf
470
+ 688165_埃夫特_2024年年报.pdf
471
+ 688165_埃夫特_招股说明书.pdf
472
+ 688166_博瑞医药_2019年年报.pdf
473
+ 688166_博瑞医药_2020年年报.pdf
474
+ 688166_博瑞医药_2021年年报.pdf
475
+ 688166_博瑞医药_2022年年报.pdf
476
+ 688166_博瑞医药_2023年年报.pdf
477
+ 688166_博瑞医药_2024年年报.pdf
478
+ 688166_博瑞医药_招股说明书.pdf
479
+ 688168_安博通_2019年年报.pdf
480
+ 688168_安博通_2020年年报.pdf
481
+ 688168_安博通_2021年年报.pdf
482
+ 688168_安博通_2022年年报.pdf
483
+ 688168_安博通_2023年年报.pdf
484
+ 688168_安博通_2024年年报.pdf
485
+ 688168_安博通_招股说明书.pdf
486
+ 688175_高凌信息_2021年年报.pdf
487
+ 688175_高凌信息_2022年年报.pdf
488
+ 688175_高凌信息_2023年年报.pdf
489
+ 688175_高凌信息_2024年年报.pdf
490
+ 688175_高凌信息_招股说明书.pdf
491
+ 688176_亚虹医药_2021年年报.pdf
492
+ 688176_亚虹医药_2022年年报.pdf
493
+ 688176_亚虹医药_2023年年报.pdf
494
+ 688176_亚虹医药_2024年年报.pdf
495
+ 688176_亚虹医药_招股说明书.pdf
496
+ 688177_百奥泰_2019年年报.pdf
497
+ 688177_百奥泰_2020年年报.pdf
498
+ 688177_百奥泰_2021年年报.pdf
499
+ 688177_百奥泰_2022年年报.pdf
500
+ 688177_百奥泰_2023年年报.pdf
501
+ 688177_百奥泰_2024年年报.pdf
502
+ 688177_百奥泰_招股说明书.pdf
503
+ 688182_灿勤科技_2021年年报.pdf
504
+ 688182_灿勤科技_2022年年报.pdf
505
+ 688182_灿勤科技_2023年年报.pdf
506
+ 688182_灿勤科技_2024年年报.pdf
507
+ 688182_灿勤科技_招股说明书.pdf
508
+ 688183_生益电子_2020年年报.pdf
509
+ 688183_生益电子_2021年年报.pdf
510
+ 688183_生益电子_2022年年报.pdf
511
+ 688183_生益电子_2023年年报.pdf
512
+ 688183_生益电子_2024年年报.pdf
513
+ 688183_生益电子_招股说明书.pdf
514
+ 688184_ST帕瓦_2022年年报.pdf
515
+ 688184_ST帕瓦_2023年年报.pdf
516
+ 688184_ST帕瓦_2024年年报.pdf
517
+ 688184_ST帕瓦_招股说明书.pdf
518
+ 688186_广大特材_2019年年报.pdf
519
+ 688186_广大特材_2020年年报.pdf
520
+ 688186_广大特材_2021年年报.pdf
521
+ 688186_广大特材_2022年年报.pdf
522
+ 688186_广大特材_2023年年报.pdf
523
+ 688186_广大特材_2024年年报.pdf
524
+ 688186_广大特材_招股说明书.pdf
525
+ 688188_柏楚电子_2019年年报.pdf
526
+ 688188_柏楚电子_2020年年报.pdf
527
+ 688188_柏楚电子_2021年��报.pdf
528
+ 688188_柏楚电子_2022年年报.pdf
529
+ 688188_柏楚电子_2023年年报.pdf
530
+ 688188_柏楚电子_2024年年报.pdf
531
+ 688188_柏楚电子_招股说明书.pdf
532
+ 688192_迪哲医药_2021年年报.pdf
533
+ 688192_迪哲医药_2022年年报.pdf
534
+ 688192_迪哲医药_2023年年报.pdf
535
+ 688192_迪哲医药_2024年年报.pdf
536
+ 688192_迪哲医药_招股说明书.pdf
537
+ 688195_腾景科技_2021年年报.pdf
538
+ 688195_腾景科技_2022年年报.pdf
539
+ 688195_腾景科技_2023年年报.pdf
540
+ 688195_腾景科技_2024年年报.pdf
541
+ 688195_腾景科技_招股说明书.pdf
542
+ 688196_卓越新能_2019年年报.pdf
543
+ 688196_卓越新能_2020年年报.pdf
544
+ 688196_卓越新能_2021年年报.pdf
545
+ 688196_卓越新能_2022年年报.pdf
546
+ 688196_卓越新能_2023年年报.pdf
547
+ 688196_卓越新能_2024年年报.pdf
548
+ 688196_卓越新能_招股说明书.pdf
549
+ 688199_久日新材_2019年年报.pdf
550
+ 688199_久日新材_2020年年报.pdf
551
+ 688199_久日新材_2021年年报.pdf
552
+ 688199_久日新材_2022年年报.pdf
553
+ 688199_久日新材_2023年年报.pdf
554
+ 688199_久日新材_2024年年报.pdf
555
+ 688199_久日新材_招股说明书.pdf
556
+ 688200_华峰测控_2019年年报.pdf
557
+ 688200_华峰测控_2020年年报.pdf
558
+ 688200_华峰测控_2021年年报.pdf
559
+ 688200_华峰测控_2022年年报.pdf
560
+ 688200_华峰测控_2023年年报.pdf
561
+ 688200_华峰测控_2024年年报.pdf
562
+ 688200_华峰测控_招股说明书.pdf
563
+ 688201_信安世纪_2021年年报.pdf
564
+ 688201_信安世纪_2022年年报.pdf
565
+ 688201_信安世纪_2023年年报.pdf
566
+ 688201_信安世纪_2024年年报.pdf
567
+ 688201_信安世纪_招股说明书.pdf
568
+ 688202_美迪西_2019年年报.pdf
569
+ 688202_美迪西_2020年年报.pdf
570
+ 688202_美迪西_2021年年报.pdf
571
+ 688202_美迪西_2022年年报.pdf
572
+ 688202_美迪西_2023年年报.pdf
573
+ 688202_美迪西_2024年年报.pdf
574
+ 688202_美迪西_招股说明书.pdf
575
+ 688207_格灵深瞳_2022年年报.pdf
576
+ 688207_格灵深瞳_2023年年报.pdf
577
+ 688207_格灵深瞳_2024年年报.pdf
578
+ 688207_格灵深瞳_招股说明书.pdf
579
+ 688211_中科微至_2021年年报.pdf
580
+ 688211_中科微至_2022年年报.pdf
581
+ 688211_中科微至_2023年年报.pdf
582
+ 688211_中科微至_2024年年报.pdf
583
+ 688211_中科微至_招股说明书.pdf
584
+ 688212_澳华内镜_2021年年报.pdf
585
+ 688212_澳华内镜_2022年年报.pdf
586
+ 688212_澳华内镜_2023年年报.pdf
587
+ 688212_澳华内镜_2024年年报.pdf
588
+ 688212_澳华内镜_招股说明书.pdf
589
+ 688216_气派科技_2021年年报.pdf
590
+ 688216_气派科技_2022年年报.pdf
591
+ 688216_气派科技_2023年年报.pdf
592
+ 688216_气派科技_2024年年报.pdf
593
+ 688216_气派科技_招股说明书.pdf
594
+ 688219_会通股份_2020年年报.pdf
595
+ 688219_会通股份_2021年年报.pdf
596
+ 688219_会通股份_2022年年报.pdf
597
+ 688219_会通股份_2023年年报.pdf
598
+ 688219_会通股份_2024年年报.pdf
599
+ 688219_会通股份_招股说明书.pdf
600
+ 688225_亚信安全_2021年年报.pdf
601
+ 688225_亚信安全_2022年年报.pdf
602
+ 688225_亚信安全_2023年年报.pdf
603
+ 688225_亚信安全_2024年年报.pdf
604
+ 688225_亚信安全_招股说明书.pdf
605
+ 688228_开普云_2020年年报.pdf
606
+ 688228_开普云_2021年年报.pdf
607
+ 688228_开普云_2022年年报.pdf
608
+ 688228_开普云_2023年年报.pdf
609
+ 688228_开普云_2024年年报.pdf
610
+ 688228_开普云_招股说明书.pdf
611
+ 688231_隆达股份_2022年年报.pdf
612
+ 688231_隆达股份_2023年年报.pdf
613
+ 688231_隆达股份_2024年年报.pdf
614
+ 688231_隆达股份_招股说明书.pdf
615
+ 688232_新点软件_2021年年报.pdf
616
+ 688232_新点软件_2022年年报.pdf
617
+ 688232_新点软件_2023年年报.pdf
618
+ 688232_新点软件_2024年年报.pdf
619
+ 688232_新点软件_招股说明书.pdf
620
+ 688237_超卓航科_2022年年报.pdf
621
+ 688237_超卓航科_2023年年报.pdf
622
+ 688237_超卓航科_2024年年报.pdf
623
+ 688237_超卓航科_招股说明书.pdf
624
+ 688238_和元生物_2022年年报.pdf
625
+ 688238_和元生物_2023年年报.pdf
626
+ 688238_和元生物_2024年年报.pdf
627
+ 688238_和元生物_招股说明书.pdf
628
+ 688244_永信至诚_2022年年报.pdf
629
+ 688244_永信至诚_2023年年报.pdf
630
+ 688244_永信至诚_2024年年报.pdf
631
+ 688244_永信至诚_招股说明书.pdf
632
+ 688246_嘉和美康_2021年年报.pdf
633
+ 688246_嘉和美康_2022年年报.pdf
634
+ 688246_嘉和美康_2023年年报.pdf
635
+ 688246_嘉和美康_2024年年报.pdf
636
+ 688246_嘉和美康_招股说明书.pdf
637
+ 688256_寒武纪_2020年年报.pdf
638
+ 688256_寒武纪_2021年年报.pdf
639
+ 688256_寒武纪_2022年年报.pdf
640
+ 688256_寒武纪_2023年年报.pdf
641
+ 688256_寒武纪_2024年年报.pdf
642
+ 688256_寒武纪_招股说明书.pdf
643
+ 688257_新锐股份_2021年年报.pdf
644
+ 688257_新锐股份_2022年年报.pdf
645
+ 688257_新锐股份_2023年年报.pdf
646
+ 688257_新锐股份_2024年年报.pdf
647
+ 688257_新锐股份_招股说明书.pdf
648
+ 688258_卓易信息_2019年年报.pdf
649
+ 688258_卓易信息_2020年年报.pdf
650
+ 688258_卓易信息_2021年年报.pdf
651
+ 688258_卓易信息_2022年年报.pdf
652
+ 688258_卓易信息_2023年年报.pdf
653
+ 688258_卓易信息_2024年年报.pdf
654
+ 688258_卓易信息_招股说明书.pdf
655
+ 688259_创耀科技_2021年年报.pdf
656
+ 688259_创耀科技_2022年年报.pdf
657
+ 688259_创耀科技_2023年年报.pdf
658
+ 688259_创耀科技_2024年年报.pdf
659
+ 688259_创耀科技_招股说明书.pdf
660
+ 688262_国芯科技_2021年年报.pdf
661
+ 688262_国芯科技_2022年年报.pdf
662
+ 688262_国芯科技_2023年年报.pdf
663
+ 688262_国芯科技_2024年年报.pdf
664
+ 688262_国芯科技_招股说明书.pdf
665
+ 688265_南模生物_2021年年报.pdf
666
+ 688265_南模生物_2022年年报.pdf
667
+ 688265_南模生物_2023年年报.pdf
668
+ 688265_南模生物_2024年年报.pdf
669
+ 688265_南模生物_招股说明书.pdf
670
+ 688266_泽璟制药_2019年年报.pdf
671
+ 688266_泽璟制药_2020年年报.pdf
672
+ 688266_泽璟制药_2021年年报.pdf
673
+ 688266_泽璟制药_2022年年报.pdf
674
+ 688266_泽璟制药_2023年年报.pdf
675
+ 688266_泽璟制药_2024年年报.pdf
676
+ 688266_泽璟制药_招股说明书.pdf
677
+ 688267_中触媒_2021年年报.pdf
678
+ 688267_中触媒_2022年年报.pdf
679
+ 688267_中触媒_2023年年报.pdf
680
+ 688267_中触媒_2024年年报.pdf
681
+ 688267_中触媒_招股说明书.pdf
682
+ 688269_凯立新材_2021年年报.pdf
683
+ 688269_凯立新材_2022年年报.pdf
684
+ 688269_凯立新材_2023年年报.pdf
685
+ 688269_凯立新材_2024年年报.pdf
686
+ 688269_凯立新材_招股说明书.pdf
687
+ 688271_联影医疗_2022年年报.pdf
688
+ 688271_联影医疗_2023年年报.pdf
689
+ 688271_联影医疗_2024年年报.pdf
690
+ 688271_联影医疗_招股说明书.pdf
691
+ 688275_万润新能_2022年年报.pdf
692
+ 688275_万润新能_2023年年报.pdf
693
+ 688275_万润新能_2024年年报.pdf
694
+ 688275_万润新能_招股说明书.pdf
695
+ 688276_百克生物_2021年年报.pdf
696
+ 688276_百克生物_2022年年报.pdf
697
+ 688276_百克生物_2023年年报.pdf
698
+ 688276_百克生物_2024年年报.pdf
699
+ 688276_百克生物_招股说明书.pdf
700
+ 688277_天智航_2020年年报.pdf
701
+ 688277_天智航_2021年年报.pdf
702
+ 688277_天智航_2022年年报.pdf
703
+ 688277_天智航_2023年年报.pdf
704
+ 688277_天智航_2024年年报.pdf
705
+ 688277_天智航_招股说明书.pdf
706
+ 688278_特宝生物_2019年年报.pdf
707
+ 688278_特宝生物_2020年年报.pdf
708
+ 688278_特宝生物_2021年年报.pdf
709
+ 688278_特宝生物_2022年年报.pdf
710
+ 688278_特宝生物_2023年年报.pdf
711
+ 688278_特宝生物_2024年年报.pdf
712
+ 688278_特宝生物_招股说明书.pdf
713
+ 688281_华秦科技_2022年年报.pdf
714
+ 688281_华秦科技_2023年年报.pdf
715
+ 688281_华秦科技_2024年年报.pdf
716
+ 688281_华秦科技_招股说明书.pdf
717
+ 688283_坤恒顺维_2021年年报.pdf
718
+ 688283_坤恒顺维_2022年年报.pdf
719
+ 688283_坤恒顺维_2023年年报.pdf
720
+ 688283_坤恒顺维_2024年年报.pdf
721
+ 688283_坤恒顺维_招股说明书.pdf
722
+ 688285_高铁电气_2021年年报.pdf
723
+ 688285_高铁电气_2022年年报.pdf
724
+ 688285_高铁电气_2023年年报.pdf
725
+ 688285_高铁电气_2024年年报.pdf
726
+ 688285_高铁电气_招股说明书.pdf
727
+ 688288_鸿泉物联_2019年年报.pdf
728
+ 688288_鸿泉物联_2020年年报.pdf
729
+ 688288_鸿泉物联_2021年年报.pdf
730
+ 688288_鸿泉物联_2022年年报.pdf
731
+ 688288_鸿泉物联_2023年年报.pdf
732
+ 688288_鸿泉物联_2024年年报.pdf
733
+ 688288_鸿泉物联_招股说明书.pdf
734
+ 688291_金橙子_2022年年报.pdf
735
+ 688291_金橙子_2023年年报.pdf
736
+ 688291_金橙子_2024年年报.pdf
737
+ 688291_金橙子_招股说明书.pdf
738
+ 688292_浩瀚深度_2022年年报.pdf
739
+ 688292_浩瀚深度_2023年年报.pdf
740
+ 688292_浩瀚深度_2024年年报.pdf
741
+ 688292_浩瀚深度_招股说明书.pdf
742
+ 688295_中复神鹰_2022年年报.pdf
743
+ 688295_中复神鹰_2023年年报.pdf
744
+ 688295_中复神鹰_2024年年报.pdf
745
+ 688295_中复神鹰_招股说明书.pdf
746
+ 688296_和达科技_2021年年报.pdf
747
+ 688296_和达科技_2022年年报.pdf
748
+ 688296_和达科技_2023年年报.pdf
749
+ 688296_和达科技_2024年年报.pdf
750
+ 688296_和达科技_招股说明书.pdf
751
+ 688297_中无人机_2022年年报.pdf
752
+ 688297_中无人机_2023年年报.pdf
753
+ 688297_中无人机_2024年年报.pdf
754
+ 688297_中无人机_招股说明书.pdf
755
+ 688298_东方生物_2019年年报.pdf
756
+ 688298_东方生物_2020年年报.pdf
757
+ 688298_东方生物_2021年年报.pdf
758
+ 688298_东方生物_2022年年报.pdf
759
+ 688298_东方生物_2023年年报.pdf
760
+ 688298_东方生物_2024年年报.pdf
761
+ 688298_东方生物_招股说明书.pdf
762
+ 688301_奕瑞科技_2020年年报.pdf
763
+ 688301_奕瑞科技_2021年年报.pdf
764
+ 688301_奕瑞科技_2022年年报.pdf
765
+ 688301_奕瑞科技_2023年年报.pdf
766
+ 688301_奕瑞科技_2024年年报.pdf
767
+ 688301_奕瑞科技_招股说明书.pdf
768
+ 688302_海创药业_2022年年报.pdf
769
+ 688302_海创药业_2023年年报.pdf
770
+ 688302_海创药业_2024年年报.pdf
771
+ 688302_海创药业_招股说明书.pdf
772
+ 688303_大全能源_2021年年报.pdf
773
+ 688303_大全能源_2022年年报.pdf
774
+ 688303_大全能源_2023年年报.pdf
775
+ 688303_大全能源_2024年年报.pdf
776
+ 688303_大全能源_招股说明书.pdf
777
+ 688305_科德数控_2021年年报.pdf
778
+ 688305_科德数控_2022年年报.pdf
779
+ 688305_科德数控_2023年年报.pdf
780
+ 688305_科德数控_2024年年报.pdf
781
+ 688305_科德数控_招股说明书.pdf
782
+ 688308_欧科亿_2020年年报.pdf
783
+ 688308_欧科亿_2021年年报.pdf
784
+ 688308_欧科亿_2022年年报.pdf
785
+ 688308_欧科亿_2023年年报.pdf
786
+ 688308_欧科亿_2024年年报.pdf
787
+ 688308_欧科亿_招股说明书.pdf
788
+ 688311_盟升电子_2020年年报.pdf
789
+ 688311_盟升电子_2021年年报.pdf
790
+ 688311_盟升电子_2022年年��.pdf
791
+ 688311_盟升电子_2023年年报.pdf
792
+ 688311_盟升电子_2024年年报.pdf
793
+ 688311_盟升电子_招股说明书.pdf
794
+ 688316_青云科技_2020年年报.pdf
795
+ 688316_青云科技_2021年年报.pdf
796
+ 688316_青云科技_2022年年报.pdf
797
+ 688316_青云科技_2023年年报.pdf
798
+ 688316_青云科技_2024年年报.pdf
799
+ 688316_青云科技_招股说明书.pdf
800
+ 688317_之江生物_2020年年报.pdf
801
+ 688317_之江生物_2021年年报.pdf
802
+ 688317_之江生物_2022年年报.pdf
803
+ 688317_之江生物_2023年年报.pdf
804
+ 688317_之江生物_2024年年报.pdf
805
+ 688317_之江生物_招股说明书.pdf
806
+ 688318_财富趋势_2020年年报.pdf
807
+ 688318_财富趋势_2021年年报.pdf
808
+ 688318_财富趋势_2022年年报.pdf
809
+ 688318_财富趋势_2023年年报.pdf
810
+ 688318_财富趋势_2024年年报.pdf
811
+ 688318_财富趋势_招股说明书.pdf
812
+ 688319_欧林生物_2021年年报.pdf
813
+ 688319_欧林生物_2022年年报.pdf
814
+ 688319_欧林生物_2023年年报.pdf
815
+ 688319_欧林生物_2024年年报.pdf
816
+ 688319_欧林生物_招股说明书.pdf
817
+ 688323_瑞华泰_2021年年报.pdf
818
+ 688323_瑞华泰_2022年年报.pdf
819
+ 688323_瑞华泰_2023年年报.pdf
820
+ 688323_瑞华泰_2024年年报.pdf
821
+ 688323_瑞华泰_招股说明书.pdf
822
+ 688326_经纬恒润_2022年年报.pdf
823
+ 688326_经纬恒润_2023年年报.pdf
824
+ 688326_经纬恒润_2024年年报.pdf
825
+ 688326_经纬恒润_招股说明书.pdf
826
+ 688328_深科达_2020年年报.pdf
827
+ 688328_深科达_2021年年报.pdf
828
+ 688328_深科达_2022年年报.pdf
829
+ 688328_深科达_2023年年报.pdf
830
+ 688328_深科达_2024年年报.pdf
831
+ 688328_深科达_招股说明书.pdf
832
+ 688330_宏力达_2020年年报.pdf
833
+ 688330_宏力达_2021年年报.pdf
834
+ 688330_宏力达_2022年年报.pdf
835
+ 688330_宏力达_2023年年报.pdf
836
+ 688330_宏力达_2024年年报.pdf
837
+ 688330_宏力达_招股说明书.pdf
838
+ 688332_中科蓝讯_2022年年报.pdf
839
+ 688332_中科蓝讯_2023年年报.pdf
840
+ 688332_中科蓝讯_2024年年报.pdf
841
+ 688332_中科蓝讯_招股说明书.pdf
842
+ 688333_铂力特_2019年年报.pdf
843
+ 688333_铂力特_2020年年报.pdf
844
+ 688333_铂力特_2021年年报.pdf
845
+ 688333_铂力特_2022年年报.pdf
846
+ 688333_铂力特_2023年年报.pdf
847
+ 688333_铂力特_2024年年报.pdf
848
+ 688333_铂力特_招股说明书.pdf
849
+ 688334_西高院_2023年年报.pdf
850
+ 688334_西高院_2024年年报.pdf
851
+ 688334_西高院_招股说明书.pdf
852
+ 688335_复洁环保_2020年年报.pdf
853
+ 688335_复洁环保_2021年年报.pdf
854
+ 688335_复洁环保_2022年年报.pdf
855
+ 688335_复洁环保_2023年年报.pdf
856
+ 688335_复洁环保_2024年年报.pdf
857
+ 688335_复洁环保_招股说明书.pdf
858
+ 688337_普源精电_2022年年报.pdf
859
+ 688337_普源精电_2023年年报.pdf
860
+ 688337_普源精电_2024年年报.pdf
861
+ 688337_普源精电_招股说明书.pdf
862
+ 688339_亿华通_2020年年报.pdf
863
+ 688339_亿华通_2021年年报.pdf
864
+ 688339_亿华通_2022年年报.pdf
865
+ 688339_亿华通_2023年年报.pdf
866
+ 688339_亿华通_2024年年报.pdf
867
+ 688339_亿华通_招股说明书.pdf
868
+ 688347_华虹公司_2023年年报.pdf
869
+ 688347_华虹公司_2024年年报.pdf
870
+ 688347_华虹公司_招股说明书.pdf
871
+ 688350_富淼科技_2020年年报.pdf
872
+ 688350_富淼科技_2021年年报.pdf
873
+ 688350_富淼科技_2022年年报.pdf
874
+ 688350_富淼科技_2023年年报.pdf
875
+ 688350_富淼科技_2024年年报.pdf
876
+ 688350_富淼科技_招股说明书.pdf
877
+ 688351_微电生理_2022年年报.pdf
878
+ 688351_微电生理_2023年年报.pdf
879
+ 688351_微电生理_2024年年报.pdf
880
+ 688351_微电生理_招股说明书.pdf
881
+ 688357_建龙微纳_2019年年报.pdf
882
+ 688357_建龙微纳_2020年年报.pdf
883
+ 688357_建龙微纳_2021年年报.pdf
884
+ 688357_建龙微纳_2022年年报.pdf
885
+ 688357_建龙微纳_2023年年报.pdf
886
+ 688357_建龙微纳_2024年年报.pdf
887
+ 688357_建龙微纳_招股说明书.pdf
888
+ 688358_祥生医疗_2019年年报.pdf
889
+ 688358_祥生医疗_2020年年报.pdf
890
+ 688358_祥生医疗_2021年年报.pdf
891
+ 688358_祥生医疗_2022年年报.pdf
892
+ 688358_祥生医疗_2023年年报.pdf
893
+ 688358_祥生医疗_2024年年报.pdf
894
+ 688358_祥生医疗_招股说明书.pdf
895
+ 688360_德马科技_2020年年报.pdf
896
+ 688360_德马科技_2021年年报.pdf
897
+ 688360_德马科技_2022年年报.pdf
898
+ 688360_德马科技_2023年年报.pdf
899
+ 688360_德马科技_2024年年报.pdf
900
+ 688360_德马科技_招股说明书.pdf
901
+ 688365_光云科技_2020年年报.pdf
902
+ 688365_光云科技_2021年年报.pdf
903
+ 688365_光云科技_2022年年报.pdf
904
+ 688365_光云科技_2023年年报.pdf
905
+ 688365_光云科技_2024年年报.pdf
906
+ 688365_光云科技_招股说明书.pdf
907
+ 688367_工大高科_2021年年报.pdf
908
+ 688367_工大高科_2022年年报.pdf
909
+ 688367_工大高科_2023年年报.pdf
910
+ 688367_工大高科_2024年年报.pdf
911
+ 688367_工大高科_招股说明书.pdf
912
+ 688368_晶丰明源_2019年年报.pdf
913
+ 688368_晶丰明源_2020年年报.pdf
914
+ 688368_晶丰明源_2021年年报.pdf
915
+ 688368_晶丰明源_2022年年报.pdf
916
+ 688368_晶丰明源_2023年年报.pdf
917
+ 688368_晶丰明源_2024年年报.pdf
918
+ 688368_晶丰明源_招股说明书.pdf
919
+ 688369_致远互联_2019年年报.pdf
920
+ 688369_致远互联_2020年年报.pdf
921
+ 688369_致远互联_2021年年报.pdf
922
+ 688369_致远互联_2022年年报.pdf
923
+ 688369_致远互联_2023年年报.pdf
924
+ 688369_致远互联_2024年年报.pdf
925
+ 688369_致远互联_招股说明书.pdf
926
+ 688373_盟科药业_2022年年报.pdf
927
+ 688373_盟科药业_2023年年报.pdf
928
+ 688373_盟科药业_2024年年报.pdf
929
+ 688373_盟科药业_招股说明书.pdf
930
+ 688376_美埃科技_2022年年报.pdf
931
+ 688376_美埃科技_2023年年报.pdf
932
+ 688376_美埃科技_2024年年报.pdf
933
+ 688376_美埃科技_招股说明书.pdf
934
+ 688377_迪威尔_2020年年报.pdf
935
+ 688377_迪威尔_2021年年报.pdf
936
+ 688377_迪威尔_2022年年报.pdf
937
+ 688377_迪威尔_2023年年报.pdf
938
+ 688377_迪威尔_2024年年报.pdf
939
+ 688377_迪威尔_招股说明书.pdf
940
+ 688378_奥来德_2020年年报.pdf
941
+ 688378_奥来德_2021年年报.pdf
942
+ 688378_奥来德_2022年年报.pdf
943
+ 688378_奥来德_2023年年报.pdf
944
+ 688378_奥来德_2024年年报.pdf
945
+ 688378_奥来德_招股说明书.pdf
946
+ 688379_华光新材_2020年年报.pdf
947
+ 688379_华光新材_2021年年报.pdf
948
+ 688379_华光新材_2022年年报.pdf
949
+ 688379_华光新材_2023年年报.pdf
950
+ 688379_华光新材_2024年年报.pdf
951
+ 688379_华光新材_招股说明书.pdf
952
+ 688385_复旦微电_2021年年报.pdf
953
+ 688385_复旦微电_2022年年报.pdf
954
+ 688385_复旦微电_2023年年报.pdf
955
+ 688385_复旦微电_2024年年报.pdf
956
+ 688385_复旦微电_招股说明书.pdf
957
+ 688388_嘉元科技_2019年年报.pdf
958
+ 688388_嘉元科技_2020年年报.pdf
959
+ 688388_嘉元科技_2021年年报.pdf
960
+ 688388_嘉元科技_2022年年报.pdf
961
+ 688388_嘉元科技_2023年年报.pdf
962
+ 688388_嘉元科技_2024年年报.pdf
963
+ 688388_嘉元科技_招股说明书.pdf
964
+ 688393_安必平_2020年年报.pdf
965
+ 688393_安必平_2021年年报.pdf
966
+ 688393_安必平_2022年年报.pdf
967
+ 688393_安必平_2023年年报.pdf
968
+ 688393_安必平_2024年年报.pdf
969
+ 688393_安必平_招股说明书.pdf
970
+ 688400_凌云光_2022年年报.pdf
971
+ 688400_凌云光_2023年年报.pdf
972
+ 688400_凌云光_2024年年报.pdf
973
+ 688400_凌云光_招股说明书.pdf
974
+ 688408_中信博_2020年年报.pdf
975
+ 688408_中信博_2021年年报.pdf
976
+ 688408_中信博_2022年年报.pdf
977
+ 688408_中信博_2023年年报.pdf
978
+ 688408_中信博_2024年年报.pdf
979
+ 688408_中信博_招股说明书.pdf
980
+ 688409_富创精密_2022年年报.pdf
981
+ 688409_富创精密_2023年年报.pdf
982
+ 688409_富创精密_2024年年报.pdf
983
+ 688409_富创精密_招股说明书.pdf
984
+ 688419_耐科装备_2022年年报.pdf
985
+ 688419_耐科装备_2023年年报.pdf
986
+ 688419_耐科装备_2024年年报.pdf
987
+ 688419_耐科装备_招股说明书.pdf
988
+ 688426_康为世纪_2022年年报.pdf
989
+ 688426_康为世纪_2023年年报.pdf
990
+ 688426_康为世纪_2024年年报.pdf
991
+ 688426_康为世纪_招股说明书.pdf
992
+ 688432_有研硅_2022年年报.pdf
993
+ 688432_有研硅_2023年年报.pdf
994
+ 688432_有研硅_2024年年报.pdf
995
+ 688432_有研硅_招股说明书.pdf
996
+ 688435_英方软件_2022年年报.pdf
997
+ 688435_英方软件_2023年年报.pdf
998
+ 688435_英方软件_2024年年报.pdf
999
+ 688435_英方软件_招股说明书.pdf
1000
+ 688439_振华风光_2022年年报.pdf
1001
+ 688439_振华风光_2023年年报.pdf
1002
+ 688439_振华风光_2024年年报.pdf
1003
+ 688439_振华风光_招股说明书.pdf
1004
+ 688443_智翔金泰_2023年年报.pdf
1005
+ 688443_智翔金泰_2024年年报.pdf
1006
+ 688443_智翔金泰_招股说明书.pdf
1007
+ 688449_联芸科技_2024年年报.pdf
1008
+ 688449_联芸科技_招股说明书.pdf
1009
+ 688455_科捷智能_2022年年报.pdf
1010
+ 688455_科捷智能_2023年年报.pdf
1011
+ 688455_科捷智能_2024年年报.pdf
1012
+ 688455_科捷智能_招股说明书.pdf
1013
+ 688456_有研粉材_2020年年报.pdf
1014
+ 688456_有研粉材_2021年年报.pdf
1015
+ 688456_有研粉材_2022年年报.pdf
1016
+ 688456_有研粉材_2023年年报.pdf
1017
+ 688456_有研粉材_2024年年报.pdf
1018
+ 688456_有研粉材_招股说明书.pdf
1019
+ 688475_萤石网络_2022年年报.pdf
1020
+ 688475_萤石网络_2023年年报.pdf
1021
+ 688475_萤石网络_2024年年报.pdf
1022
+ 688475_萤石网络_招股说明书.pdf
1023
+ 688478_晶升股份_2023年年报.pdf
1024
+ 688478_晶升股份_2024年年报.pdf
1025
+ 688478_晶升股份_招股说明书.pdf
1026
+ 688501_青达环保_2021年年报.pdf
1027
+ 688501_青达环保_2022年年报.pdf
1028
+ 688501_青达环保_2023年年报.pdf
1029
+ 688501_青达环保_2024年年报.pdf
1030
+ 688501_青达环保_招股说明书.pdf
1031
+ 688502_茂莱光学_2023年年报.pdf
1032
+ 688502_茂莱光学_2024年年报.pdf
1033
+ 688502_茂莱光学_招股说明书.pdf
1034
+ 688506_百利天恒_2022年年报.pdf
1035
+ 688506_百利天恒_2023年年报.pdf
1036
+ 688506_百利天恒_2024年年报.pdf
1037
+ 688506_百利天恒_招股说明书.pdf
1038
+ 688507_索辰科技_2023年年报.pdf
1039
+ 688507_索辰科技_2024年年报.pdf
1040
+ 688507_索辰科技_招股说明书.pdf
1041
+ 688511_ST天微_2021年年报.pdf
1042
+ 688511_ST天微_2022年年报.pdf
1043
+ 688511_ST天微_2023年年报.pdf
1044
+ 688511_ST天微_2024年年报.pdf
1045
+ 688511_ST天微_招股说明书.pdf
1046
+ 688517_金冠电气_2021年年报.pdf
1047
+ 688517_金冠电气_2022年年报.pdf
1048
+ 688517_金冠电气_2023年年报.pdf
1049
+ 688517_金冠电气_2024年年报.pdf
1050
+ 688517_金冠电气_招股说明书.pdf
1051
+ 688518_联赢激光_2020年年报.pdf
1052
+ 688518_联赢激光_2021年年报.pdf
1053
+ 688518_联赢激光_2022年年报.pdf
1054
+ 688518_联赢激光_2023年年报.pdf
1055
+ 688518_联赢激光_2024年年报.pdf
1056
+ 688518_联赢激光_招股说明书.pdf
1057
+ 688520_神州细胞_2020年年报.pdf
1058
+ 688520_神州细胞_2021年年报.pdf
1059
+ 688520_神州细胞_2022年年报.pdf
1060
+ 688520_神州细胞_2023年年报.pdf
1061
+ 688520_神州细胞_2024年年报.pdf
1062
+ 688520_神州细胞_招股说明书.pdf
1063
+ 688521_芯原股份_2020年年报.pdf
1064
+ 688521_芯原股份_2021年年报.pdf
1065
+ 688521_芯原股份_2022年年报.pdf
1066
+ 688521_芯原股份_2023年年报.pdf
1067
+ 688521_芯原股份_2024年年报.pdf
1068
+ 688521_芯原股份_招股说明书.pdf
1069
+ 688523_航天环宇_2023年年报.pdf
1070
+ 688523_航天环宇_2024年年报.pdf
1071
+ 688523_航天环宇_招股说明书.pdf
1072
+ 688528_秦川物联_2020年年报.pdf
1073
+ 688528_秦川物联_2021年年报.pdf
1074
+ 688528_秦川物联_2022年年报.pdf
1075
+ 688528_秦川物联_2023年年报.pdf
1076
+ 688528_秦川物联_2024年年报.pdf
1077
+ 688528_秦川物联_招股说明书.pdf
1078
+ 688529_豪森智能_2020年年报.pdf
1079
+ 688529_豪森智能_2021年年报.pdf
1080
+ 688529_豪森智能_2022年年报.pdf
1081
+ 688529_豪森智能_2023年年报.pdf
1082
+ 688529_豪森智能_2024年年报.pdf
1083
+ 688529_豪森智能_招股说明书.pdf
1084
+ 688531_日联科技_2023年年报.pdf
1085
+ 688531_日联科技_2024年年报.pdf
1086
+ 688531_日联科技_招股说明书.pdf
1087
+ 688533_上声电子_2021年年报.pdf
1088
+ 688533_上声电子_2022年年报.pdf
1089
+ 688533_上声电子_2023年年报.pdf
1090
+ 688533_上声电子_2024年年报.pdf
1091
+ 688533_上声电子_招股说明书.pdf
1092
+ 688535_华海诚科_2023年年报.pdf
1093
+ 688535_华海诚科_2024年年报.pdf
1094
+ 688535_华海诚科_招股说明书.pdf
1095
+ 688536_思瑞浦_2020年年报.pdf
1096
+ 688536_思瑞浦_2021年年报.pdf
1097
+ 688536_思瑞浦_2022年年报.pdf
1098
+ 688536_思瑞浦_2023年年报.pdf
1099
+ 688536_思瑞浦_2024年年报.pdf
1100
+ 688536_思瑞浦_招股说明书.pdf
1101
+ 688543_国科军工_2023年年报.pdf
1102
+ 688543_国科军工_2024年年报.pdf
1103
+ 688543_国科军工_招股说明书.pdf
1104
+ 688545_兴福电子_2024年年报.pdf
1105
+ 688545_兴福电子_招股说明书.pdf
1106
+ 688549_中巨芯_2023年年报.pdf
1107
+ 688549_中巨芯_2024年年报.pdf
1108
+ 688549_中巨芯_招股说明书.pdf
1109
+ 688550_瑞联新材_2020年年报.pdf
1110
+ 688550_瑞联新材_2021年年报.pdf
1111
+ 688550_瑞联新材_2022年年报.pdf
1112
+ 688550_瑞联新材_2023年年报.pdf
1113
+ 688550_瑞联新材_2024年年报.pdf
1114
+ 688550_瑞联新材_招股说明书.pdf
1115
+ 688551_科威尔_2020年年报.pdf
1116
+ 688551_科威尔_2021年年报.pdf
1117
+ 688551_科威尔_2022年年报.pdf
1118
+ 688551_科威尔_2023年年报.pdf
1119
+ 688551_科威尔_2024年年报.pdf
1120
+ 688551_科威尔_招股说明书.pdf
1121
+ 688552_航天南湖_2023年年报.pdf
1122
+ 688552_航天南湖_2024年年报.pdf
1123
+ 688552_航天南湖_招股说明书.pdf
1124
+ 688553_汇宇制药_2021年年报.pdf
1125
+ 688553_汇宇制药_2022年年报.pdf
1126
+ 688553_汇宇制药_2023年年报.pdf
1127
+ 688553_汇宇制药_2024年年报.pdf
1128
+ 688553_汇宇制药_招股说明书.pdf
1129
+ 688556_高测股份_2020年年报.pdf
1130
+ 688556_高测股份_2021年年报.pdf
1131
+ 688556_高测股份_2022年年报.pdf
1132
+ 688556_高测股份_2023年年报.pdf
1133
+ 688556_高测股份_2024年年报.pdf
1134
+ 688556_高测股份_招股说明书.pdf
1135
+ 688557_兰剑智能_2020年年报.pdf
1136
+ 688557_兰剑智能_2021年年报.pdf
1137
+ 688557_兰剑智能_2022年年报.pdf
1138
+ 688557_兰剑智能_2023年年报.pdf
1139
+ 688557_兰剑智能_2024年年报.pdf
1140
+ 688557_兰剑智能_招股说明书.pdf
1141
+ 688559_海目星_2020年年报.pdf
1142
+ 688559_海目星_2021年年报.pdf
1143
+ 688559_海目星_2022年年报.pdf
1144
+ 688559_海目星_2023年年报.pdf
1145
+ 688559_海目星_2024年年报.pdf
1146
+ 688559_海目星_招股说明书.pdf
1147
+ 688560_明冠新材_2020年年报.pdf
1148
+ 688560_明冠新材_2021年年报.pdf
1149
+ 688560_明冠新材_2022年年报.pdf
1150
+ 688560_明冠新材_2023年年报.pdf
1151
+ 688560_明冠新材_2024年年报.pdf
1152
+ 688560_明冠新材_招股说明书.pdf
1153
+ 688562_航天软件_2023年年报.pdf
1154
+ 688562_航天软件_2024年年报.pdf
1155
+ 688562_航天软件_招股说明书.pdf
1156
+ 688566_吉贝尔_2020年年报.pdf
1157
+ 688566_吉贝尔_2021年年报.pdf
1158
+ 688566_吉贝尔_2022年年报.pdf
1159
+ 688566_吉贝尔_2023年年报.pdf
1160
+ 688566_吉贝尔_2024年年报.pdf
1161
+ 688566_吉贝尔_招股说明书.pdf
1162
+ 688571_杭华股份_2020年年报.pdf
1163
+ 688571_杭华股份_2021年年报.pdf
1164
+ 688571_杭华股份_2022年年报.pdf
1165
+ 688571_杭华股份_2023年年报.pdf
1166
+ 688571_杭华股份_2024年年报.pdf
1167
+ 688571_杭华股份_招股说明书.pdf
1168
+ 688577_浙海德曼_2020年年报.pdf
1169
+ 688577_浙海德曼_2021年年报.pdf
1170
+ 688577_浙海德曼_2022年年报.pdf
1171
+ 688577_浙海德曼_2023年年报.pdf
1172
+ 688577_浙海德曼_2024年年报.pdf
1173
+ 688577_浙海德曼_招股说明书.pdf
1174
+ 688578_艾力斯_2020年年报.pdf
1175
+ 688578_艾力斯_2021年年报.pdf
1176
+ 688578_艾力斯_2022年年报.pdf
1177
+ 688578_艾力斯_2023年年报.pdf
1178
+ 688578_艾力斯_2024年年报.pdf
1179
+ 688578_艾力斯_招股说明书.pdf
1180
+ 688579_山大地纬_2020年年报.pdf
1181
+ 688579_山大地纬_2021年年报.pdf
1182
+ 688579_山大地纬_2022年年报.pdf
1183
+ 688579_山大地纬_2023年年报.pdf
1184
+ 688579_山大地纬_2024年年报.pdf
1185
+ 688579_山大地纬_招股说明书.pdf
1186
+ 688584_上海合晶_2023年年报.pdf
1187
+ 688584_上海合晶_2024年年报.pdf
1188
+ 688584_上海合晶_招���说明书.pdf
1189
+ 688585_上纬新材_2020年年报.pdf
1190
+ 688585_上纬新材_2021年年报.pdf
1191
+ 688585_上纬新材_2022年年报.pdf
1192
+ 688585_上纬新材_2023年年报.pdf
1193
+ 688585_上纬新材_2024年年报.pdf
1194
+ 688585_上纬新材_招股说明书.pdf
1195
+ 688586_江航装备_2020年年报.pdf
1196
+ 688586_江航装备_2021年年报.pdf
1197
+ 688586_江航装备_2022年年报.pdf
1198
+ 688586_江航装备_2023年年报.pdf
1199
+ 688586_江航装备_2024年年报.pdf
1200
+ 688586_江航装备_招股说明书.pdf
1201
+ 688590_新致软件_2020年年报.pdf
1202
+ 688590_新致软件_2021年年报.pdf
1203
+ 688590_新致软件_2022年年报.pdf
1204
+ 688590_新致软件_2023年年报.pdf
1205
+ 688590_新致软件_2024年年报.pdf
1206
+ 688590_新致软件_招股说明书.pdf
1207
+ 688592_司南导航_2023年年报.pdf
1208
+ 688592_司南导航_2024年年报.pdf
1209
+ 688592_司南导航_招股说明书.pdf
1210
+ 688597_煜邦电力_2021年年报.pdf
1211
+ 688597_煜邦电力_2022年年报.pdf
1212
+ 688597_煜邦电力_2023年年报.pdf
1213
+ 688597_煜邦电力_2024年年报.pdf
1214
+ 688597_煜邦电力_招股说明书.pdf
1215
+ 688598_金博股份_2020年年报.pdf
1216
+ 688598_金博股份_2021年年报.pdf
1217
+ 688598_金博股份_2022年年报.pdf
1218
+ 688598_金博股份_2023年年报.pdf
1219
+ 688598_金博股份_2024年年报.pdf
1220
+ 688598_金博股份_招股说明书.pdf
1221
+ 688599_天合光能_2020年年报.pdf
1222
+ 688599_天合光能_2021年年报.pdf
1223
+ 688599_天合光能_2022年年报.pdf
1224
+ 688599_天合光能_2023年年报.pdf
1225
+ 688599_天合光能_2024年年报.pdf
1226
+ 688599_天合光能_招股说明书.pdf
1227
+ 688600_皖仪科技_2020年年报.pdf
1228
+ 688600_皖仪科技_2021年年报.pdf
1229
+ 688600_皖仪科技_2022年年报.pdf
1230
+ 688600_皖仪科技_2023年年报.pdf
1231
+ 688600_皖仪科技_2024年年报.pdf
1232
+ 688600_皖仪科技_招股说明书.pdf
1233
+ 688601_力芯微_2021年年报.pdf
1234
+ 688601_力芯微_2022年年报.pdf
1235
+ 688601_力芯微_2023年年报.pdf
1236
+ 688601_力芯微_2024年年报.pdf
1237
+ 688601_力芯微_招股说明书.pdf
1238
+ 688602_康鹏科技_2023年年报.pdf
1239
+ 688602_康鹏科技_2024年年报.pdf
1240
+ 688602_康鹏科技_招股说明书.pdf
1241
+ 688608_恒玄科技_2020年年报.pdf
1242
+ 688608_恒玄科技_2021年年报.pdf
1243
+ 688608_恒玄科技_2022年年报.pdf
1244
+ 688608_恒玄科技_2023年年报.pdf
1245
+ 688608_恒玄科技_2024年年报.pdf
1246
+ 688608_恒玄科技_招股说明书.pdf
1247
+ 688611_杭州柯林_2021年年报.pdf
1248
+ 688611_杭州柯林_2022年年报.pdf
1249
+ 688611_杭州柯林_2023年年报.pdf
1250
+ 688611_杭州柯林_2024年年报.pdf
1251
+ 688611_杭州柯林_招股说明书.pdf
1252
+ 688612_威迈斯_2023年年报.pdf
1253
+ 688612_威迈斯_2024年年报.pdf
1254
+ 688612_威迈斯_招股说明书.pdf
1255
+ 688615_合合信息_2024年年报.pdf
1256
+ 688615_合合信息_招股说明书.pdf
1257
+ 688618_三旺通信_2020年年报.pdf
1258
+ 688618_三旺通信_2021年年报.pdf
1259
+ 688618_三旺通信_2022年年报.pdf
1260
+ 688618_三旺通信_2023年年报.pdf
1261
+ 688618_三旺通信_2024年年报.pdf
1262
+ 688618_三旺通信_招股说明书.pdf
1263
+ 688619_罗普特_2020年年报.pdf
1264
+ 688619_罗普特_2021年年报.pdf
1265
+ 688619_罗普特_2022年年报.pdf
1266
+ 688619_罗普特_2023年年报.pdf
1267
+ 688619_罗普特_2024年年报.pdf
1268
+ 688619_罗普特_招股说明书.pdf
1269
+ 688621_阳光诺和_2021年年报.pdf
1270
+ 688621_阳光诺和_2022年年报.pdf
1271
+ 688621_阳光诺和_2023年年报.pdf
1272
+ 688621_阳光诺和_2024年年报.pdf
1273
+ 688621_阳光诺和_招股说明书.pdf
1274
+ 688622_禾信仪器_2021年年报.pdf
1275
+ 688622_禾信仪器_2022年年报.pdf
1276
+ 688622_禾信仪器_2023年年报.pdf
1277
+ 688622_禾信仪器_2024年年报.pdf
1278
+ 688622_禾信仪器_招股说明书.pdf
1279
+ 688623_双元科技_2023年年报.pdf
1280
+ 688623_双元科技_2024年年报.pdf
1281
+ 688623_双元科技_招股说明书.pdf
1282
+ 688626_翔宇医疗_2020年年报.pdf
1283
+ 688626_翔宇医疗_2021年年报.pdf
1284
+ 688626_翔宇医疗_2022年年报.pdf
1285
+ 688626_翔宇医疗_2023年年报.pdf
1286
+ 688626_翔宇医疗_2024年年报.pdf
1287
+ 688626_翔宇医疗_招股说明书.pdf
1288
+ 688628_优利德_2020年年报.pdf
1289
+ 688628_优利德_2021年年报.pdf
1290
+ 688628_优利德_2022年年报.pdf
1291
+ 688628_优利德_2023年年报.pdf
1292
+ 688628_优利德_2024年年报.pdf
1293
+ 688628_优利德_招股说明书.pdf
1294
+ 688629_华丰科技_2023年年报.pdf
1295
+ 688629_华丰科技_2024年年报.pdf
1296
+ 688629_华丰科技_招股说明书.pdf
1297
+ 688639_华恒生物_2021年年报.pdf
1298
+ 688639_华恒生物_2022年年报.pdf
1299
+ 688639_华恒生物_2023年年报.pdf
1300
+ 688639_华恒生物_2024年年报.pdf
1301
+ 688639_华恒生物_招股说明书.pdf
1302
+ 688648_中邮科技_2023年年报.pdf
1303
+ 688648_中邮科技_2024年年报.pdf
1304
+ 688648_中邮科技_招股说明书.pdf
1305
+ 688651_盛邦安全_2023年年报.pdf
1306
+ 688651_盛邦安全_2024年年报.pdf
1307
+ 688651_盛邦安全_招股说明书.pdf
1308
+ 688655_迅捷兴_2021年年报.pdf
1309
+ 688655_迅捷兴_2022年年报.pdf
1310
+ 688655_迅捷兴_2023年年报.pdf
1311
+ 688655_迅捷兴_2024年年报.pdf
1312
+ 688655_迅捷兴_招股说明书.pdf
1313
+ 688656_浩欧博_2020年年报.pdf
1314
+ 688656_浩欧博_2021年年报.pdf
1315
+ 688656_浩欧博_2022年年报.pdf
1316
+ 688656_浩欧博_2023年年报.pdf
1317
+ 688656_浩欧博_2024年年报.pdf
1318
+ 688656_浩欧博_招股说明书.pdf
1319
+ 688657_浩辰软件_2023年年报.pdf
1320
+ 688657_浩辰软件_2024年年报.pdf
1321
+ 688657_浩辰软件_招股说明书.pdf
1322
+ 688662_富信科技_2021年年报.pdf
1323
+ 688662_富信科技_2022年年报.pdf
1324
+ 688662_富信科技_2023年年报.pdf
1325
+ 688662_富信科技_2024年年报.pdf
1326
+ 688662_富信科技_招股说明书.pdf
1327
+ 688663_新风光_2020年年报.pdf
1328
+ 688663_新风光_2021年年报.pdf
1329
+ 688663_新风光_2022年年报.pdf
1330
+ 688663_新风光_2023年年报.pdf
1331
+ 688663_新风光_2024年年报.pdf
1332
+ 688663_新风光_招股说明书.pdf
1333
+ 688669_聚石化学_2020年年报.pdf
1334
+ 688669_聚石化学_2021年年报.pdf
1335
+ 688669_聚石化学_2022年年报.pdf
1336
+ 688669_聚石化学_2023年年报.pdf
1337
+ 688669_聚石化学_2024年年报.pdf
1338
+ 688669_聚石化学_招股说明书.pdf
1339
+ 688679_通源环境_2020年年报.pdf
1340
+ 688679_通源环境_2021年年报.pdf
1341
+ 688679_通源环境_2022年年报.pdf
1342
+ 688679_通源环境_2023年年报.pdf
1343
+ 688679_通源环境_2024年年报.pdf
1344
+ 688679_通源环境_招股说明书.pdf
1345
+ 688681_科汇股份_2021年年报.pdf
1346
+ 688681_科汇股份_2022年年报.pdf
1347
+ 688681_科汇股份_2023年年报.pdf
1348
+ 688681_科汇股份_2024年年报.pdf
1349
+ 688681_科汇股份_招股说明书.pdf
1350
+ 688685_迈信林_2021年年报.pdf
1351
+ 688685_迈信林_2022年年报.pdf
1352
+ 688685_迈信林_2023年年报.pdf
1353
+ 688685_迈信林_2024年年报.pdf
1354
+ 688685_迈信林_招股说明书.pdf
1355
+ 688687_凯因科技_2020年年报.pdf
1356
+ 688687_凯因科技_2021年年报.pdf
1357
+ 688687_凯因科技_2022年年报.pdf
1358
+ 688687_凯因科技_2023年年报.pdf
1359
+ 688687_凯因科技_2024年年报.pdf
1360
+ 688687_凯因科技_招股说明书.pdf
1361
+ 688689_银河微电_2020年年报.pdf
1362
+ 688689_银河微电_2021年年报.pdf
1363
+ 688689_银河微电_2022年年报.pdf
1364
+ 688689_银河微电_2023年年报.pdf
1365
+ 688689_银河微电_2024年年报.pdf
1366
+ 688689_银河微电_招股说明书.pdf
1367
+ 688690_纳微科技_2021年年报.pdf
1368
+ 688690_纳微科技_2022年年报.pdf
1369
+ 688690_纳微科技_2023年年报.pdf
1370
+ 688690_纳微科技_2024年年报.pdf
1371
+ 688690_纳微科技_招股说明书.pdf
1372
+ 688692_达梦数据_2024年年报.pdf
1373
+ 688692_达梦数据_招股说明书.pdf
1374
+ 688696_极米科技_2020年年报.pdf
1375
+ 688696_极米科技_2021年年报.pdf
1376
+ 688696_极米科技_2022年年报.pdf
1377
+ 688696_极米科技_2023年年报.pdf
1378
+ 688696_极米科技_2024年年报.pdf
1379
+ 688696_极米科技_招股说明书.pdf
1380
+ 688697_纽威数控_2021年年报.pdf
1381
+ 688697_纽威数控_2022年年报.pdf
1382
+ 688697_纽威数控_2023年年报.pdf
1383
+ 688697_纽威数控_2024年年报.pdf
1384
+ 688697_纽威数控_招股说明书.pdf
1385
+ 688698_伟创电气_2020年年报.pdf
1386
+ 688698_伟创电气_2021年年报.pdf
1387
+ 688698_伟创电气_2022年年报.pdf
1388
+ 688698_伟创电气_2023年年报.pdf
1389
+ 688698_伟创电气_2024年年报.pdf
1390
+ 688698_伟创电气_招股说明书.pdf
1391
+ 688701_卓锦股份_2021年年报.pdf
1392
+ 688701_卓锦股份_2022年年报.pdf
1393
+ 688701_卓锦股份_2023年年报.pdf
1394
+ 688701_卓锦股份_2024年年报.pdf
1395
+ 688701_卓锦股份_招股说明书.pdf
1396
+ 688707_振华新材_2021年年报.pdf
1397
+ 688707_振华新材_2022年年报.pdf
1398
+ 688707_振华新材_2023年年报.pdf
1399
+ 688707_振华新材_2024年年报.pdf
1400
+ 688707_振华新材_招股说明书.pdf
1401
+ 688708_佳驰科技_2024年年报.pdf
1402
+ 688708_佳驰科技_招股说明书.pdf
1403
+ 688709_成都华微_2023年年报.pdf
1404
+ 688709_成都华微_2024年年报.pdf
1405
+ 688709_成都华微_招股说明书.pdf
1406
+ 688711_宏微科技_2021年年报.pdf
1407
+ 688711_宏微科技_2022年年报.pdf
1408
+ 688711_宏微科技_2023年年报.pdf
1409
+ 688711_宏微科技_2024年年报.pdf
1410
+ 688711_宏微科技_招股说明书.pdf
1411
+ 688718_唯赛勃_2021年年报.pdf
1412
+ 688718_唯赛勃_2022年年报.pdf
1413
+ 688718_唯赛勃_2023年年报.pdf
1414
+ 688718_唯赛勃_2024年年报.pdf
1415
+ 688718_唯赛勃_招股说明书.pdf
1416
+ 688721_龙图光罩_2024年年报.pdf
1417
+ 688721_龙图光罩_招股说明书.pdf
1418
+ 688722_同益中_2021年年报.pdf
1419
+ 688722_同益中_2022年年报.pdf
1420
+ 688722_同益中_2023年年报.pdf
1421
+ 688722_同益中_2024年年报.pdf
1422
+ 688722_同益中_招股说明书.pdf
1423
+ 688728_格科微_2021年年报.pdf
1424
+ 688728_格科微_2022年年报.pdf
1425
+ 688728_格科微_2023年年报.pdf
1426
+ 688728_格科微_2024年年报.pdf
1427
+ 688728_格科微_招股说明书.pdf
1428
+ 688733_壹石通_2021年年报.pdf
1429
+ 688733_壹石通_2022年年报.pdf
1430
+ 688733_壹石通_2023年年报.pdf
1431
+ 688733_壹石通_2024年年报.pdf
1432
+ 688733_壹石通_招股说明书.pdf
1433
+ 688739_成大生物_2021年年报.pdf
1434
+ 688739_成大生物_2022年年报.pdf
1435
+ 688739_成大生物_2023年年报.pdf
1436
+ 688739_成大生物_2024年年报.pdf
1437
+ 688739_成大生物_招股说明书.pdf
1438
+ 688758_赛分科技_2024年年报.pdf
1439
+ 688758_赛分科技_招股说明书.pdf
1440
+ 688776_国光电气_2021年年报.pdf
1441
+ 688776_国光电气_2022年年报.pdf
1442
+ 688776_国光电气_2023年年报.pdf
1443
+ 688776_国光电气_2024年年报.pdf
1444
+ 688776_国光电气_招股说明书.pdf
1445
+ 688777_中控技术_2020年年报.pdf
1446
+ 688777_中控技术_2021年年报.pdf
1447
+ 688777_中控技术_2022年年报.pdf
1448
+ 688777_中控技术_2023年年报.pdf
1449
+ 688777_中控技术_2024年年报.pdf
1450
+ 688777_中控技术_招股说明书.pdf
1451
+ 688778_厦钨新能_2021年年报.pdf
1452
+ 688778_厦钨新能_2022年年报.pdf
1453
+ 688778_厦钨新能_2023年年报.pdf
1454
+ 688778_厦钨新能_2024年年报.pdf
1455
+ 688778_厦钨新能_招股说明书.pdf
1456
+ 688787_海天瑞声_2021年年报.pdf
1457
+ 688787_海天瑞声_2022年年报.pdf
1458
+ 688787_海天瑞声_2023年年报.pdf
1459
+ 688787_海天瑞声_2024年年报.pdf
1460
+ 688787_海天瑞声_招股说明书.pdf
1461
+ 688788_科思科技_2020年年报.pdf
1462
+ 688788_科思科技_2021年年报.pdf
1463
+ 688788_科思科技_2022年年报.pdf
1464
+ 688788_科思科技_2023年年报.pdf
1465
+ 688788_科思科技_2024年年报.pdf
1466
+ 688788_科思科技_招股说明书.pdf
1467
+ 688789_宏华数科_2021年年报.pdf
1468
+ 688789_宏华数科_2022年年报.pdf
1469
+ 688789_宏华数科_2023年年报.pdf
1470
+ 688789_宏华数科_2024年年报.pdf
1471
+ 688789_宏华数科_招股说明书.pdf
1472
+ 688793_倍轻松_2021年年报.pdf
1473
+ 688793_倍轻松_2022年年报.pdf
1474
+ 688793_倍轻松_2023年年报.pdf
1475
+ 688793_倍轻松_2024年年报.pdf
1476
+ 688793_倍轻松_招股说明书.pdf
1477
+ 688799_华纳药厂_2021年年报.pdf
1478
+ 688799_华纳药厂_2022年年报.pdf
1479
+ 688799_华纳药厂_2023年年报.pdf
1480
+ 688799_华纳药厂_2024年年报.pdf
1481
+ 688799_华纳药厂_招股说明书.pdf
1482
+ 688800_瑞可达_2021年年报.pdf
1483
+ 688800_瑞可达_2022年年报.pdf
1484
+ 688800_瑞可达_2023年年报.pdf
1485
+ 688800_瑞可达_2024年年报.pdf
1486
+ 688800_瑞可达_招股说明书.pdf
1487
+ 689009_九号公司_2020年年报.pdf
1488
+ 689009_九号公司_2021年年报.pdf
1489
+ 689009_九号公司_2022年年报.pdf
1490
+ 689009_九号公司_2023年年报.pdf
1491
+ 689009_九号公司_2024年年报.pdf
1492
+ 689009_九号公司_招股说明书.pdf
1493
+ a0630前未上市_688729_屹唐股份_招股说明书.pdf
1494
+ a0630前未上市_凯普林_招股说明书.pdf
1495
+ a0630前未上市_禾元生物_招股说明书.pdf
1496
+ a0630前未上市_蚂蚁科技_招股说明书.pdf
1497
+ a0630前未上市_西安新通_招股说明书.pdf
1498
+ a_688086_退市紫金_2019年年报.pdf
1499
+ a_688086_退市紫金_2020年年报.pdf
1500
+ a_688086_退市紫金_2021年年报.pdf
tasks/business_finance/ar_full_300/base/input/file_list.txt ADDED
@@ -0,0 +1,300 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 688005_容百科技_2019年年报.pdf
2
+ 688005_容百科技_2020年年报.pdf
3
+ 688005_容百科技_2021年年报.pdf
4
+ 688005_容百科技_2022年年报.pdf
5
+ 688005_容百科技_2023年年报.pdf
6
+ 688005_容百科技_2024年年报.pdf
7
+ 688005_容百科技_招股说明书.pdf
8
+ 688009_中国通号_2019年年报.pdf
9
+ 688009_中国通号_2020年年报.pdf
10
+ 688009_中国通号_2021年年报.pdf
11
+ 688009_中国通号_2022年年报.pdf
12
+ 688009_中国通号_2023年年报.pdf
13
+ 688009_中国通号_2024年年报.pdf
14
+ 688009_中国通号_招股说明书.pdf
15
+ 688010_福光股份_2019年年报.pdf
16
+ 688010_福光股份_2020年年报.pdf
17
+ 688010_福光股份_2021年年报.pdf
18
+ 688010_福光股份_2022年年报.pdf
19
+ 688010_福光股份_2023年年报.pdf
20
+ 688010_福光股份_2024年年报.pdf
21
+ 688010_福光股份_招股说明书.pdf
22
+ 688012_中微公司_2019年年报.pdf
23
+ 688012_中微公司_2020年年报.pdf
24
+ 688012_中微公司_2021年年报.pdf
25
+ 688012_中微公司_2022年年报.pdf
26
+ 688012_中微公司_2023年年报.pdf
27
+ 688012_中微公司_2024年年报.pdf
28
+ 688012_中微公司_招股说明书.pdf
29
+ 688015_交控科技_2019年年报.pdf
30
+ 688015_交控科技_2020年年报.pdf
31
+ 688015_交控科技_2021年年报.pdf
32
+ 688015_交控科技_2022年年报.pdf
33
+ 688015_交控科技_2023年年报.pdf
34
+ 688015_交控科技_2024年年报.pdf
35
+ 688015_交控科技_招股说明书.pdf
36
+ 688018_乐鑫科技_2019年年报.pdf
37
+ 688018_乐鑫科技_2020年年报.pdf
38
+ 688018_乐鑫科技_2021年年报.pdf
39
+ 688018_乐鑫科技_2022年年报.pdf
40
+ 688018_乐鑫科技_2023年年报.pdf
41
+ 688018_乐鑫科技_2024年年报.pdf
42
+ 688018_乐鑫科技_招股说明书.pdf
43
+ 688022_瀚川智能_2019年年报.pdf
44
+ 688022_瀚川智能_2020年年报.pdf
45
+ 688022_瀚川智能_2021年年报.pdf
46
+ 688022_瀚川智能_2022年年报.pdf
47
+ 688022_瀚川智能_2023年年报.pdf
48
+ 688022_瀚川智能_2024年年报.pdf
49
+ 688022_瀚川智能_招股说明书.pdf
50
+ 688025_杰普特_2019年年报.pdf
51
+ 688025_杰普特_2022年年报.pdf
52
+ 688025_杰普特_2023年年报.pdf
53
+ 688025_杰普特_招股说明书.pdf
54
+ 688068_热景生物_2019年年报.pdf
55
+ 688068_热景生物_2020年年报.pdf
56
+ 688068_热景生物_2021年年报.pdf
57
+ 688068_热景生物_2022年年报.pdf
58
+ 688068_热景生物_2023年年报.pdf
59
+ 688068_热景生物_2024年年报.pdf
60
+ 688068_热景生物_招股说明书.pdf
61
+ 688072_拓荆科技_2022年年报.pdf
62
+ 688072_拓荆科技_2023年年报.pdf
63
+ 688072_拓荆科技_2024年年报.pdf
64
+ 688072_拓荆科技_招股说明书.pdf
65
+ 688078_龙软科技_2019年年报.pdf
66
+ 688078_龙软科技_2020年年报.pdf
67
+ 688078_龙软科技_2021年年报.pdf
68
+ 688078_龙软科技_2022年年报.pdf
69
+ 688078_龙软科技_2023年年报.pdf
70
+ 688078_龙软科技_2024年年报.pdf
71
+ 688078_龙软科技_招股说明书.pdf
72
+ 688083_中望软件_2020年年报.pdf
73
+ 688083_中望软件_2021年年报.pdf
74
+ 688083_中望软件_2022年年报.pdf
75
+ 688083_中望软件_2023年年报.pdf
76
+ 688083_中望软件_2024年年报.pdf
77
+ 688083_中望软件_招股说明书.pdf
78
+ 688084_晶品特装_2022年年报.pdf
79
+ 688084_晶品特装_2023年年报.pdf
80
+ 688084_晶品特装_2024年年报.pdf
81
+ 688084_晶品特装_招股说明书.pdf
82
+ 688116_天奈科技_2019年年报.pdf
83
+ 688116_天奈科技_2020年年报.pdf
84
+ 688116_天奈科技_2021年年报.pdf
85
+ 688116_天奈科技_2022年年报.pdf
86
+ 688116_天奈科技_2023年年报.pdf
87
+ 688116_天奈科技_2024年年报.pdf
88
+ 688116_天奈科技_招股说明书.pdf
89
+ 688119_中钢洛耐_2022年年报.pdf
90
+ 688119_中钢洛耐_2023年年报.pdf
91
+ 688119_中钢洛耐_2024年年报.pdf
92
+ 688119_中钢洛耐_招股说明书.pdf
93
+ 688122_西部超导_2019年年报.pdf
94
+ 688122_西部超导_2020年年报.pdf
95
+ 688122_西部超导_2021年年报.pdf
96
+ 688122_西部超导_2022年年报.pdf
97
+ 688122_西部超导_2023年年报.pdf
98
+ 688122_西部超导_2024年年报.pdf
99
+ 688122_西部超导_招股说明书.pdf
100
+ 688157_松井股份_2020年年报.pdf
101
+ 688157_松井股份_2021年年报.pdf
102
+ 688157_松井股份_2022年年报.pdf
103
+ 688157_松井股份_2023年年报.pdf
104
+ 688157_松井股份_2024年年报.pdf
105
+ 688157_松井股份_招股说明书.pdf
106
+ 688159_有方科技_2019年年报.pdf
107
+ 688159_有方科技_2020年年报.pdf
108
+ 688159_有方科技_2021年年报.pdf
109
+ 688159_有方科技_2022年年报.pdf
110
+ 688159_有方科技_2023年年报.pdf
111
+ 688159_有方科技_2024年年报.pdf
112
+ 688159_有方科技_招股说明书.pdf
113
+ 688169_石头科技_2019年年报.pdf
114
+ 688169_石头科技_2020年年报.pdf
115
+ 688169_石头科技_2021年年报.pdf
116
+ 688169_石头科技_2022年年报.pdf
117
+ 688169_石头科技_2023年年报.pdf
118
+ 688169_石头科技_2024年年报.pdf
119
+ 688169_石头科技_招股说明书.pdf
120
+ 688181_八亿时空_2019年年报.pdf
121
+ 688181_八亿时空_2020年年报.pdf
122
+ 688181_八亿时空_2021年年报.pdf
123
+ 688181_八亿时空_2022年年报.pdf
124
+ 688181_八亿时空_2023年年报.pdf
125
+ 688181_八亿时空_2024年年报.pdf
126
+ 688181_八亿时空_招股说明书.pdf
127
+ 688189_南新制药_2020年年报.pdf
128
+ 688189_南新制药_2021年年报.pdf
129
+ 688189_南新制药_2022年年报.pdf
130
+ 688189_南新制药_2023年年报.pdf
131
+ 688189_南新制药_2024年年报.pdf
132
+ 688189_南新制药_招股说明书.pdf
133
+ 688197_首药控股_2021年年报.pdf
134
+ 688197_首药控股_2022年年报.pdf
135
+ 688197_首药控股_2023年年报.pdf
136
+ 688197_首药控股_2024年年报.pdf
137
+ 688197_首药控股_招股说明书.pdf
138
+ 688198_佰仁医疗_2019年年报.pdf
139
+ 688198_佰仁医疗_2020年年报.pdf
140
+ 688198_佰仁医疗_2021年年报.pdf
141
+ 688198_佰仁医疗_2022年年报.pdf
142
+ 688198_佰仁医疗_2023年年报.pdf
143
+ 688198_佰仁医疗_2024年年报.pdf
144
+ 688198_佰仁医疗_招股说明书.pdf
145
+ 688248_南网科技_2021年年报.pdf
146
+ 688248_南网科技_2022年年报.pdf
147
+ 688248_南网科技_2023年年报.pdf
148
+ 688248_南网科技_2024年年报.pdf
149
+ 688248_南网科技_招股说明书.pdf
150
+ 688306_均普智能_2022年年报.pdf
151
+ 688306_均普智能_2023年年报.pdf
152
+ 688306_均普智能_2024年年报.pdf
153
+ 688306_均普智能_招股说明书.pdf
154
+ 688307_中润光学_2022年年报.pdf
155
+ 688307_中润光学_2023年年报.pdf
156
+ 688307_中润光学_2024年年报.pdf
157
+ 688307_中润光学_招股说明书.pdf
158
+ 688338_赛科希德_2020年年报.pdf
159
+ 688338_赛科希德_2021年年报.pdf
160
+ 688338_赛科希德_2022年年报.pdf
161
+ 688338_赛科希德_2023年年报.pdf
162
+ 688338_赛科希德_2024年年报.pdf
163
+ 688338_赛科希德_招股说明书.pdf
164
+ 688349_三一重能_2022年年报.pdf
165
+ 688349_三一重能_2023年年报.pdf
166
+ 688349_三一重能_2024年年报.pdf
167
+ 688349_三一重能_招股说明书.pdf
168
+ 688355_明志科技_2021年年报.pdf
169
+ 688355_明志科技_2022年年报.pdf
170
+ 688355_明志科技_2023年年报.pdf
171
+ 688355_明志科技_2024年年报.pdf
172
+ 688355_明志科技_招股说明书.pdf
173
+ 688366_昊海生科_2019年年报.pdf
174
+ 688366_昊海生科_2020年年报.pdf
175
+ 688366_昊海生科_2021年年报.pdf
176
+ 688366_昊海生科_2022年年报.pdf
177
+ 688366_昊海生科_2023年年报.pdf
178
+ 688366_昊海生科_2024年年报.pdf
179
+ 688366_昊海生科_招股说明书.pdf
180
+ 688375_国博电子_2022年年报.pdf
181
+ 688375_国博电子_2023年年报.pdf
182
+ 688375_国博电子_2024年年报.pdf
183
+ 688375_国博电子_招股说明书.pdf
184
+ 688387_信科移动_2022年年报.pdf
185
+ 688387_信科移动_2023年年报.pdf
186
+ 688387_信科移动_2024年年报.pdf
187
+ 688387_信科移动_招股说明书.pdf
188
+ 688395_正弦电气_2021年年报.pdf
189
+ 688395_正弦电气_2022年年报.pdf
190
+ 688395_正弦电气_2023年年报.pdf
191
+ 688395_正弦电气_2024年年报.pdf
192
+ 688395_正弦电气_招股说明书.pdf
193
+ 688425_铁建重工_2021年年报.pdf
194
+ 688425_铁建重工_2022年年报.pdf
195
+ 688425_铁建重工_2023年年报.pdf
196
+ 688425_铁建重工_2024年年报.pdf
197
+ 688425_铁建重工_招股说明书.pdf
198
+ 688459_哈铁科技_2022年年报.pdf
199
+ 688459_哈铁科技_2023年年报.pdf
200
+ 688459_哈铁科技_2024年年报.pdf
201
+ 688459_哈铁科技_招股说明书.pdf
202
+ 688488_艾迪药业_2020年年报.pdf
203
+ 688488_艾迪药业_2021年年报.pdf
204
+ 688488_艾迪药业_2022年年报.pdf
205
+ 688488_艾迪药业_2023年年报.pdf
206
+ 688488_艾迪药业_2024年年报.pdf
207
+ 688488_艾迪药业_招股说明书.pdf
208
+ 688499_利元亨_2021年年报.pdf
209
+ 688499_利元亨_2022年年报.pdf
210
+ 688499_利元亨_2023年年报.pdf
211
+ 688499_利元亨_2024年年报.pdf
212
+ 688499_利元亨_招股说明书.pdf
213
+ 688505_复旦张江_2020年年报.pdf
214
+ 688505_复旦张江_2021年年报.pdf
215
+ 688505_复旦张江_2022年年报.pdf
216
+ 688505_复旦张江_2023年年报.pdf
217
+ 688505_复旦张江_2024年年报.pdf
218
+ 688505_复旦张江_招股说明书.pdf
219
+ 688509_正元地信_2021年年报.pdf
220
+ 688509_正元地信_2022年年报.pdf
221
+ 688509_正元地信_2023年年报.pdf
222
+ 688509_正元地信_2024年年报.pdf
223
+ 688509_正元地信_招股说明书.pdf
224
+ 688510_航亚科技_2020年年报.pdf
225
+ 688510_航亚科技_2021年年报.pdf
226
+ 688510_航亚科技_2022年年报.pdf
227
+ 688510_航亚科技_2023年年报.pdf
228
+ 688510_航亚科技_2024年年报.pdf
229
+ 688510_航亚科技_招股说明书.pdf
230
+ 688513_苑东生物_2020年年报.pdf
231
+ 688513_苑东生物_2021年年报.pdf
232
+ 688513_苑东生物_2022年年报.pdf
233
+ 688513_苑东生物_2023年年报.pdf
234
+ 688513_苑东生物_2024年年报.pdf
235
+ 688513_苑东生物_招股说明书.pdf
236
+ 688526_科前生物_2020年年报.pdf
237
+ 688526_科前生物_2021年年报.pdf
238
+ 688526_科前生物_2022年年报.pdf
239
+ 688526_科前生物_2023年年报.pdf
240
+ 688526_科前生物_2024年年报.pdf
241
+ 688526_科前生物_招股说明书.pdf
242
+ 688538_和辉光电_2021年年报.pdf
243
+ 688538_和辉光电_2022年年报.pdf
244
+ 688538_和辉光电_2023年年报.pdf
245
+ 688538_和辉光电_2024年年报.pdf
246
+ 688538_和辉光电_招股说明书.pdf
247
+ 688561_奇安信_2020年年报.pdf
248
+ 688561_奇安信_2021年年报.pdf
249
+ 688561_奇安信_2022年年报.pdf
250
+ 688561_奇安信_2023年年报.pdf
251
+ 688561_奇安信_2024年年报.pdf
252
+ 688561_奇安信_招股说明书.pdf
253
+ 688563_航材股份_2023年年报.pdf
254
+ 688563_航材股份_2024年年报.pdf
255
+ 688563_航材股份_招股说明书.pdf
256
+ 688567_孚能科技_2020年年报.pdf
257
+ 688567_孚能科技_2021年年报.pdf
258
+ 688567_孚能科技_2022年年报.pdf
259
+ 688567_孚能科技_2023年年报.pdf
260
+ 688567_孚能科技_2024年年报.pdf
261
+ 688567_孚能科技_招股说明书.pdf
262
+ 688569_铁科轨道_2020年年报.pdf
263
+ 688569_铁科轨道_2021年年报.pdf
264
+ 688569_铁科轨道_2022年年报.pdf
265
+ 688569_铁科轨道_2023年年报.pdf
266
+ 688569_铁科轨道_2024年年报.pdf
267
+ 688569_铁科轨道_招股说明书.pdf
268
+ 688660_电气风电_2021年年报.pdf
269
+ 688660_电气风电_2022年年报.pdf
270
+ 688660_电气风电_2023年年报.pdf
271
+ 688660_电气风电_2024年年报.pdf
272
+ 688660_电气风电_招股说明书.pdf
273
+ 688667_菱电电控_2021年年报.pdf
274
+ 688667_菱电电控_2022年年报.pdf
275
+ 688667_菱电电控_2023年年报.pdf
276
+ 688667_菱电电控_2024年年报.pdf
277
+ 688667_菱电电控_招股说明书.pdf
278
+ 688676_金盘科技_2021年年报.pdf
279
+ 688676_金盘科技_2022年年报.pdf
280
+ 688676_金盘科技_2023年年报.pdf
281
+ 688676_金盘科技_2024年年报.pdf
282
+ 688676_金盘科技_招股说明书.pdf
283
+ 688719_爱科赛博_2023年年报.pdf
284
+ 688719_爱科赛博_2024年年报.pdf
285
+ 688719_爱科赛博_招股说明书.pdf
286
+ 688737_中自科技_2021年年报.pdf
287
+ 688737_中自科技_2022年年报.pdf
288
+ 688737_中自科技_2023年年报.pdf
289
+ 688737_中自科技_2024年年报.pdf
290
+ 688737_中自科技_招股说明书.pdf
291
+ 688772_珠海冠宇_2021年年报.pdf
292
+ 688772_珠海冠宇_2022年年报.pdf
293
+ 688772_珠海冠宇_2023年年报.pdf
294
+ 688772_珠海冠宇_2024年年报.pdf
295
+ 688772_珠海冠宇_招股说明书.pdf
296
+ 688779_五矿新能_2021年年报.pdf
297
+ 688779_五矿新能_2022年年报.pdf
298
+ 688779_五矿新能_2023年年报.pdf
299
+ 688779_五矿新能_2024年年报.pdf
300
+ 688779_五矿新能_招股说明书.pdf
tasks/business_finance/basel_operational_risk_bia_cn/base/input/TASK_PROMPT.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Basel Operational Risk Classification And BIA Capital
2
+
3
+ You are working on a Linux VM as an operational-risk analyst.
4
+
5
+ ## Goal
6
+
7
+ Classify 60 Chinese operational-risk loss events into Basel loss event
8
+ categories and Basel business lines, then calculate operational-risk regulatory
9
+ capital under the Basel Basic Indicator Approach (BIA).
10
+
11
+ ## Visible Inputs
12
+
13
+ - `input/operational_risk_events.xlsx`: 60 raw loss events with Chinese descriptions, loss amounts, dates, and involved departments.
14
+ - `input/loss_event_categories.xlsx`: Basel loss event category definitions and keyword guidance.
15
+ - `input/business_line_mapping.xlsx`: Basel business line definitions and keyword guidance.
16
+ - `input/capital_calculation_params.xlsx`: BIA alpha coefficient and gross income parameters.
17
+ - `input/output_schemas/`: required output schemas and examples.
18
+
19
+ ## Required Outputs
20
+
21
+ Write final files under `output/`:
22
+
23
+ - `classified_events.csv`
24
+ - `capital_calculation.json`
25
+ - `execution_log.txt`
26
+
27
+ `classified_events.csv` must contain exactly one row for each input event and
28
+ these columns:
29
+
30
+ `Event_ID,Loss_Event_Category,Business_Line,Loss_Amount_CNY`
31
+
32
+ Use Basel loss event codes `EL1` through `EL7` and business line codes `BL1`
33
+ through `BL8`.
34
+
35
+ `capital_calculation.json` must report the BIA calculation with:
36
+
37
+ - `alpha_coefficient`
38
+ - `gross_income_years`
39
+ - `positive_gi_sum_cny`
40
+ - `number_of_years`
41
+ - `average_annual_gi_cny`
42
+ - `or_regulatory_capital_cny`
43
+
44
+ For the BIA calculation, negative or zero gross-income years contribute zero to
45
+ the numerator, while the denominator remains the full three-year period.
46
+
47
+ Do not modify files under `input/`. Put scratch and final work only under
48
+ `output/`.
tasks/business_finance/basel_operational_risk_bia_cn/base/input/business_line_mapping.xlsx ADDED
Binary file (6.87 kB). View file
 
tasks/business_finance/basel_operational_risk_bia_cn/base/input/capital_calculation_params.xlsx ADDED
Binary file (5.92 kB). View file
 
tasks/business_finance/basel_operational_risk_bia_cn/base/input/loss_event_categories.xlsx ADDED
Binary file (7.2 kB). View file
 
tasks/business_finance/basel_operational_risk_bia_cn/base/input/operational_risk_events.xlsx ADDED
Binary file (12.4 kB). View file
 
tasks/business_finance/basel_operational_risk_bia_cn/base/input/output_schemas/capital_calculation.schema.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_coefficient": 0.15,
3
+ "gross_income_years": {
4
+ "2021": 100000000,
5
+ "2022": 200000000,
6
+ "2023": -50000000
7
+ },
8
+ "positive_gi_sum_cny": 300000000,
9
+ "number_of_years": 3,
10
+ "average_annual_gi_cny": 100000000,
11
+ "or_regulatory_capital_cny": 15000000
12
+ }
tasks/business_finance/basel_operational_risk_bia_cn/base/input/output_schemas/classified_events.schema.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ Event_ID,Loss_Event_Category,Business_Line,Loss_Amount_CNY
2
+ EXAMPLE001,EL1,BL2,100000
3
+ EXAMPLE002,EL4,BL7,250000
tasks/business_finance/basel_operational_risk_bia_cn/base/input/output_schemas/execution_log.schema.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Describe the files inspected, rules applied, and BIA calculation steps.
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/business_rules_L3.md ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Business Rules — Case 2 L3 Hardened
2
+
3
+ This document is the authoritative source of L3 business rules for the Z Global M&B Category Temporary Governance Restructuring task. Your modified BPMN must enforce all 30 rules below (rules 1-22 carry the original numbering plus `rule_8a`, `rule_6a`, `rule_14a`, `rule_16a`; rules 23-26 are the L3 structural-rigor additions; **rules 27-30 are context-bound rules whose authoritative text lives in `stakeholder_artifacts/` — you must read those artifacts to extract the precise enforcement**).
4
+
5
+ **Rule conflicts are real.** Several rules below can conflict under specific scenarios (e.g., Rule 11's senior-ratio cap vs Rule 29's role-separation requirement). You must declare a `priority_chain` field at the top of `business_rules_compliance.json` — an ordered list of rule IDs specifying how you resolved conflicts. The evaluator cross-checks that (a) the chain addresses every known conflict pair, (b) the BPMN actually implements the chosen priority.
6
+
7
+ When other inputs (scenario narrative, test fixtures, org hierarchy) disagree with this document, this document wins.
8
+
9
+ ---
10
+
11
+ ## Rule 1 — Business cadence cannot stop
12
+ **Priority: Cardinal**
13
+
14
+ Merchant admission, traffic/ad allocation, A/B testing, free trial, campaign planning, and major-promotion execution must all have at least one active path in the modified process. No rule below may be used to justify dropping any of these.
15
+
16
+ Enforcement hint: at least one reachable user task in the modified process must cover each of: merchant admission, traffic allocation, campaign planning, A/B test (or equivalent review-driven promotion), and free-trial / new-merchant entry.
17
+
18
+ ---
19
+
20
+ ## Rule 2 — No single role inherits all original owner duties
21
+ **Priority: Governance**
22
+
23
+ The original M&B category owner held execution, coordination, key-decision, and result-accountability in one role. No single role in the modified process may hold all of these simultaneously. Execution + coordination + decision must be split across at least three distinct roles.
24
+
25
+ ---
26
+
27
+ ## Rule 3 — Execution and decision responsibilities must be distinct
28
+ **Priority: Governance**
29
+
30
+ The role that executes the plan (task linked to `team_executes_plan`) must not be the same role as the role that makes the unified key decision. This is a strict separation-of-duties rule. Anti-gaming check D1 verifies that no role is simultaneously on both the execution task and the unified-decision task.
31
+
32
+ ---
33
+
34
+ ## Rule 4 — Unified decision or escalation node required
35
+ **Priority: Cardinal**
36
+
37
+ The modified process must contain at least one explicit unified-decision task (e.g., `temporary_unified_decision`) that serves as the convergence point for key matters. Multi-track parallel execution without any convergence node is forbidden. A terminal escalation end event (`escalation_final_end`) must exist as the fallback.
38
+
39
+ ---
40
+
41
+ ## Rule 5 — Temporary reduction in refinement allowed, no loss of control
42
+ **Priority: Governance**
43
+
44
+ Accept "not exceeding prior performance, but not missing floor targets." KPIs may not fall below floor. Refinement may drop. The BPMN must still have a gateway or task that enforces a floor check — for the reference, this is embedded in the multi-factor judgment gateway.
45
+
46
+ ---
47
+
48
+ ## Rule 6 — Multi-factor judgment gateway with ≥4 factors
49
+ **Priority: Governance**
50
+
51
+ At least one gateway in the modified process must reference four or more of the following factors in its outgoing conditions: merchant inventory, gross margin, average order value (AOV), sales volume, merchant brand influence, platform risk / platform ecosystem impact. The evaluator checks the union of all gateway conditions for factor keywords.
52
+
53
+ ---
54
+
55
+ ## Rule 6a — Multi-factor gateway must route to distinct targets
56
+ **Priority: Governance**
57
+
58
+ The multi-factor judgment gateway of Rule 6 must have outgoing sequence flows that reach **at least two distinct target nodes**. A gateway whose every outgoing flow targets the same node is structurally decorative — the conditions become audit cosmetics but do not actually fork the process. This is forbidden.
59
+
60
+ Rationale: the factor check is the primary "governance hinge" of the temporary restructuring. Collapsing its decision branches (e.g., sending every outcome into the same downstream review step regardless of factor state) erases the protection the rule exists to provide. Reference Solution A routes "all-green" to the peer-available gateway and "any-fail" to the bounded retry gateway — two distinct downstream paths.
61
+
62
+ ---
63
+
64
+ ## Rule 7 — No blanket shutdown of A/B testing, free trials, or new-merchant entry
65
+ **Priority: Cardinal**
66
+
67
+ The three business-ecosystem mechanisms (A/B testing, free trials, new-merchant entry) must remain reachable in the modified process. They may be policy-throttled (e.g., via a `adRatioOk && abQuotaOk` gateway) but not hardcoded-off (`${false}`) and not deleted.
68
+
69
+ ---
70
+
71
+ ## Rule 8 — Logistics lane preserved by anchor IDs
72
+ **Priority: Structural**
73
+
74
+ The `logistics_lane` and its task `logistics_capacity_confirmation` must retain their original IDs. The logistics coordinator's lane structure must match the original.
75
+
76
+ ---
77
+
78
+ ## Rule 8a — Logistics is notified-only, no inbound routing from main flow
79
+ **Priority: Structural**
80
+
81
+ This is the stricter companion of Rule 8. No sequence flow from the modified main flow may have `targetRef="logistics_capacity_confirmation"` or into any node inside `logistics_lane` other than the original anchored entry. Logistics stays parallel to the main flow and is informational only. Modifying this constitutes "wrongly dragging logistics into the main process restructuring" (an unqualified change from the spec).
82
+
83
+ ---
84
+
85
+ ## Rule 9 — Team joint plan preparation step retained and matured
86
+ **Priority: Governance**
87
+
88
+ A task `team_joint_mature_plan_preparation` (or equivalent) must exist with `formProperty` outputs covering multiple planning dimensions (inventory, margin, AOV, sales, brand influence are recommended). This task replaces the original rough-draft step; the rough draft alone is not sufficient.
89
+
90
+ ---
91
+
92
+ ## Rule 10 — Peer category owner handles only standardized sub-tasks
93
+ **Priority: Governance**
94
+
95
+ The peer category owner lane may only contain tasks that are rule-based / standardized: ad-ratio compliance, A/B test quota, review-based promotion adjustment, and similar. The peer category owner must NOT be assigned to the unified-decision task or the joint-plan preparation task. Whitelist enforcement: tasks assigned to `peerCategoryOwner_Beauty` or `peerCategoryOwner_Apparel` must have task names / documentation containing one of: `ad_ratio`, `ab_test`, `review`, `new_merchant_quota`, `standardized`.
96
+
97
+ ---
98
+
99
+ ## Rule 11 — Senior lead escalation limited to top-tier (<=30%)
100
+ **Priority: Governance**
101
+
102
+ At most 30% of decision paths (outgoing flows from non-original exclusive gateways) may terminate at a task assigned to `zSeniorLead`. Anti-gaming check D3 enforces this ratio.
103
+
104
+ ---
105
+
106
+ ## Rule 12 — Closed-loop feedback to planning, not terminal (except escalation-final)
107
+ **Priority: Structural**
108
+
109
+ Except for the terminal `escalation_final_end` end event, every failure / rejection path must loop back to the joint-plan preparation task or the unified decision. The "decision → execute → replan" closed loop from the spec must be present.
110
+
111
+ ---
112
+
113
+ ## Rule 13 — Time-boxed escalation: 48h via timer boundary
114
+ **Priority: Temporal constraint**
115
+
116
+ A `<bpmn:boundaryEvent>` with `<bpmn:timerEventDefinition><bpmn:timeDuration>PT48H</bpmn:timeDuration></bpmn:timerEventDefinition>` must be attached to the unified decision (or equivalent senior-lead review) task. Firing routes to an escalation path.
117
+
118
+ ---
119
+
120
+ ## Rule 14 — Compliance-crisis triggers emergency sub-process
121
+ **Priority: Regulatory**
122
+
123
+ A `<bpmn:subProcess>` must exist that is reachable when a compliance-crisis signal is detected (input variable `complianceCrisisDetected == true`). The sub-process must contain at least two user tasks covering emergency delisting and brand-risk reassessment. After the sub-process completes, the flow must re-enter the joint-plan preparation (replan) for revised inputs.
124
+
125
+ ---
126
+
127
+ ## Rule 14a — Compliance-crisis sub-process must be guarded against infinite re-entry
128
+ **Priority: Process safety (hardening)**
129
+
130
+ If the compliance signal check is placed inside the joint-plan replan loop — i.e., `compliance_signal_check` is reachable going forward from `team_joint_mature_plan_preparation` — then the compliance-crisis sub-process **must** be guarded against unbounded re-entry per retry iteration. Two acceptable patterns:
131
+
132
+ 1. **One-shot pattern (preferred for simple governance).** Place `compliance_signal_check` **before** `team_joint_mature_plan_preparation`, outside the replan loop. The check runs exactly once per process instance; the sub-process, if triggered, re-enters the joint-plan loop afterward. The replan loop itself contains no further compliance gate.
133
+
134
+ 2. **Latched in-loop pattern.** If `compliance_signal_check` sits inside the loop, the `gw_compliance_crisis` gateway must additionally guard against re-firing within a single retry round — e.g. by adding a latch variable (`complianceHandledThisCycle`, `complianceProcessed`, etc.) to its condition, and by resetting that latch at the start of each `team_joint_mature_plan_preparation` invocation. The latch must prevent the same compliance signal from re-triggering the sub-process within one iteration.
135
+
136
+ An unguarded in-loop placement — where `compliance_signal_check` is inside the loop and the compliance gateway's condition references only `complianceCrisisDetected` without a latch — is forbidden, because every retry re-asserts the crisis variable and traps the process in an infinite replan deadlock. The evaluator enforces this structurally (check A36).
137
+
138
+ ---
139
+
140
+ ## Rule 15 — Peer-unavailable fallback path must exist
141
+ **Priority: Governance**
142
+
143
+ When `peerOwnerAvailable == false`, a fallback gateway must route around the peer-category-owner lane and into a committee-mode or coordination path instead. Without this fallback, the peer-unavailable compound disruption cannot be processed.
144
+
145
+ ---
146
+
147
+ ## Rule 16 — Bounded retry: max 3 on joint-plan iterations
148
+ **Priority: Process safety**
149
+
150
+ The joint-plan iteration loop must be bounded by a counter variable named `jointPlanAttempt` (or equivalent matching `count|retry|attempt|iteration`). After 3 failed iterations, the default flow must escalate to the terminal end event. Infinite loops are forbidden.
151
+
152
+ ---
153
+
154
+ ## Rule 16a — Retry bookkeeping gateway is distinct from decision-outcome gateway
155
+ **Priority: Process safety (hardening)**
156
+
157
+ The retry bookkeeping of Rule 16 must be enforced by an exclusive gateway **distinct from** the decision-outcome gateway of Rule 4. Concretely:
158
+
159
+ - The retry gateway's outgoing conditions reference **only the counter variable** (e.g. `${jointPlanAttempt < 3}`). They must not conflate counter checks with decision semantics.
160
+ - The decision-outcome gateway's outgoing conditions reference **only the decision variable** (e.g. `${out_unified_decision == 'approved'}`, `${out_unified_decision == 'rejected'}`). They must not embed retry counters.
161
+ - Conditions of the form `${out_unified_decision == 'rejected' && jointPlanAttempt < 3}` on a single gateway **collapse** Rule 4 and Rule 16 into one element, obscuring the audit trail (why was the plan replanned? was it outcome-driven or retry-driven?) and breaking separation of concerns. This is forbidden.
162
+
163
+ Reference Solution A has `gw_decision_outcome` (outcome routing) feeding into `gw_escalation_tier`, separate from `gw_joint_plan_retry` (counter routing) fed from the multi-factor judgment gateway. Both gateways exist as distinct elements.
164
+
165
+ The evaluator enforces this structurally via A16 (retry gateway has counter variable) + A35 (retry gateway's conditions are dedicated to the counter only) + the topology-based discovery that refuses to assign the same element to both roles.
166
+
167
+ ---
168
+
169
+ ## Rule 17 — Every manual override must produce `out_rationale`
170
+ **Priority: Audit traceability**
171
+
172
+ Every task representing a manual override (unified decision, waiver, expedited decision, executive escalation, peer-unavailable fallback decision) must produce a writable `flowable:formProperty` whose ID matches `rationale|justification|reason` (e.g., `out_rationale`, `out_justification`).
173
+
174
+ ---
175
+
176
+ ## Rule 18 — Variable-based gateway conditions only
177
+ **Priority: Anti-gaming**
178
+
179
+ All new exclusive/inclusive gateway outgoing flows must have conditions of the form `${...}` that reference at least one process variable. Hardcoded `${true}`, `${false}`, `${1==1}` or equivalents are forbidden (tautology check D11).
180
+
181
+ ---
182
+
183
+ ## Rule 19 — Default flows on exclusive gateways
184
+ **Priority: Process safety**
185
+
186
+ Every new exclusive gateway must define a `default` attribute pointing to exactly one outgoing sequence flow that has NO condition expression. This prevents runtime errors when no condition matches.
187
+
188
+ ---
189
+
190
+ ## Rule 20 — Original anchors preserved
191
+ **Priority: Structural**
192
+
193
+ Task IDs `team_drafts_initial_plan` and `team_executes_plan` must be present in the modified BPMN, with the same IDs (renames forbidden). Their semantics may be wired differently (e.g., `team_drafts_initial_plan` can feed into the new joint-plan prep step rather than the old owner-review step) but the element IDs must survive.
194
+
195
+ ---
196
+
197
+ ## Rule 21 — Process key fixed
198
+ **Priority: Structural**
199
+
200
+ `<bpmn:process id="zMBCategoryGovernance_modified_L3" ...>` exactly. Exports, deployments, and scenario test calls all depend on this key.
201
+
202
+ ---
203
+
204
+ ## Rule 22 — Documentation on every new user task
205
+ **Priority: Completeness**
206
+
207
+ Every new `<bpmn:userTask>` (i.e., every task whose ID is not in the original anchor set) must contain a `<bpmn:documentation>` child element with a non-empty body explaining the role's responsibility under the temporary governance regime.
208
+
209
+ ---
210
+
211
+ ## Rule 23 — Peer standardized review must cover five canonical topics
212
+ **Priority: Structural**
213
+
214
+ The peer-owner lane must contain userTasks whose names cover **all five** of the canonical standardized-review topics: `ad_ratio`, `ab_test`, `free_trial`, `new_merchant`, and `review_based_promotion`. Each topic may be a separate task, or two may be combined into one task whose name contains both fragments — but every topic name fragment must appear somewhere in the peer lane. Missing any topic is treated as a silent shutdown of that review stream.
215
+
216
+ ---
217
+
218
+ ## Rule 24 — Peer review must fan out in parallel
219
+ **Priority: Structural**
220
+
221
+ Each peer-topic userTask must trace back to a `<bpmn:parallelGateway>` (the peer-review split) within two hops, crossing only gateway nodes — no intermediate userTask. Sequentially chaining peer tasks (`peer_A` -> `peer_B` -> `peer_C`) is forbidden. The `gw_peer_available` `peerOwnerAvailable == true` branch must likewise target a parallel split directly.
222
+
223
+ ---
224
+
225
+ ## Rule 25 — No mixed parallel gateways
226
+ **Priority: Structural**
227
+
228
+ Every `<bpmn:parallelGateway>` must be either a pure split (1 incoming, >=2 outgoing) or a pure join (>=2 incoming, 1 outgoing). Mixed gateways (>=2 in AND >=2 out) are forbidden: Flowable waits for all incoming tokens before firing all outgoing branches, so if the incoming sources are mutually exclusive, the gateway deadlocks.
229
+
230
+ Additionally, every pure parallel join's incoming sources must trace back to a single common parallel split (the one exemption is a final rendezvous whose successor reaches `main_end` within two hops).
231
+
232
+ ---
233
+
234
+ ## Rule 26 — Rule and modification artifacts must bind to BPMN
235
+ **Priority: Completeness**
236
+
237
+ In `business_rules_compliance.json` and `structural_changes.json`:
238
+ - every `rule_N` entry must declare a non-empty `priority` field (e.g. `Cardinal`, `Structural`, `Routing`, `Governance`, `Operational`, `Completeness`);
239
+ - every `rule_N` entry must cite at least one BPMN element ID or `sequenceFlow` ID that exists in `modified_process.bpmn20.xml` (via `enforcing_elements: [{element, how}, ...]` or an `evidence` free-text string);
240
+ - every `modification_N` entry must reference at least one existing BPMN element ID through a structured field (`elements_added`, `elements`, or any nested dict/list); if `elements_removed` is populated, at least one entry must no longer exist in the BPMN;
241
+ - rationale formProperties on override tasks must be `writable="true"`;
242
+ - if the fingerprint_A solution is claimed, the unified-decision task must carry a writable `out_*` decision-output formProperty.
243
+
244
+ Keyword-only prose compliance without structural binding is graded as non-compliant.
245
+
246
+ ---
247
+
248
+ ## Rule 27 — Brand-risk precedence on compliance-crisis branch
249
+ **Priority: Cardinal**
250
+
251
+ Authoritative source: `stakeholder_artifacts/regulator_email_thread.md` (SAMR letter Ref: SAMR-MB-2026-0412, item 1).
252
+
253
+ Enforcement summary: when the compliance-crisis branch is taken (`complianceCrisisDetected == true`), `brand_risk_reassessment_task` must be reachable from `compliance_signal_check` AND must complete before the process flow reaches `temporary_unified_decision` on that branch. Brand-risk reassessment cannot run in parallel with the unified decision; it must be synchronously on the token path.
254
+
255
+ Evaluator check: `cross_rule_27_brand_risk_before_decision` — graph walk from `compliance_signal_check` along the crisis branch; `brand_risk_reassessment_task` must be on every path to `temporary_unified_decision` within the crisis-active branch.
256
+
257
+ ---
258
+
259
+ ## Rule 28 — Kill-switch gating on A/B, free-trial, new-merchant
260
+ **Priority: Cardinal**
261
+
262
+ Authoritative source: `stakeholder_artifacts/product_compliance_slack.md` (A/B guild ticket PLATFORM-AB-2211).
263
+
264
+ Enforcement summary: three process-level boolean variables must be introduced as `in_*` formProperties on `team_drafts_initial_plan`:
265
+
266
+ - `abTestEnabled` (default: true)
267
+ - `freeTrialEnabled` (default: true)
268
+ - `newMerchantAdmissionEnabled` (default: true)
269
+
270
+ Each of the three standardized peer-review tasks must have an exclusive gateway downstream whose outgoing flow is guarded by the matching kill-switch variable. The default (else) flow of each guard gateway must route to `gw_parallel_review_join` (skip remaining chain for that topic).
271
+
272
+ Note: this preserves Rule 7 (A/B / free-trial / new-merchant reachable) while honoring the guild's kill-switch requirement. Anti-gaming d04 still applies — the task must not be removed, no permanent-false guard.
273
+
274
+ Evaluator check: `cross_rule_28_kill_switch_gating` — confirm three `in_*` formProperties exist on `team_drafts_initial_plan` with defaults "true", and confirm the three guard gateways exist downstream of the matching peer tasks with the correct variable reference.
275
+
276
+ ---
277
+
278
+ ## Rule 29 — Senior-lead role-separation boundary
279
+ **Priority: Cardinal**
280
+
281
+ Authoritative source: `stakeholder_artifacts/senior_leadership_memo.md` (Z Senior Lead directive, 2026-04-15).
282
+
283
+ Enforcement summary: the assignee on `temporary_unified_decision` must be a different role identifier from the assignee on `senior_lead_expedited_decision`. The senior lead cannot simultaneously chair the unified-decision committee AND decide critical-tier escalations.
284
+
285
+ Note: this rule conflicts with Rule 11 (senior ratio ≤30%) in edge cases. Your `priority_chain` must declare the resolution.
286
+
287
+ Evaluator check: `cross_rule_29_senior_role_separation` — extract `flowable:assignee` from both task elements; if string-equal, fail.
288
+
289
+ ---
290
+
291
+ ## Rule 30 — Compliance-subprocess re-entry latch
292
+ **Priority: Governance**
293
+
294
+ Authoritative source: `stakeholder_artifacts/audit_post_mortem.md` (Finding #1 addendum) and `stakeholder_artifacts/regulator_email_thread.md` (item 2).
295
+
296
+ Enforcement summary: the compliance-crisis sub-process must write a writable formProperty named `complianceHandled` (or equivalent latch name) on at least one of its tasks, and the compliance-crisis gateway's outgoing conditions must reference that variable (e.g. `${!complianceHandled}` on the re-entry guard).
297
+
298
+ Evaluator check: `cross_rule_30_compliance_latch_explicit` — strengthens the existing a36 by requiring the latch variable to be *declared* as a writable formProperty (not just referenced in a gateway condition).
299
+
300
+ ---
301
+
302
+ # Evaluator Cross-Validation Summary
303
+
304
+ | Rule | Evaluator check | Structural elements expected |
305
+ |------|-----------------|------------------------------|
306
+ | 1 | reachability of A/B/free-trial/new-merchant tasks | tasks with these names in modified BPMN |
307
+ | 2 | no role on all three of {execution, coordination, decision} | `team_executes_plan` assignee, coordination-lane task assignees, unified-decision task assignee |
308
+ | 3 | execution and decision tasks have different assignees | `team_executes_plan` vs `temporary_unified_decision` |
309
+ | 4 | unified-decision task exists | `temporary_unified_decision` or equivalent |
310
+ | 5 | floor-check factor in multi-factor gateway conditions | keywords present in gateway conditions |
311
+ | 6 | ≥4 factor keywords in union of gateway conditions | inventory/margin/AOV/sales/brand/risk |
312
+ | 6a | multi-factor gateway outgoing flows reach ≥2 distinct targets | A34 check |
313
+ | 7 | A/B, free-trial, new-merchant tasks reachable and not hardcoded-off | task presence + condition guard check |
314
+ | 8 | `logistics_lane` and `logistics_capacity_confirmation` present with exact IDs | anchor preservation |
315
+ | 8a | no inbound flow from main flow into logistics | sequence flow target scan |
316
+ | 9 | `team_joint_mature_plan_preparation` task present | anchor + formProperty check |
317
+ | 10 | peer-owner-assigned tasks are all standardized | assignee + task-name whitelist |
318
+ | 11 | senior-lead decision-path ratio ≤ 30% | gateway outgoing flow analysis |
319
+ | 12 | closed-loop back to joint-plan from decision/replan | reachability analysis |
320
+ | 13 | timer boundary `PT48H` present | boundaryEvent + timerEventDefinition + timeDuration |
321
+ | 14 | compliance sub-process with ≥2 tasks + replan re-entry | subProcess element scan |
322
+ | 14a | compliance-crisis sub-process has re-entry guard OR compliance_signal_check is outside replan loop | A36 check |
323
+ | 15 | peer-unavailable fallback gateway references `peerOwnerAvailable` | gateway condition scan |
324
+ | 16 | bounded-loop counter variable in joint-plan gateway | counter keyword in condition |
325
+ | 16a | retry gateway conditions reference only counter vars (no decision-outcome vars) | A35 check + topology discovery |
326
+ | 17 | `out_rationale` (or equivalent) on every manual-override task | formProperty scan |
327
+ | 18 | all new gateway conditions reference process variables | EL variable extraction |
328
+ | 19 | `default` attribute on every new exclusive gateway | default flow check |
329
+ | 20 | `team_drafts_initial_plan` and `team_executes_plan` present | anchor ID check |
330
+ | 21 | process key is `zMBCategoryGovernance_modified_L3` | process attribute check |
331
+ | 22 | every new userTask has `<bpmn:documentation>` | element scan |
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/disruption_scenario_L3.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Disruption Scenario — Case 2 L3 Hardened
2
+
3
+ ## Setting
4
+
5
+ Z Global manages its business by category, with each category typically led by a corresponding business owner. The Maternal & Baby (M&B) category is a business-critical vertical: its owner is responsible for merchant admission, traffic/advertising allocation, product/brand tiering, promotion-key / backup merchant selection, merchant-execution coordination, and ultimate KPI accountability.
6
+
7
+ The current month is the run-up to a **major promotion cycle** (equivalent to "double-11"-class traffic spike). The M&B category process is running; merchants are staged; traffic budget is tentatively allocated.
8
+
9
+ ## Primary Disruption — M&B Category Owner Vacant
10
+
11
+ Immediately before the major promotion, the M&B category owner **suddenly exits the position**. The departure is for compliance or personal reasons — exact attribution is not relevant. What matters:
12
+
13
+ - The position is now vacant.
14
+ - The original approval / coordination / key-decision / risk-backstop nodes are disabled.
15
+ - Business cannot stop: merchants, campaign cadence, and traffic budget still need active management.
16
+
17
+ The organization cannot simply:
18
+ 1. continue as-is (no unified decision-maker leads to loss of overall control),
19
+ 2. promote a peer category owner to fully replace (category-expertise gap),
20
+ 3. escalate everything to the senior lead (creates a bottleneck),
21
+ 4. cancel A/B test / free trial / new-merchant mechanisms (destroys ecosystem),
22
+ 5. split duties across multiple people with no convergence node (pseudo-division-of-labor).
23
+
24
+ A **temporary governance restructuring** is required.
25
+
26
+ ---
27
+
28
+ ## Compound Disruption A — Peer Category Owner (Beauty) Temporarily Unavailable
29
+
30
+ The Beauty category owner would normally be the natural first-choice substitute for the standardized portion of M&B work. However, the Beauty owner is **temporarily unavailable** for the duration of this cycle (travel or conflicting campaign commitments).
31
+
32
+ Implication: the modified process cannot hardcode the Beauty owner as the peer substitute. A **peer-unavailable fallback** path must exist:
33
+
34
+ - When `peerOwnerAvailable == true`, standardized sub-tasks (ad-ratio, A/B quota, review-based promotion) route through the peer-category-owner lane.
35
+ - When `peerOwnerAvailable == false`, the process routes through **committee mode** — typically a team-led coordination absorbing standardized work, with key decisions escalated to the temporary unified decision node.
36
+
37
+ Process variable: `peerOwnerAvailable : boolean` (produced by the peer-readiness check task).
38
+
39
+ ---
40
+
41
+ ## Compound Disruption B — Compliance Crisis on Major M&B Brand
42
+
43
+ Mid-cycle, a regulator flags a major M&B brand. The platform must:
44
+
45
+ 1. **Emergency delist** the affected SKUs.
46
+ 2. **Brand-risk reassessment** across adjacent brands — has the platform exposure shifted?
47
+ 3. **Replan** — recompute merchant / traffic / campaign allocation with the brand removed.
48
+
49
+ This triggers a **compliance sub-process** that must:
50
+ - be reachable when `complianceCrisisDetected == true`,
51
+ - contain at least two user tasks:
52
+ - `emergency_delist_task` (assigned to `complianceOfficer`)
53
+ - `brand_risk_reassessment_task` (assigned to `complianceOfficer` or `mbBusinessAnalyst`),
54
+ - after completion, re-enter the **joint-plan mature preparation** step so the revised plan is scored again through the unified decision.
55
+
56
+ Process variable: `complianceCrisisDetected : boolean`, `brandRiskReassessed : boolean`.
57
+
58
+ ---
59
+
60
+ ## Compound Disruption C — Senior Lead 48h Decision SLA
61
+
62
+ The Z Global senior lead is overseeing multiple categories and can commit **at most 48 hours** to the M&B unified decision. If the decision is not made within 48h, a **timer boundary event** must fire on the unified-decision task:
63
+
64
+ - Boundary event: `<bpmn:boundaryEvent>` attached to the unified decision (or equivalent senior-lead review) task.
65
+ - Timer: `<bpmn:timerEventDefinition><bpmn:timeDuration>PT48H</bpmn:timeDuration></bpmn:timerEventDefinition>`
66
+ - Firing routes to the **escalation path** — the interim committee chair (or senior lead's own escalation task) makes a bounded-scope call.
67
+ - The firing path must only handle *top-tier* decisions (bounded escalation: at most 30% of decision paths route to the senior-lead-terminal branch, rule 11).
68
+
69
+ Process variable: `escalationTier : string` with values `"critical" | "major" | "minor"`. The escalation flow is guarded by `${escalationTier == 'critical'}`.
70
+
71
+ ---
72
+
73
+ ## Original Process (Before Restructuring) — abstract trunk
74
+
75
+ The original process, preserved in `original_process.bpmn20.xml`, is:
76
+
77
+ 1. `team_drafts_initial_plan` (assigned to `mbTeamLead`) — the team produces a rough draft plan.
78
+ 2. `owner_review_and_approve` (assigned to `mbCategoryOwner`, removed in the restructuring) — the owner reviews and adjusts.
79
+ 3. `owner_coordinates_merchants` (assigned to `mbCategoryOwner`) — the owner coordinates merchant readiness, campaign cadence.
80
+ 4. Exception branch: `owner_handles_exception` (assigned to `mbCategoryOwner`) — if stockouts or promotion anomalies arise, the owner decides backup switching.
81
+ 5. `team_executes_plan` (assigned to `mbTeamLead`) — the team executes per the approved plan.
82
+ 6. `owner_result_accountability` (assigned to `mbCategoryOwner`) — owner bears KPI results.
83
+
84
+ In parallel: `logistics_lane` with `logistics_capacity_confirmation` (assigned to `logisticsCoordinator`) — notified-only, not part of the main decision flow.
85
+
86
+ ## Anchored Elements
87
+
88
+ The modified process MUST preserve:
89
+
90
+ | Anchor | Role | Reason |
91
+ |--------|------|--------|
92
+ | `team_drafts_initial_plan` | start-side anchor | pre-vacancy trunk entry, still the first planning step |
93
+ | `team_executes_plan` | end-side anchor | still the execution-point of the approved plan |
94
+ | `logistics_lane` | structural anchor | logistics is non-decision, notified-only (rule 8 / 8a) |
95
+ | `logistics_capacity_confirmation` | logistics task | part of logistics_lane |
96
+
97
+ All anchors must retain identical element IDs. Only their wiring may change; the *elements themselves* must survive.
98
+
99
+ ## Required Restructuring (Summary)
100
+
101
+ The modified process must satisfy all 22 business rules (see `business_rules_L3.md`) and implement all 18 structural modifications (document these in your own `structural_changes.json` output). At minimum:
102
+
103
+ 1. Responsibility decomposition: execution / coordination / key-decision across ≥3 distinct roles.
104
+ 2. New `team_joint_mature_plan_preparation` task replacing rough-draft step.
105
+ 3. Multi-factor judgment gateway (≥4 of inventory / margin / AOV / sales / brand / risk).
106
+ 4. Peer-category-owner lane for standardized sub-tasks (ad-ratio, A/B, review-based promotion).
107
+ 5. Coordination lane (team leads) for merchant readiness + campaign cadence.
108
+ 6. `temporary_unified_decision` task (assigned to `interimCommitteeChair`).
109
+ 7. 48h timer boundary on the unified decision (or the senior-lead review variant).
110
+ 8. Bounded senior-lead escalation (only `escalationTier == "critical"`).
111
+ 9. Bounded joint-plan iteration (max 3 via `jointPlanAttempt`).
112
+ 10. Closed-loop decision → execute → joint-plan preparation.
113
+ 11. Compliance sub-process (emergency delist + brand-risk reassess + replan).
114
+ 12. Peer-unavailable fallback gateway.
115
+ 13. Logistics lane anchored, notified-only.
116
+ 14. A/B test / free trial / new-merchant sub-flows preserved (policy-throttled not shutdown).
117
+ 15. `out_rationale` on every manual override.
118
+ 16. Terminal escalation end event `escalation_final_end`.
119
+ 17. Default flows on all new exclusive gateways.
120
+ 18. Parallel review gateway (standardized and key-decision streams converge via parallel gateway).
121
+
122
+ ## Typical Agent Mistakes (From the Case 2 Spec)
123
+
124
+ These are encoded as anti-gaming checks:
125
+
126
+ 1. **Transfer everything to another category owner** — violates rule 2 (single role inherits all owner duties).
127
+ 2. **Remove the decision node** — violates rule 4 (no unified decision).
128
+ 3. **Escalate everything to the senior lead** — violates rule 11 (>30% senior routing).
129
+ 4. **Shut down A/B test / free trial / new-merchant** — violates rule 7.
130
+ 5. **Split across multiple people with no convergence** — violates rule 4 (no unified decision / no convergence node).
131
+ 6. **Pull logistics into the main process** — violates rule 8a.
132
+ 7. **Only track sales, ignore brand/platform risk** — violates rule 6 (<4 factors).
133
+ 8. **Let a temporary replacement do execution + coordination + decision** — violates rule 2 + rule 3 (single role absorbs all).
134
+
135
+ Each of these is a forbidden anti-gaming pattern for the final design.
136
+
137
+ ## External Context — Required Reading
138
+
139
+ In addition to this scenario file, four stakeholder artifacts in `stakeholder_artifacts/` carry **binding, authoritative constraints** that feed business Rules 27-30 and several hidden evaluator checks (cross_rule_27 / cross_rule_28 / cross_rule_29 / cross_rule_30, c12 role-authorization). You must read them before designing the BPMN:
140
+
141
+ - `stakeholder_artifacts/regulator_email_thread.md` — SAMR letter imposing: brand-risk precedence on compliance-crisis branch (Rule 27); `complianceHandled` re-entry latch (Rule 30); terminal escalation end-event `escalation_final_end` (reinforces Rule 4).
142
+ - `stakeholder_artifacts/product_compliance_slack.md` — A/B guild ticket PLATFORM-AB-2211 mandating kill-switch variables `abTestEnabled` / `freeTrialEnabled` / `newMerchantAdmissionEnabled` as `in_*` formProperties on `team_drafts_initial_plan` (Rule 28).
143
+ - `stakeholder_artifacts/senior_leadership_memo.md` — zSeniorLead's role-separation boundary: cannot simultaneously hold unified-decision chair AND expedited-decision escalator (Rule 29). This conflicts with Rule 11's senior-ratio cap in edge cases, so you must declare a `priority_chain` in `business_rules_compliance.json`.
144
+ - `stakeholder_artifacts/audit_post_mortem.md` — remediation policies for shadow tasks (a50), dangling formProperty outputs (a51), role-authorization cross-checks (c12), and the concrete governance-loop topology required for fingerprint A (e07).
145
+
146
+ Constraints from these artifacts are NOT repeated in full inside this scenario file — they are only referenced. The evaluator enforces them silently; submissions that pass only the scenario-file constraints will still fail the stakeholder-driven checks.
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/docker-compose.yml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: '3.7'
2
+
3
+ # Docker Compose bundle for Flowable 6.5.0 — only needed if the user does
4
+ # not already have Flowable running locally. The user's live instance at
5
+ # http://localhost:8080 is the preferred runtime for this task.
6
+
7
+ services:
8
+ flowable-postgres:
9
+ image: postgres:13
10
+ container_name: flowable-postgres
11
+ environment:
12
+ POSTGRES_DB: flowable
13
+ POSTGRES_USER: flowable
14
+ POSTGRES_PASSWORD: flowable
15
+ ports:
16
+ - "5432:5432"
17
+ volumes:
18
+ - flowable_pg_data:/var/lib/postgresql/data
19
+
20
+ flowable-task:
21
+ image: flowable/flowable-task:6.5.0
22
+ container_name: flowable-task
23
+ depends_on:
24
+ - flowable-postgres
25
+ ports:
26
+ - "8080:8080"
27
+ environment:
28
+ SPRING_DATASOURCE_DRIVER_CLASS_NAME: org.postgresql.Driver
29
+ SPRING_DATASOURCE_URL: jdbc:postgresql://flowable-postgres:5432/flowable
30
+ SPRING_DATASOURCE_USERNAME: flowable
31
+ SPRING_DATASOURCE_PASSWORD: flowable
32
+ FLOWABLE_IDM_APP_ADMIN_USER_ID: admin
33
+ FLOWABLE_IDM_APP_ADMIN_PASSWORD: test
34
+
35
+ volumes:
36
+ flowable_pg_data:
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/org_hierarchy.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "organization": "Z Global",
3
+ "category": "Maternal & Baby (M&B)",
4
+ "cycle": "Pre-major-promotion",
5
+ "description": "Organization hierarchy for the M&B category under temporary governance restructuring. The M&B category owner role is vacant; the remaining roles must cover its responsibilities (execution, coordination, key-decision, result-accountability) through decomposition, not transfer.",
6
+ "group_policy": {
7
+ "description": "Candidate group assignments follow the company RBAC convention. Each organizational unit has a corresponding system group. Directors and senior management use _mgmt suffix groups; operational roles use the base department group.",
8
+ "convention": "{department}[_mgmt] for management, {department} for leads/operational"
9
+ },
10
+ "joint_decisions": {
11
+ "unified_decision_committee": {
12
+ "participants": ["zSeniorLead", "peerCategoryOwner_Beauty", "mbTeamLead"],
13
+ "quorum": "at_least_two",
14
+ "mode": "synchronous",
15
+ "fallback_when_peer_unavailable": ["zSeniorLead", "mbTeamLead", "mbMerchantOpsLead"],
16
+ "rationale": "Unified decision on key M&B matters requires multiple perspectives: senior authority (zSeniorLead), category knowledge (peer category owner), and M&B team operational experience (team lead)."
17
+ },
18
+ "parallel_review": {
19
+ "participants": ["peerCategoryOwner_Beauty", "mbTeamLead"],
20
+ "mode": "independent",
21
+ "rationale": "Standardized work and coordination review run in parallel before converging at the unified decision."
22
+ }
23
+ },
24
+ "roles": [
25
+ {
26
+ "role_id": "mbTeamLead",
27
+ "title": "M&B Category Team Lead",
28
+ "level": "Lead",
29
+ "reports_to": "zSeniorLead",
30
+ "peers": ["mbMerchantOpsLead", "mbBusinessAnalyst"],
31
+ "decision_authority": [
32
+ "Joint mature plan preparation coordination",
33
+ "Team execution oversight",
34
+ "Merchant cadence coordination (temporary coordination role)"
35
+ ],
36
+ "notes": "Assigned to team_drafts_initial_plan (anchor) and team_executes_plan (anchor). Cannot simultaneously hold the unified decision role (rule 3)."
37
+ },
38
+ {
39
+ "role_id": "mbMerchantOpsLead",
40
+ "title": "M&B Merchant Operations Lead",
41
+ "level": "Lead",
42
+ "reports_to": "zSeniorLead",
43
+ "peers": ["mbTeamLead", "mbBusinessAnalyst"],
44
+ "decision_authority": [
45
+ "Merchant readiness validation",
46
+ "Campaign cadence coordination",
47
+ "Backup merchant proposal"
48
+ ],
49
+ "notes": "Takes over a portion of the departed owner's coordination work. Not authorized to make standalone key decisions."
50
+ },
51
+ {
52
+ "role_id": "mbBusinessAnalyst",
53
+ "title": "M&B Business Analyst",
54
+ "level": "Operational",
55
+ "reports_to": "mbTeamLead",
56
+ "peers": ["mbMerchantOpsLead"],
57
+ "decision_authority": [
58
+ "Multi-factor scoring (inventory, margin, AOV, sales, brand influence, platform risk)",
59
+ "Brand-risk reassessment analysis (compliance sub-process)"
60
+ ],
61
+ "notes": "Produces the multi-factor scoring used by the judgment gateway."
62
+ },
63
+ {
64
+ "role_id": "peerCategoryOwner_Beauty",
65
+ "title": "Peer Category Owner (Beauty)",
66
+ "level": "Lead",
67
+ "reports_to": "zSeniorLead",
68
+ "peers": ["peerCategoryOwner_Apparel"],
69
+ "decision_authority": [
70
+ "Standardized sub-tasks only: ad-ratio policy, A/B test quota, review-based promotion adjustment",
71
+ "Participates in unified decision committee as a member (not chair)"
72
+ ],
73
+ "notes": "Temporarily unavailable during this cycle (compound disruption A). The peer-unavailable fallback gateway routes around this lane when peerOwnerAvailable == false."
74
+ },
75
+ {
76
+ "role_id": "peerCategoryOwner_Apparel",
77
+ "title": "Peer Category Owner (Apparel)",
78
+ "level": "Lead",
79
+ "reports_to": "zSeniorLead",
80
+ "peers": ["peerCategoryOwner_Beauty"],
81
+ "decision_authority": [
82
+ "Secondary standardized backup when Beauty owner is unavailable"
83
+ ],
84
+ "notes": "Acts as a secondary peer option in some solution fingerprints."
85
+ },
86
+ {
87
+ "role_id": "logisticsCoordinator",
88
+ "title": "Logistics Coordinator (Cainiao)",
89
+ "level": "Operational",
90
+ "reports_to": null,
91
+ "peers": [],
92
+ "decision_authority": [
93
+ "Warehouse capacity assessment",
94
+ "Transportation capacity allocation"
95
+ ],
96
+ "notes": "Lane is anchored (logistics_lane) and notified-only. Not part of the main decision flow. Rules 8 and 8a forbid modifying this lane."
97
+ },
98
+ {
99
+ "role_id": "zSeniorLead",
100
+ "title": "Z Global Senior Lead",
101
+ "level": "Management",
102
+ "reports_to": null,
103
+ "peers": [],
104
+ "decision_authority": [
105
+ "Top-tier key-decision review (bounded: only critical-tier escalations)",
106
+ "Senior-lead review task with 48h SLA (timer boundary)"
107
+ ],
108
+ "notes": "Cannot be on every decision path (rule 11: <=30%). Bounded escalation only. The senior lead does NOT replace the departed M&B owner wholesale."
109
+ },
110
+ {
111
+ "role_id": "complianceOfficer",
112
+ "title": "Platform Compliance Officer",
113
+ "level": "Management",
114
+ "reports_to": null,
115
+ "peers": [],
116
+ "decision_authority": [
117
+ "Emergency delisting authorization",
118
+ "Brand-risk reassessment authority",
119
+ "Regulatory escalation"
120
+ ],
121
+ "notes": "Leads the compliance sub-process. Required when complianceCrisisDetected == true."
122
+ },
123
+ {
124
+ "role_id": "interimCommitteeChair",
125
+ "title": "Interim Committee Chair (Temporary Unified Decision)",
126
+ "level": "Management",
127
+ "reports_to": null,
128
+ "peers": ["zSeniorLead"],
129
+ "decision_authority": [
130
+ "Chairs the temporary_unified_decision task",
131
+ "Produces out_rationale on every decision"
132
+ ],
133
+ "notes": "Distinct from zSeniorLead. Serves as the convergence point for the unified decision. May route to senior-lead escalation only on critical tier."
134
+ }
135
+ ],
136
+ "hierarchy_rules": [
137
+ "mbTeamLead, mbMerchantOpsLead, and mbBusinessAnalyst form the operational M&B team.",
138
+ "peerCategoryOwner_Beauty is a peer Lead at the same org level as mbTeamLead but in a different category.",
139
+ "zSeniorLead is the senior authority above all Leads; escalation to this role is bounded.",
140
+ "complianceOfficer sits in a separate compliance chain and is invoked only for the compliance sub-process.",
141
+ "interimCommitteeChair is the designated committee-mode chair for this cycle only.",
142
+ "logisticsCoordinator is in a parallel notified-only lane and is not part of the decision chain."
143
+ ],
144
+ "assignment_constraints": {
145
+ "team_drafts_initial_plan": "mbTeamLead (anchored, preserved)",
146
+ "team_executes_plan": "mbTeamLead (anchored, preserved)",
147
+ "logistics_capacity_confirmation": "logisticsCoordinator (anchored, preserved, notified-only)",
148
+ "team_joint_mature_plan_preparation": "mbBusinessAnalyst OR mbTeamLead (must be different from team_executes_plan assignee to satisfy rule 3)",
149
+ "temporary_unified_decision": "interimCommitteeChair (must NOT be mbTeamLead — rule 3, must NOT be peerCategoryOwner_Beauty — authorization_constraints.c12b, must NOT be zSeniorLead — rule 29)",
150
+ "peer_owner_standardized_tasks": "peerCategoryOwner_Beauty (or fallback route when unavailable)",
151
+ "coordination_tasks": "mbMerchantOpsLead or mbTeamLead",
152
+ "compliance_subprocess_tasks": "complianceOfficer or mbBusinessAnalyst (note: complianceOfficer may INSPECT but must not WRITE decision-related variables — authorization_constraints.c12a)",
153
+ "senior_lead_escalation_task": "zSeniorLead (bounded: only reachable on escalationTier == 'critical')"
154
+ },
155
+ "authorization_constraints": {
156
+ "description": "Enforced by evaluator Section C check c12 (role-conflict authorization cross-checks). Carried forward from the 2025-Q3 prior audit; see stakeholder_artifacts/audit_post_mortem.md for the narrative context.",
157
+ "c12a_compliance_officer_is_inspector_not_decider": "complianceOfficer may not be the flowable:assignee of any userTask inside the compliance_subprocess that writes a decision-related formProperty (i.e., any writable out_* formProperty whose id contains 'decision', 'outcome', 'approv', 'reject', or 'tier'). Compliance officer may inspect and document but may not decide.",
158
+ "c12b_peer_owner_not_on_unified_decision": "peerCategoryOwner_Beauty may not be the flowable:assignee of temporary_unified_decision. Conflict-of-interest: peer owner cannot sign off on decisions about their own delegated standardized work.",
159
+ "c12c_team_lead_not_on_all_exec_anchors": "mbTeamLead may not simultaneously be the assignee of all three of {team_drafts_initial_plan, team_joint_mature_plan_preparation, team_executes_plan}. At least one must be held by a different role to avoid single-role ownership of the entire execution chain."
160
+ },
161
+ "variable_contract": {
162
+ "description": "Process variables referenced by gateway conditions. The test runner sets role-assignee variables at process start; decision variables are produced by tasks during execution.",
163
+ "role_assignee_vars": [
164
+ {"name": "mbTeamLead", "runtime_value": "admin"},
165
+ {"name": "mbMerchantOpsLead", "runtime_value": "admin"},
166
+ {"name": "mbBusinessAnalyst", "runtime_value": "admin"},
167
+ {"name": "peerCategoryOwner_Beauty", "runtime_value": "admin"},
168
+ {"name": "peerCategoryOwner_Apparel", "runtime_value": "admin"},
169
+ {"name": "logisticsCoordinator", "runtime_value": "admin"},
170
+ {"name": "zSeniorLead", "runtime_value": "admin"},
171
+ {"name": "complianceOfficer", "runtime_value": "admin"},
172
+ {"name": "interimCommitteeChair", "runtime_value": "admin"}
173
+ ],
174
+ "decision_vars_produced_by_tasks": [
175
+ {"name": "inventoryOk", "produced_by": "team_joint_mature_plan_preparation"},
176
+ {"name": "marginOk", "produced_by": "team_joint_mature_plan_preparation"},
177
+ {"name": "aovOk", "produced_by": "team_joint_mature_plan_preparation"},
178
+ {"name": "salesOk", "produced_by": "team_joint_mature_plan_preparation"},
179
+ {"name": "brandRiskOk", "produced_by": "team_joint_mature_plan_preparation"},
180
+ {"name": "platformRiskOk", "produced_by": "team_joint_mature_plan_preparation"},
181
+ {"name": "peerOwnerAvailable", "produced_by": "peer_readiness_check"},
182
+ {"name": "complianceCrisisDetected", "produced_by": "compliance_signal_check"},
183
+ {"name": "escalationTier", "produced_by": "temporary_unified_decision"},
184
+ {"name": "jointPlanAttempt", "produced_by": "counter, incremented on team_joint_mature_plan_preparation completion"},
185
+ {"name": "out_rationale", "produced_by": "every manual override task"},
186
+ {"name": "out_unified_decision", "produced_by": "temporary_unified_decision"}
187
+ ]
188
+ }
189
+ }
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/original_process.bpmn20.xml ADDED
@@ -0,0 +1,312 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xmlns:flowable="http://flowable.org/bpmn"
5
+ xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
6
+ xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC"
7
+ xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI"
8
+ targetNamespace="http://flowable.org/case2"
9
+ exporter="Claude Code"
10
+ exporterVersion="5.0">
11
+
12
+ <process id="zMBCategoryGovernance_original" name="Z Global M&amp;B Category Governance - Original Process" isExecutable="true">
13
+
14
+ <documentation>
15
+ Original Z Global Maternal and Baby (M&amp;B) category governance process
16
+ BEFORE the M&amp;B category owner's sudden departure.
17
+
18
+ KEY ASSUMPTION: the M&amp;B category owner is in post and fulfills the compound
19
+ role that combines approval, coordination, key-decision, and result accountability.
20
+ If this assumption fails (owner vacates suddenly), the process must be
21
+ restructured (see zMBCategoryGovernance_modified_L3).
22
+
23
+ ORGANIZATIONAL HIERARCHY:
24
+ - mbCategoryOwner is the compound node: approves, coordinates, decides, and backstops.
25
+ - mbTeamLead produces the rough draft and executes the approved plan.
26
+ - logisticsCoordinator runs in a parallel notified-only lane (not modified by restructuring).
27
+
28
+ TRUNK FLOW (simplified):
29
+ team_drafts_initial_plan -> owner_review_and_approve
30
+ -> owner_coordinates_merchants
31
+ -> exception_gateway
32
+ -> (exception) owner_handles_exception -> join
33
+ -> (no exception) join
34
+ -> team_executes_plan
35
+ -> owner_result_accountability
36
+ -> endEvent
37
+
38
+ PARALLEL: logistics_lane with logistics_capacity_confirmation
39
+ (notified-only, not part of decision flow).
40
+
41
+ ORIGINAL BUSINESS RULES (abbreviated):
42
+ 1. Unified decision by the category owner.
43
+ 2. Merchant readiness coordinated by the owner.
44
+ 3. Backup merchant switching decided by the owner.
45
+ 4. Results accountability by the owner.
46
+ 5. Logistics is a parallel notified-only lane.
47
+ </documentation>
48
+
49
+ <laneSet id="laneSet_original">
50
+
51
+ <lane id="lane_mb_team" name="M&amp;B Category Team">
52
+ <documentation>
53
+ M&amp;B Category team: team lead drafts and executes.
54
+ </documentation>
55
+ <flowNodeRef>startEvent</flowNodeRef>
56
+ <flowNodeRef>team_drafts_initial_plan</flowNodeRef>
57
+ <flowNodeRef>team_executes_plan</flowNodeRef>
58
+ <flowNodeRef>gw_parallel_split</flowNodeRef>
59
+ <flowNodeRef>gw_parallel_join</flowNodeRef>
60
+ <flowNodeRef>endEvent</flowNodeRef>
61
+ </lane>
62
+
63
+ <lane id="lane_mb_owner" name="M&amp;B Category Owner">
64
+ <documentation>
65
+ M&amp;B category owner: the compound role that approves, coordinates, decides,
66
+ and backstops results. This role is VACATED in the L3 disruption.
67
+ </documentation>
68
+ <flowNodeRef>owner_review_and_approve</flowNodeRef>
69
+ <flowNodeRef>owner_coordinates_merchants</flowNodeRef>
70
+ <flowNodeRef>gw_exception_exists</flowNodeRef>
71
+ <flowNodeRef>owner_handles_exception</flowNodeRef>
72
+ <flowNodeRef>gw_exception_join</flowNodeRef>
73
+ <flowNodeRef>owner_result_accountability</flowNodeRef>
74
+ </lane>
75
+
76
+ <lane id="logistics_lane" name="Logistics Coordinator (Cainiao)">
77
+ <documentation>
78
+ Logistics lane — ANCHORED. Runs parallel to the main flow. Notified-only.
79
+ The logistics coordinator arranges warehouse and transportation capacity
80
+ based on the overall demand signal. This lane is NOT part of the key decision
81
+ chain and must NOT be modified during the L3 restructuring (rule 8 and rule 8a).
82
+ </documentation>
83
+ <flowNodeRef>logistics_capacity_confirmation</flowNodeRef>
84
+ </lane>
85
+
86
+ </laneSet>
87
+
88
+ <!-- Start -->
89
+ <startEvent id="startEvent" name="Pre-Major-Promotion Planning Triggered">
90
+ <documentation>
91
+ Triggered before a major promotion cycle to initiate M&amp;B category planning.
92
+ </documentation>
93
+ </startEvent>
94
+
95
+ <!-- Team drafts initial plan (ANCHOR — start-side) -->
96
+ <userTask id="team_drafts_initial_plan" name="M&amp;B Team Drafts Initial Plan"
97
+ flowable:assignee="${mbTeamLead}"
98
+ flowable:candidateGroups="mb_team">
99
+ <documentation>
100
+ ANCHORED TASK. M&amp;B team lead produces the initial draft plan for the
101
+ upcoming major promotion cycle. Rough draft only in the original process;
102
+ owner adjustments follow. In the modified process, this task feeds the
103
+ joint mature plan preparation instead.
104
+ </documentation>
105
+ <extensionElements>
106
+ <flowable:formProperty id="in_category_targets" name="[IN] Category Targets" type="string"
107
+ required="true" readable="true" writable="false"/>
108
+ <flowable:formProperty id="in_promotion_cadence" name="[IN] Promotion Cadence" type="string"
109
+ required="true" readable="true" writable="false"/>
110
+ <flowable:formProperty id="out_initial_draft" name="[OUT] Initial Draft Plan (JSON)" type="string"
111
+ required="true" writable="true"/>
112
+ <flowable:formProperty id="out_merchant_candidates" name="[OUT] Merchant Candidate List (JSON)" type="string"
113
+ required="true" writable="true"/>
114
+ </extensionElements>
115
+ </userTask>
116
+
117
+ <!-- Owner reviews and approves -->
118
+ <userTask id="owner_review_and_approve" name="Owner Reviews and Approves Plan"
119
+ flowable:assignee="${mbCategoryOwner}"
120
+ flowable:candidateGroups="mb_owner">
121
+ <documentation>
122
+ M&amp;B category owner reviews the draft and adjusts merchants, product
123
+ structure, traffic allocation, ad/A-B resource allocation, and major-promotion
124
+ priorities. In the modified process, this role is vacated and the function
125
+ is split across multiple roles (responsibility decomposition).
126
+ </documentation>
127
+ <extensionElements>
128
+ <flowable:formProperty id="in_initial_draft" name="[IN] Initial Draft Plan" type="string"
129
+ readable="true" writable="false"/>
130
+ <flowable:formProperty id="out_approved_plan" name="[OUT] Approved Plan (JSON)" type="string"
131
+ required="true" writable="true"/>
132
+ </extensionElements>
133
+ </userTask>
134
+
135
+ <!-- Owner coordinates merchants -->
136
+ <userTask id="owner_coordinates_merchants" name="Owner Coordinates Merchant Readiness"
137
+ flowable:assignee="${mbCategoryOwner}"
138
+ flowable:candidateGroups="mb_owner">
139
+ <documentation>
140
+ Owner coordinates merchant readiness: inventory confirmation, campaign cadence,
141
+ external messaging alignment. In the modified process, this coordination
142
+ capability is moved to a dedicated coordination lane.
143
+ </documentation>
144
+ <extensionElements>
145
+ <flowable:formProperty id="in_approved_plan" name="[IN] Approved Plan" type="string"
146
+ readable="true" writable="false"/>
147
+ <flowable:formProperty id="out_coordination_status" name="[OUT] Coordination Status" type="string"
148
+ required="true" writable="true"/>
149
+ <flowable:formProperty id="out_exception_detected" name="[OUT] Exception Detected" type="boolean"
150
+ required="true" writable="true"/>
151
+ </extensionElements>
152
+ </userTask>
153
+
154
+ <!-- Exception-exists gateway -->
155
+ <exclusiveGateway id="gw_exception_exists" name="Exception Exists?" default="flow_no_exception"/>
156
+
157
+ <!-- Owner handles exception (stockouts / failed promoted merchant) -->
158
+ <userTask id="owner_handles_exception" name="Owner Handles Promotion Exception"
159
+ flowable:assignee="${mbCategoryOwner}"
160
+ flowable:candidateGroups="mb_owner">
161
+ <documentation>
162
+ Owner handles stockouts, anomalies, or failed promoted merchants by switching
163
+ to backup merchants and adjusting resource placement. In the modified process,
164
+ this exception path is replaced by the compliance sub-process and the
165
+ closed-loop from unified decision back to joint-plan preparation.
166
+ </documentation>
167
+ <extensionElements>
168
+ <flowable:formProperty id="out_exception_resolution" name="[OUT] Exception Resolution (JSON)"
169
+ type="string" required="true" writable="true"/>
170
+ </extensionElements>
171
+ </userTask>
172
+
173
+ <!-- Exception-join -->
174
+ <exclusiveGateway id="gw_exception_join" name="Exception Resolved or Skipped"/>
175
+
176
+ <!-- Team executes plan (ANCHOR — end-side) -->
177
+ <userTask id="team_executes_plan" name="Team Executes Major-Promotion Plan"
178
+ flowable:assignee="${mbTeamLead}"
179
+ flowable:candidateGroups="mb_team">
180
+ <documentation>
181
+ ANCHORED TASK. M&amp;B team executes the major-promotion plan: launches
182
+ merchant campaigns, activates traffic budget, monitors execution. This task
183
+ survives the restructuring unchanged in ID; the upstream wiring changes.
184
+ </documentation>
185
+ <extensionElements>
186
+ <flowable:formProperty id="in_final_plan" name="[IN] Final Plan" type="string"
187
+ required="true" readable="true" writable="false"/>
188
+ <flowable:formProperty id="out_execution_report" name="[OUT] Execution Report" type="string"
189
+ required="true" writable="true"/>
190
+ </extensionElements>
191
+ </userTask>
192
+
193
+ <!-- Owner bears results -->
194
+ <userTask id="owner_result_accountability" name="Owner Bears Category KPI Results"
195
+ flowable:assignee="${mbCategoryOwner}"
196
+ flowable:candidateGroups="mb_owner">
197
+ <documentation>
198
+ Owner is the ultimate risk backstop for M&amp;B category KPIs. In the modified
199
+ process, this accountability is taken by the temporary unified decision node
200
+ (as a committee / interim chair).
201
+ </documentation>
202
+ </userTask>
203
+
204
+ <!-- Parallel split to spawn the logistics notification flow -->
205
+ <parallelGateway id="gw_parallel_split" name="Spawn Logistics Notification"/>
206
+ <parallelGateway id="gw_parallel_join" name="Converge Logistics Notification"/>
207
+
208
+ <!-- Logistics capacity confirmation (ANCHOR — logistics_lane, notified-only) -->
209
+ <userTask id="logistics_capacity_confirmation" name="Logistics Coordinator Confirms Capacity"
210
+ flowable:assignee="${logisticsCoordinator}"
211
+ flowable:candidateGroups="logistics">
212
+ <documentation>
213
+ ANCHORED TASK in ANCHORED LANE. Logistics coordinator confirms warehouse
214
+ and transportation capacity based on overall demand. This task is notified-only
215
+ and MUST NOT be modified during L3 restructuring (rule 8 / 8a). The logistics
216
+ lane runs parallel to the main flow.
217
+ </documentation>
218
+ <extensionElements>
219
+ <flowable:formProperty id="in_overall_demand" name="[IN] Overall Demand Signal" type="string"
220
+ readable="true" writable="false"/>
221
+ <flowable:formProperty id="out_capacity_ok" name="[OUT] Capacity OK" type="boolean"
222
+ required="true" writable="true"/>
223
+ </extensionElements>
224
+ </userTask>
225
+
226
+ <!-- End -->
227
+ <endEvent id="endEvent" name="Major Promotion Executed"/>
228
+
229
+ <!-- =============================================== -->
230
+ <!-- SEQUENCE FLOWS -->
231
+ <!-- =============================================== -->
232
+
233
+ <sequenceFlow id="flow_start_to_draft" sourceRef="startEvent" targetRef="team_drafts_initial_plan"/>
234
+ <sequenceFlow id="flow_draft_to_parallel" sourceRef="team_drafts_initial_plan" targetRef="gw_parallel_split"/>
235
+
236
+ <!-- Parallel branch 1: main flow (owner handling) -->
237
+ <sequenceFlow id="flow_parallel_to_owner" sourceRef="gw_parallel_split" targetRef="owner_review_and_approve"/>
238
+ <sequenceFlow id="flow_owner_approve_to_coord" sourceRef="owner_review_and_approve" targetRef="owner_coordinates_merchants"/>
239
+ <sequenceFlow id="flow_coord_to_exception_gw" sourceRef="owner_coordinates_merchants" targetRef="gw_exception_exists"/>
240
+
241
+ <sequenceFlow id="flow_exception_detected" sourceRef="gw_exception_exists" targetRef="owner_handles_exception">
242
+ <conditionExpression xsi:type="tFormalExpression">${out_exception_detected == true}</conditionExpression>
243
+ </sequenceFlow>
244
+ <sequenceFlow id="flow_no_exception" sourceRef="gw_exception_exists" targetRef="gw_exception_join"/>
245
+ <sequenceFlow id="flow_exception_handled_to_join" sourceRef="owner_handles_exception" targetRef="gw_exception_join"/>
246
+
247
+ <sequenceFlow id="flow_exception_join_to_execute" sourceRef="gw_exception_join" targetRef="team_executes_plan"/>
248
+ <sequenceFlow id="flow_execute_to_accountability" sourceRef="team_executes_plan" targetRef="owner_result_accountability"/>
249
+ <sequenceFlow id="flow_accountability_to_parallel_join" sourceRef="owner_result_accountability" targetRef="gw_parallel_join"/>
250
+
251
+ <!-- Parallel branch 2: logistics notification (notified-only) -->
252
+ <sequenceFlow id="flow_parallel_to_logistics" sourceRef="gw_parallel_split" targetRef="logistics_capacity_confirmation"/>
253
+ <sequenceFlow id="flow_logistics_to_parallel_join" sourceRef="logistics_capacity_confirmation" targetRef="gw_parallel_join"/>
254
+
255
+ <sequenceFlow id="flow_parallel_join_to_end" sourceRef="gw_parallel_join" targetRef="endEvent"/>
256
+
257
+ </process>
258
+
259
+ <bpmndi:BPMNDiagram id="BPMNDiagram_original">
260
+ <bpmndi:BPMNPlane bpmnElement="zMBCategoryGovernance_original" id="BPMNPlane_original">
261
+ <bpmndi:BPMNShape bpmnElement="lane_mb_team" id="shape_lane_team">
262
+ <omgdc:Bounds x="160" y="0" width="1600" height="220"/>
263
+ </bpmndi:BPMNShape>
264
+ <bpmndi:BPMNShape bpmnElement="lane_mb_owner" id="shape_lane_owner">
265
+ <omgdc:Bounds x="160" y="220" width="1600" height="260"/>
266
+ </bpmndi:BPMNShape>
267
+ <bpmndi:BPMNShape bpmnElement="logistics_lane" id="shape_lane_logistics">
268
+ <omgdc:Bounds x="160" y="480" width="1600" height="160"/>
269
+ </bpmndi:BPMNShape>
270
+ <bpmndi:BPMNShape bpmnElement="startEvent" id="shape_startEvent">
271
+ <omgdc:Bounds x="220" y="80" width="36" height="36"/>
272
+ </bpmndi:BPMNShape>
273
+ <bpmndi:BPMNShape bpmnElement="team_drafts_initial_plan" id="shape_team_drafts_initial_plan">
274
+ <omgdc:Bounds x="320" y="60" width="220" height="80"/>
275
+ </bpmndi:BPMNShape>
276
+ <bpmndi:BPMNShape bpmnElement="gw_parallel_split" id="shape_gw_parallel_split">
277
+ <omgdc:Bounds x="600" y="80" width="40" height="40"/>
278
+ </bpmndi:BPMNShape>
279
+ <bpmndi:BPMNShape bpmnElement="owner_review_and_approve" id="shape_owner_review">
280
+ <omgdc:Bounds x="720" y="240" width="220" height="80"/>
281
+ </bpmndi:BPMNShape>
282
+ <bpmndi:BPMNShape bpmnElement="owner_coordinates_merchants" id="shape_owner_coord">
283
+ <omgdc:Bounds x="1000" y="240" width="220" height="80"/>
284
+ </bpmndi:BPMNShape>
285
+ <bpmndi:BPMNShape bpmnElement="gw_exception_exists" id="shape_gw_exception_exists">
286
+ <omgdc:Bounds x="1260" y="260" width="40" height="40"/>
287
+ </bpmndi:BPMNShape>
288
+ <bpmndi:BPMNShape bpmnElement="owner_handles_exception" id="shape_owner_handles">
289
+ <omgdc:Bounds x="1340" y="340" width="220" height="80"/>
290
+ </bpmndi:BPMNShape>
291
+ <bpmndi:BPMNShape bpmnElement="gw_exception_join" id="shape_gw_exception_join">
292
+ <omgdc:Bounds x="1600" y="260" width="40" height="40"/>
293
+ </bpmndi:BPMNShape>
294
+ <bpmndi:BPMNShape bpmnElement="team_executes_plan" id="shape_team_executes_plan">
295
+ <omgdc:Bounds x="1680" y="60" width="220" height="80"/>
296
+ </bpmndi:BPMNShape>
297
+ <bpmndi:BPMNShape bpmnElement="owner_result_accountability" id="shape_owner_accountability">
298
+ <omgdc:Bounds x="1680" y="240" width="220" height="80"/>
299
+ </bpmndi:BPMNShape>
300
+ <bpmndi:BPMNShape bpmnElement="logistics_capacity_confirmation" id="shape_logistics_cap">
301
+ <omgdc:Bounds x="720" y="520" width="240" height="80"/>
302
+ </bpmndi:BPMNShape>
303
+ <bpmndi:BPMNShape bpmnElement="gw_parallel_join" id="shape_gw_parallel_join">
304
+ <omgdc:Bounds x="1950" y="260" width="40" height="40"/>
305
+ </bpmndi:BPMNShape>
306
+ <bpmndi:BPMNShape bpmnElement="endEvent" id="shape_endEvent">
307
+ <omgdc:Bounds x="2040" y="262" width="36" height="36"/>
308
+ </bpmndi:BPMNShape>
309
+ </bpmndi:BPMNPlane>
310
+ </bpmndi:BPMNDiagram>
311
+
312
+ </definitions>
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/original_process_diagram.png ADDED

Git LFS Details

  • SHA256: 44c3c37940809197ce557007b07e3a97c29e6d153c0fd83f911a744c22d385a9
  • Pointer size: 131 Bytes
  • Size of remote file: 338 kB
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/stakeholder_artifacts/audit_post_mortem.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Audit Post-Mortem — M&B Category Governance 2025-Q4
2
+
3
+ **Prepared by:** Internal Audit, Z Global
4
+ **Status:** Closed — lessons-learned for next redesign
5
+ **Date:** 2026-01-18
6
+
7
+ ---
8
+
9
+ ## Incident summary
10
+
11
+ In Q4 2025, the M&B category experienced **two audit findings** tied to the governance workflow:
12
+
13
+ ### Finding #1 — Shadow tasks (severity: medium)
14
+
15
+ The prior BPMN included 4 user tasks that no test scenario claimed in the scenario pack. These tasks existed in the process definition but were never executed in validated scenarios. Root cause: the designer added "placeholder" tasks anticipating future needs. **Remediation policy:** every user task in the next redesign must be covered by ≥1 test scenario's `task_outputs` map, OR be one of the anchored original tasks (`team_drafts_initial_plan`, `team_executes_plan`, `logistics_capacity_confirmation`, `peer_readiness_check`, `compliance_signal_check`, `temporary_unified_decision`, `senior_lead_expedited_decision`, `emergency_delist_task`, `brand_risk_reassessment_task`, `team_joint_mature_plan_preparation`). Extra un-covered tasks will fail Section A check a50.
16
+
17
+ ### Finding #2 — Dangling formProperty outputs (severity: low)
18
+
19
+ Several `out_<X>` formProperties were written by tasks but never referenced downstream. Auditors could not trace what process decisions depended on those outputs. **Remediation policy:** every `out_<var>` formProperty written in the next redesign must be referenced at least once downstream — either in a gateway `conditionExpression` (e.g. `${out_unified_decision == 'approved'}`) or as an `in_<var>` formProperty on a downstream task. Section A check a51 enforces this.
20
+
21
+ ## Authorization cross-checks (carried forward from 2025-Q3 prior audit)
22
+
23
+ `org_hierarchy.json` encodes role authorization rules. The following cross-checks must hold in the next redesign. These are **enforced programmatically** by the evaluator Section C check c12:
24
+
25
+ 1. `complianceOfficer` **cannot** be assigned to any task inside the `compliance_subprocess` that writes decision-related variables (i.e., compliance officer may INSPECT but not DECIDE).
26
+ 2. `peerCategoryOwner_Beauty` **cannot** be the assignee of `temporary_unified_decision` (would create a conflict-of-interest — peer owner cannot sign off on decisions about their own delegated work).
27
+ 3. `mbTeamLead` **cannot** be the assignee of both `team_drafts_initial_plan` AND `team_joint_mature_plan_preparation` AND `team_executes_plan` simultaneously — at least one of these three must be held by a different assignee (to avoid single-role owning the entire execution chain).
28
+
29
+ ---
30
+
31
+ ## Fingerprint-loop audit note
32
+
33
+ Solution A (Peer-Owner-Led Committee) was audited as compliant under the prior framework, but the fingerprint match was found too lenient — mere keyword presence in an assignee string was accepted. The updated evaluator check `e07` requires the concrete governance loop topology:
34
+
35
+ ```
36
+ peer_lane_task → gw_parallel_review_join → temporary_unified_decision → gw_escalation_tier → (team_joint_mature_plan_preparation OR escalation_final_end)
37
+ ```
38
+
39
+ Every sequence flow in this chain must exist as a directed edge in the BPMN graph.
40
+
41
+ ---
42
+
43
+ ## Action-item index (numbered by rule added in business_rules_L3.md)
44
+
45
+ - **Rule 27** — Brand-risk precedence on compliance-crisis branch (see `regulator_email_thread.md`)
46
+ - **Rule 28** — Kill-switch gating on A/B, free-trial, new-merchant (see `product_compliance_slack.md`)
47
+ - **Rule 29** — Senior-lead one-role-only boundary (see `senior_leadership_memo.md`)
48
+ - **Rule 30** — Compliance-subprocess re-entry latch via `complianceHandled` (see this post-mortem, Finding #1 addendum)
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/stakeholder_artifacts/product_compliance_slack.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Slack — #mb-governance-redesign
2
+
3
+ ---
4
+
5
+ **Tue Apr 14 2026, 14:02 — @amy.zheng (Product Ops Lead)**
6
+ Heads-up: we just got clarification from the A/B test guild. Legal wants `abTestEnabled` added as a first-class kill-switch process variable. The point: the regulator may require an immediate A/B cut-off per scenario, and we can't bake "always on" into the process.
7
+
8
+ Requirements (from the A/B guild ticket PLATFORM-AB-2211):
9
+ - `abTestEnabled` default: **true**
10
+ - Must be readable as a process variable at the A/B test quota peer-review task. If `abTestEnabled == false`, that task's outgoing flow must route past the standardized A/B review into the join, not cancel the whole parallel block.
11
+ - The guard should be on an *outgoing condition* of the A/B quota task's exclusive gate, not hardcoded into the task's assignee expression.
12
+
13
+ **Tue Apr 14 2026, 14:08 — @ryan.choi (BPM Consultant)**
14
+ Understood. I'll add an exclusive gateway right after `peer_ab_test_quota_task` with two outgoing flows:
15
+ - `${abTestEnabled == true}` → continue through standardized A/B review chain
16
+ - default (else) → skip to `gw_parallel_review_join`
17
+
18
+ This preserves Rule 7 (A/B must remain *reachable*) while honoring the kill-switch. Anti-gaming d04 still passes because the task isn't removed and no permanent-false guard exists.
19
+
20
+ **Tue Apr 14 2026, 14:11 — @amy.zheng**
21
+ Perfect. Same pattern for free-trial and new-merchant: add `freeTrialEnabled` and `newMerchantAdmissionEnabled` variables with the same default-true kill-switch gating. Keep the defaults so existing scenarios don't break.
22
+
23
+ **Tue Apr 14 2026, 14:14 — @ryan.choi**
24
+ Got it. Will implement 3 kill-switch variables:
25
+ - `abTestEnabled` default true
26
+ - `freeTrialEnabled` default true
27
+ - `newMerchantAdmissionEnabled` default true
28
+
29
+ Each guarded by its own exclusive gateway right after the peer-owner's standardized task for that topic. The default (else) flow of each gateway routes past the remaining standardized review chain to `gw_parallel_review_join`.
30
+
31
+ **Tue Apr 14 2026, 14:17 — @amy.zheng**
32
+ Do NOT add these as formProperty outputs of the peer tasks — they come from platform config, not from the peer owner's input. Set them via the process initialization (`in_*` inputs at `team_drafts_initial_plan`) or as assignee-level defaults.
33
+
34
+ **Tue Apr 14 2026, 14:18 — @ryan.choi**
35
+ Ack. They'll be in_* formProperties on `team_drafts_initial_plan` with default values, not produced by peer tasks.
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/stakeholder_artifacts/regulator_email_thread.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Email Thread — Z Legal & Compliance ↔ State Administration for Market Regulation (SAMR)
2
+
3
+ ---
4
+
5
+ **From:** wu.jing@samr.gov.cn
6
+ **To:** legal.zglobal@alibaba-inc.com
7
+ **Cc:** compliance.zglobal@alibaba-inc.com
8
+ **Subject:** Maternal & Baby Category — Immediate Action Items (Regulatory Letter Ref: SAMR-MB-2026-0412)
9
+ **Date:** 2026-04-12 09:14 +08:00
10
+
11
+ Dear Z Global Compliance,
12
+
13
+ Following our on-site audit of April 8–10, we are issuing formal action items for the Maternal & Baby (M&B) category. The following items are binding and must be reflected in your governance workflow within the next promotion cycle. Non-compliance will trigger an emergency delisting order for the affected SKUs.
14
+
15
+ 1. **Brand-risk precedence.** For any M&B brand flagged during an active promotion cycle, the brand-risk reassessment step must be *concluded* before the operations team finalizes any downstream promotion decision. Concretely: in your process model, `brand_risk_reassessment_task` must be reachable from `compliance_signal_check` on the `complianceCrisisDetected == true` branch and must complete before the process flow can reach `temporary_unified_decision` on that branch. No parallel shortcut.
16
+
17
+ 2. **Compliance-subprocess latch.** Any compliance-crisis sub-process must write a `complianceHandled` process variable on completion, and the compliance-crisis gateway must guard re-entry by checking this variable. We have seen prior cases where the sub-process re-fires mid-loop causing audit inconsistencies.
18
+
19
+ 3. **Emergency delisting channel.** The `emergency_delist_task` must route to a *terminal* end event (no rejoin to planning). The terminal end event must be named `escalation_final_end` so it appears distinctly in your audit trail.
20
+
21
+ Please confirm compliance within 7 business days.
22
+
23
+ Regards,
24
+ Wu Jing
25
+ Senior Regulatory Officer, SAMR — E-commerce Platforms Division
26
+
27
+ ---
28
+
29
+ **From:** legal.zglobal@alibaba-inc.com
30
+ **To:** wu.jing@samr.gov.cn
31
+ **Cc:** compliance.zglobal@alibaba-inc.com
32
+ **Subject:** RE: Maternal & Baby Category — Immediate Action Items
33
+ **Date:** 2026-04-12 18:42 +08:00
34
+
35
+ Officer Wu,
36
+
37
+ Acknowledged. We confirm the three binding items and are incorporating them into the L3 redesign.
38
+
39
+ For item 1, our reading is that the brand-risk reassessment must be on the *same token path* as the compliance-crisis branch — not fired in parallel and rejoined. Our BPM consultant is encoding this as a synchronous in-lane sequence: `compliance_signal_check → (crisis=true) → compliance_subprocess (containing brand_risk_reassessment_task + emergency_delist_task) → complianceHandled latch write → return to main flow`.
40
+
41
+ For item 2, we will add `complianceHandled` as a writable formProperty on the last sub-process task and include it in the compliance-crisis gateway's `${!complianceHandled}` guard expression.
42
+
43
+ For item 3, we will preserve the separate `escalation_final_end` end event and ensure `emergency_delist_task`'s outgoing flow terminates there.
44
+
45
+ Regards,
46
+ Liu Meng
47
+ Director, Legal — Z Global
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/stakeholder_artifacts/senior_leadership_memo.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Internal Memo — Senior Lead Role Boundaries for Temporary Governance
2
+
3
+ **To:** Z Global BPM Redesign Team
4
+ **From:** zSeniorLead (acting Director, M&B Category)
5
+ **Date:** 2026-04-15
6
+ **Subject:** Role-separation boundary for the senior-lead position during temporary governance
7
+
8
+ ---
9
+
10
+ ## Context
11
+
12
+ During the temporary governance period (M&B owner absent, peer owner partially unavailable), I am being asked to both (a) chair committee decisions via the unified-decision task AND (b) review critical-tier escalations. After discussing with Legal and our governance audit team, I'm drawing a firm boundary:
13
+
14
+ ## Boundary
15
+
16
+ I will hold exactly **one** of the following decision authorities, not both:
17
+
18
+ - The unified-decision committee chair role (`interimCommitteeChair` assignee on `temporary_unified_decision`), OR
19
+ - The critical-tier escalation decision-maker role (`zSeniorLead` assignee on `senior_lead_expedited_decision`)
20
+
21
+ In the redesign, the two roles must be held by **distinct assignees**. Concretely, the assignee variable / name on `temporary_unified_decision` must differ from the assignee on `senior_lead_expedited_decision`. If any BPMN path puts the same role on both tasks, it fails this boundary.
22
+
23
+ ## Interaction with Rule 11 (senior ratio ≤30%)
24
+
25
+ Rule 11 caps the proportion of decision flows routed to the senior lead at 30%. This memo adds a *role-separation* constraint on top: even if the ratio is under 30%, the senior lead cannot also chair the unified-decision committee.
26
+
27
+ ## Rationale
28
+
29
+ Legal flagged a conflict-of-interest risk under the new 2026 e-commerce governance framework: a single role making both the ordinary committee call AND the critical-tier escalation call collapses the two layers of review that the platform's audit trail requires to remain independent.
30
+
31
+ ## Priority ordering when Rule 29 (this memo) conflicts with other rules
32
+
33
+ If you encounter any conflict between this memo (Rule 29 in the rules doc) and other rules, use this ordering:
34
+
35
+ 1. Rule 2, 3 (separation of duties) — Cardinal
36
+ 2. Rule 29 (this memo: senior one-role-only) — Cardinal
37
+ 3. Rule 11 (senior ratio ≤30%) — Cardinal
38
+ 4. Rule 17 (rationale on overrides) — Governance
39
+ 5. Rule 7 (A/B / free-trial / new-merchant preserved) — Routing
40
+
41
+ Document the applied priority chain as a top-level `priority_chain` field in `business_rules_compliance.json` with an ordered list of rule IDs.
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/starter_project/test_scenarios_L3.json ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "60 test scenarios for the Case 2 L3 modified Z Global M&B category temporary governance restructuring. Scenarios exercise normal owner-gone flow (20), peer-owner-unavailable fallback (10), mid-cycle compliance crisis (10), time-boxed escalation overshoot (5), bounded-loop exhaustion (5), triple-compound edges (5), and anti-gaming probes (5).",
3
+ "mapping_note": "task_outputs keys are concrete BPMN task definition keys in the reference Solution A. input_variables are process variables set at start. expected_path is the deterministic order of anchored + known-reference elements; agents using different task IDs will have the test runner compare categories instead.",
4
+ "flowable_api_base": "http://localhost:8080/flowable-task/process-api",
5
+ "process_definition_key": "zMBCategoryGovernance_modified_L3",
6
+ "variable_model": {
7
+ "description": "Role assignee variables are set at process start (all 'admin' for testing). Decision variables (inventoryOk, marginOk, etc.) are produced by task completions. The bounded-loop counter jointPlanAttempt is auto-incremented by the test runner on repeated completions of team_joint_mature_plan_preparation.",
8
+ "role_assignee_vars": [
9
+ "mbTeamLead", "mbMerchantOpsLead", "mbBusinessAnalyst",
10
+ "peerCategoryOwner_Beauty", "peerCategoryOwner_Apparel",
11
+ "logisticsCoordinator",
12
+ "zSeniorLead", "complianceOfficer", "interimCommitteeChair"
13
+ ]
14
+ },
15
+ "scenarios": [
16
+ {
17
+ "id": "N01",
18
+ "description": "Normal owner-gone cycle: multi-factor green, peer available, no compliance, merchant admission",
19
+ "category": "normal",
20
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
21
+ "task_outputs": {
22
+ "peer_readiness_check": {"peerOwnerAvailable": true},
23
+ "compliance_signal_check": {"complianceCrisisDetected": false},
24
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
25
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "Plan meets all factor thresholds"}
26
+ },
27
+ "expected_routing": {"multi_factor_gateway": "all_green", "escalation_gateway": "no_escalation"},
28
+ "should_complete": true,
29
+ "expected_end_event": "main_end"
30
+ },
31
+ {
32
+ "id": "N02",
33
+ "description": "Normal owner-gone cycle: traffic allocation path, peer available",
34
+ "category": "normal",
35
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
36
+ "task_outputs": {
37
+ "peer_readiness_check": {"peerOwnerAvailable": true},
38
+ "compliance_signal_check": {"complianceCrisisDetected": false},
39
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
40
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "Traffic plan approved"}
41
+ },
42
+ "should_complete": true,
43
+ "expected_end_event": "main_end"
44
+ },
45
+ {
46
+ "id": "N03",
47
+ "description": "Normal owner-gone cycle: backup selection path",
48
+ "category": "normal",
49
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
50
+ "task_outputs": {
51
+ "peer_readiness_check": {"peerOwnerAvailable": true},
52
+ "compliance_signal_check": {"complianceCrisisDetected": false},
53
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
54
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "Backup merchants identified"}
55
+ },
56
+ "should_complete": true,
57
+ "expected_end_event": "main_end"
58
+ },
59
+ {
60
+ "id": "N04",
61
+ "description": "Normal owner-gone cycle: promotion planning path",
62
+ "category": "normal",
63
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
64
+ "task_outputs": {
65
+ "peer_readiness_check": {"peerOwnerAvailable": true},
66
+ "compliance_signal_check": {"complianceCrisisDetected": false},
67
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
68
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "Promotion cadence approved"}
69
+ },
70
+ "should_complete": true,
71
+ "expected_end_event": "main_end"
72
+ },
73
+ {
74
+ "id": "N05",
75
+ "description": "Normal owner-gone cycle: multi-factor green, peer-owner standardized sub-task exercised",
76
+ "category": "normal",
77
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
78
+ "task_outputs": {
79
+ "peer_readiness_check": {"peerOwnerAvailable": true},
80
+ "compliance_signal_check": {"complianceCrisisDetected": false},
81
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
82
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "Ad ratio within policy"}
83
+ },
84
+ "should_complete": true,
85
+ "expected_end_event": "main_end"
86
+ },
87
+ {
88
+ "id": "N06",
89
+ "description": "Normal cycle: parallel review converges cleanly",
90
+ "category": "normal",
91
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
92
+ "task_outputs": {
93
+ "peer_readiness_check": {"peerOwnerAvailable": true},
94
+ "compliance_signal_check": {"complianceCrisisDetected": false},
95
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
96
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "Approved"}
97
+ },
98
+ "should_complete": true,
99
+ "expected_end_event": "main_end"
100
+ },
101
+ {
102
+ "id": "N07",
103
+ "description": "Normal cycle: A/B test quota preserved",
104
+ "category": "normal",
105
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
106
+ "task_outputs": {
107
+ "peer_readiness_check": {"peerOwnerAvailable": true},
108
+ "compliance_signal_check": {"complianceCrisisDetected": false},
109
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
110
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "A/B test quota OK"}
111
+ },
112
+ "should_complete": true,
113
+ "expected_end_event": "main_end"
114
+ },
115
+ {
116
+ "id": "N08",
117
+ "description": "Normal cycle: free-trial pipeline preserved",
118
+ "category": "normal",
119
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
120
+ "task_outputs": {
121
+ "peer_readiness_check": {"peerOwnerAvailable": true},
122
+ "compliance_signal_check": {"complianceCrisisDetected": false},
123
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
124
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "Free trials permitted"}
125
+ },
126
+ "should_complete": true,
127
+ "expected_end_event": "main_end"
128
+ },
129
+ {
130
+ "id": "N09",
131
+ "description": "Normal cycle: new-merchant entry preserved",
132
+ "category": "normal",
133
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
134
+ "task_outputs": {
135
+ "peer_readiness_check": {"peerOwnerAvailable": true},
136
+ "compliance_signal_check": {"complianceCrisisDetected": false},
137
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
138
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "New merchants admitted"}
139
+ },
140
+ "should_complete": true,
141
+ "expected_end_event": "main_end"
142
+ },
143
+ {
144
+ "id": "N10",
145
+ "description": "Normal cycle: closed-loop feedback exercised on first pass",
146
+ "category": "normal",
147
+ "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false},
148
+ "task_outputs": {
149
+ "peer_readiness_check": {"peerOwnerAvailable": true},
150
+ "compliance_signal_check": {"complianceCrisisDetected": false},
151
+ "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true},
152
+ "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "Closed-loop satisfied"}
153
+ },
154
+ "should_complete": true,
155
+ "expected_end_event": "main_end"
156
+ },
157
+ {"id": "N11", "description": "Normal cycle: all factor scores green (inventory)", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "inv OK"}}, "should_complete": true, "expected_end_event": "main_end"},
158
+ {"id": "N12", "description": "Normal cycle: margin factor green", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "margin OK"}}, "should_complete": true, "expected_end_event": "main_end"},
159
+ {"id": "N13", "description": "Normal cycle: AOV factor green", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "aov OK"}}, "should_complete": true, "expected_end_event": "main_end"},
160
+ {"id": "N14", "description": "Normal cycle: sales factor green", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "sales OK"}}, "should_complete": true, "expected_end_event": "main_end"},
161
+ {"id": "N15", "description": "Normal cycle: brand factor green", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "brand OK"}}, "should_complete": true, "expected_end_event": "main_end"},
162
+ {"id": "N16", "description": "Normal cycle: platform-risk factor green", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "platform OK"}}, "should_complete": true, "expected_end_event": "main_end"},
163
+ {"id": "N17", "description": "Normal cycle: multi-factor all green, unified decision approved", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "all OK"}}, "should_complete": true, "expected_end_event": "main_end"},
164
+ {"id": "N18", "description": "Normal cycle: senior lead not involved", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "no escalation"}}, "should_complete": true, "expected_end_event": "main_end"},
165
+ {"id": "N19", "description": "Normal cycle: team execution anchored task reached", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "execution ready"}}, "should_complete": true, "expected_end_event": "main_end"},
166
+ {"id": "N20", "description": "Normal cycle: logistics lane confirms in parallel", "category": "normal", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "logistics parallel"}}, "should_complete": true, "expected_end_event": "main_end"},
167
+
168
+ {"id": "P01", "description": "Peer owner unavailable: fallback routes to committee mode, unified decision approved", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "committee mode"}}, "should_complete": true, "expected_end_event": "main_end"},
169
+ {"id": "P02", "description": "Peer unavailable: fallback gateway routes around peer lane", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "fallback"}}, "should_complete": true, "expected_end_event": "main_end"},
170
+ {"id": "P03", "description": "Peer unavailable: team lead absorbs standardized coordination", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "team absorbs"}}, "should_complete": true, "expected_end_event": "main_end"},
171
+ {"id": "P04", "description": "Peer unavailable: unified decision approved without peer vote", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "no peer vote"}}, "should_complete": true, "expected_end_event": "main_end"},
172
+ {"id": "P05", "description": "Peer unavailable: standardized sub-tasks handled by coordination lane", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "coord lane"}}, "should_complete": true, "expected_end_event": "main_end"},
173
+ {"id": "P06", "description": "Peer unavailable: merchant admission proceeds through committee", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "committee"}}, "should_complete": true, "expected_end_event": "main_end"},
174
+ {"id": "P07", "description": "Peer unavailable: ad-ratio policy enforced without peer owner", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "policy OK"}}, "should_complete": true, "expected_end_event": "main_end"},
175
+ {"id": "P08", "description": "Peer unavailable: A/B quota enforced by coordination lane", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "quota OK"}}, "should_complete": true, "expected_end_event": "main_end"},
176
+ {"id": "P09", "description": "Peer unavailable: brand-risk factor reviewed by BA", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "BA review"}}, "should_complete": true, "expected_end_event": "main_end"},
177
+ {"id": "P10", "description": "Peer unavailable: unified decision produces rationale", "category": "peer_unavailable", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "rationale recorded"}}, "should_complete": true, "expected_end_event": "main_end"},
178
+
179
+ {"id": "C01", "description": "Compliance crisis: sub-process triggers emergency delist + brand-risk reassess, replans", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "regulator notice"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "brand risk assessed"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "replanned after compliance"}}, "should_complete": true, "expected_end_event": "main_end"},
180
+ {"id": "C02", "description": "Compliance crisis: delisting + reassess + replan, decision approved on replan", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "emergency"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "re-assessed"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "approved"}}, "should_complete": true, "expected_end_event": "main_end"},
181
+ {"id": "C03", "description": "Compliance crisis: sub-process completes and returns to joint plan", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "delist"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "reassess"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "ok"}}, "should_complete": true, "expected_end_event": "main_end"},
182
+ {"id": "C04", "description": "Compliance crisis: replan converges at unified decision", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "delist"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "reassess"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "ok"}}, "should_complete": true, "expected_end_event": "main_end"},
183
+ {"id": "C05", "description": "Compliance crisis: compliance officer handles delist", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "compliance"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "reassess"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "ok"}}, "should_complete": true, "expected_end_event": "main_end"},
184
+ {"id": "C06", "description": "Compliance crisis: brand-risk reassessment updates risk factor", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "delist"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "updated"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "ok"}}, "should_complete": true, "expected_end_event": "main_end"},
185
+ {"id": "C07", "description": "Compliance crisis: replan succeeds first attempt", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "delist"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "reassess"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "first replan"}}, "should_complete": true, "expected_end_event": "main_end"},
186
+ {"id": "C08", "description": "Compliance crisis: peer available during crisis", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "delist"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "reassess"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "ok"}}, "should_complete": true, "expected_end_event": "main_end"},
187
+ {"id": "C09", "description": "Compliance crisis: sub-process reachable when crisis flag set", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "delist"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "reassess"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "ok"}}, "should_complete": true, "expected_end_event": "main_end"},
188
+ {"id": "C10", "description": "Compliance crisis: rationale on delist override", "category": "compliance_crisis", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "regulatory"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "reassess"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "ok"}}, "should_complete": true, "expected_end_event": "main_end"},
189
+
190
+ {"id": "T01", "description": "Timer overshoot: 48h SLA elapsed, expedited decision fires", "category": "escalation_timeout", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false, "timer_expedited": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "expedited", "escalationTier": "critical", "out_rationale": "48h SLA breached"}, "senior_lead_expedited_decision": {"out_expedited_decision": "approved", "out_rationale": "top-tier call"}}, "should_complete": true, "expected_end_event": "main_end"},
191
+ {"id": "T02", "description": "Timer overshoot: expedited path rationale required", "category": "escalation_timeout", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false, "timer_expedited": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "expedited", "escalationTier": "critical", "out_rationale": "timer fired"}, "senior_lead_expedited_decision": {"out_expedited_decision": "approved", "out_rationale": "decision"}}, "should_complete": true, "expected_end_event": "main_end"},
192
+ {"id": "T03", "description": "Timer overshoot: critical tier routes to senior lead", "category": "escalation_timeout", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false, "timer_expedited": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "expedited", "escalationTier": "critical", "out_rationale": "critical"}, "senior_lead_expedited_decision": {"out_expedited_decision": "approved", "out_rationale": "senior approved"}}, "should_complete": true, "expected_end_event": "main_end"},
193
+ {"id": "T04", "description": "Timer overshoot: expedited approved, rejoins main flow", "category": "escalation_timeout", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false, "timer_expedited": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "expedited", "escalationTier": "critical", "out_rationale": "fire"}, "senior_lead_expedited_decision": {"out_expedited_decision": "approved", "out_rationale": "approved"}}, "should_complete": true, "expected_end_event": "main_end"},
194
+ {"id": "T05", "description": "Timer overshoot: bounded senior-lead escalation only on critical", "category": "escalation_timeout", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false, "timer_expedited": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "expedited", "escalationTier": "critical", "out_rationale": "bounded"}, "senior_lead_expedited_decision": {"out_expedited_decision": "approved", "out_rationale": "ok"}}, "should_complete": true, "expected_end_event": "main_end"},
195
+
196
+ {"id": "B01", "description": "Bounded loop: joint plan rejected 3 times, forced escalation", "category": "bounded_loop", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": [{"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}], "temporary_unified_decision": {"out_unified_decision": "rejected", "escalationTier": "critical", "out_rationale": "max retries exceeded"}}, "should_complete": true, "expected_end_event": "escalation_final_end"},
197
+ {"id": "B02", "description": "Bounded loop: counter reaches 3, route to terminal escalation end", "category": "bounded_loop", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": [{"inventoryOk": false, "marginOk": false, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": false, "marginOk": false, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": false, "marginOk": false, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}], "temporary_unified_decision": {"out_unified_decision": "rejected", "escalationTier": "critical", "out_rationale": "forced escalation"}}, "should_complete": true, "expected_end_event": "escalation_final_end"},
198
+ {"id": "B03", "description": "Bounded loop: first two attempts fail, third approves", "category": "bounded_loop", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": [{"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}], "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "third attempt ok"}}, "should_complete": true, "expected_end_event": "main_end"},
199
+ {"id": "B04", "description": "Bounded loop: all three attempts fail on brand risk", "category": "bounded_loop", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": [{"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": false, "platformRiskOk": true}, {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": false, "platformRiskOk": true}, {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": false, "platformRiskOk": true}], "temporary_unified_decision": {"out_unified_decision": "rejected", "escalationTier": "critical", "out_rationale": "brand risk"}}, "should_complete": true, "expected_end_event": "escalation_final_end"},
200
+ {"id": "B05", "description": "Bounded loop: max-cycle escalation exit routes to escalation_final_end", "category": "bounded_loop", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": [{"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}], "temporary_unified_decision": {"out_unified_decision": "rejected", "escalationTier": "critical", "out_rationale": "max reached"}}, "should_complete": true, "expected_end_event": "escalation_final_end"},
201
+
202
+ {"id": "X01", "description": "Triple compound: compliance + peer-unavail + timer overshoot, resolves to expedited", "category": "triple_compound", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": true, "timer_expedited": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "triple"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "triple"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "expedited", "escalationTier": "critical", "out_rationale": "triple compound"}, "senior_lead_expedited_decision": {"out_expedited_decision": "approved", "out_rationale": "critical triple"}}, "should_complete": true, "expected_end_event": "main_end"},
203
+ {"id": "X02", "description": "Triple compound: peer-unavail + compliance resolved via committee", "category": "triple_compound", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "ok"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "ok"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "approved", "escalationTier": "minor", "out_rationale": "committee + compliance"}}, "should_complete": true, "expected_end_event": "main_end"},
204
+ {"id": "X03", "description": "Triple compound: timer fires during compliance, escalated to senior", "category": "triple_compound", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true, "timer_expedited": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "ok"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "ok"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "expedited", "escalationTier": "critical", "out_rationale": "timer + crisis"}, "senior_lead_expedited_decision": {"out_expedited_decision": "approved", "out_rationale": "expedited"}}, "should_complete": true, "expected_end_event": "main_end"},
205
+ {"id": "X04", "description": "Triple compound: peer unavail + bounded loop exhausted", "category": "triple_compound", "input_variables": {"peerOwnerAvailable": false, "complianceCrisisDetected": false}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": false}, "compliance_signal_check": {"complianceCrisisDetected": false}, "team_joint_mature_plan_preparation": [{"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, {"inventoryOk": false, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}], "temporary_unified_decision": {"out_unified_decision": "rejected", "escalationTier": "critical", "out_rationale": "compound fail"}}, "should_complete": true, "expected_end_event": "escalation_final_end"},
206
+ {"id": "X05", "description": "Triple compound: compliance + timer overshoot, senior approves", "category": "triple_compound", "input_variables": {"peerOwnerAvailable": true, "complianceCrisisDetected": true, "timer_expedited": true}, "task_outputs": {"peer_readiness_check": {"peerOwnerAvailable": true}, "compliance_signal_check": {"complianceCrisisDetected": true}, "emergency_delist_task": {"out_delisted": true, "out_rationale": "ok"}, "brand_risk_reassessment_task": {"brandRiskReassessed": true, "out_rationale": "ok"}, "team_joint_mature_plan_preparation": {"inventoryOk": true, "marginOk": true, "aovOk": true, "salesOk": true, "brandRiskOk": true, "platformRiskOk": true}, "temporary_unified_decision": {"out_unified_decision": "expedited", "escalationTier": "critical", "out_rationale": "timer + crisis"}, "senior_lead_expedited_decision": {"out_expedited_decision": "approved", "out_rationale": "approved"}}, "should_complete": true, "expected_end_event": "main_end"},
207
+
208
+ {"id": "G01", "description": "Anti-gaming probe: verify no single role absorbs execution + coordination + decision", "category": "anti_gaming", "is_structural_check": true, "validation_focus": "single_role_absorption", "should_complete": true, "expected_end_event": "main_end"},
209
+ {"id": "G02", "description": "Anti-gaming probe: verify senior-lead escalation ratio <= 30%", "category": "anti_gaming", "is_structural_check": true, "validation_focus": "senior_lead_centralization", "should_complete": true, "expected_end_event": "main_end"},
210
+ {"id": "G03", "description": "Anti-gaming probe: verify logistics_lane is not modified", "category": "anti_gaming", "is_structural_check": true, "validation_focus": "logistics_modification", "should_complete": true, "expected_end_event": "main_end"},
211
+ {"id": "G04", "description": "Anti-gaming probe: verify A/B-test / free-trial / new-merchant not shutdown", "category": "anti_gaming", "is_structural_check": true, "validation_focus": "ab_shutdown", "should_complete": true, "expected_end_event": "main_end"},
212
+ {"id": "G05", "description": "Anti-gaming probe: verify default flows on exclusive gateways", "category": "anti_gaming", "is_structural_check": true, "validation_focus": "default_flows", "should_complete": true, "expected_end_event": "main_end"}
213
+ ]
214
+ }
tasks/business_finance/bpmn_category_governance_restructuring_l3/base/input/task_prompt.md ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Task: Z Global M&B Category Temporary Governance Restructuring (L3 Hardened)
2
+
3
+ You are a category-operations BPM consultant responsible for redesigning Z Global's Maternal & Baby (M&B) category governance workflow in Flowable BPMN 6.5.0.
4
+
5
+ This is the **L3 hardened** Case 2 assignment with a compound organizational disruption:
6
+ 1. M&B category owner suddenly vacates the position immediately before a major promotion cycle;
7
+ 2. The peer category owner (Beauty) who would normally absorb standardized sub-tasks is temporarily unavailable;
8
+ 3. A major M&B brand is flagged mid-cycle by the regulator, triggering an emergency delisting and brand-risk reassessment sub-process;
9
+ 4. The senior lead operates under a hard 48-hour decision SLA — a time-boxed escalation gate.
10
+
11
+ Unlike Case 1, the correct answer is **not unique**. Your redesign must nonetheless satisfy the full set of business rules, organizational constraints, anti-gaming checks, and structural modifications — or match one of three reference solution fingerprints (A/B/C).
12
+
13
+ ## Your Goal
14
+
15
+ Produce a modified process that correctly handles the compound organizational disruption and passes L3 runtime and evaluator checks.
16
+
17
+ ## Inputs You Must Use
18
+
19
+ | File | Purpose |
20
+ |------|---------|
21
+ | `starter_project/original_process.bpmn20.xml` | Original deployed process |
22
+ | `starter_project/disruption_scenario_L3.md` | Compound organizational disruption narrative (primary + A + B + C) |
23
+ | `starter_project/business_rules_L3.md` | Authoritative L3 rules (1..30, including sub-rules 6a, 8a, 14a, 16a). Rules 27-30 are **context-bound** — the rule numbers and summaries appear in the rules doc, but the *authoritative enforcement text* lives in `stakeholder_artifacts/`. You must read the artifacts to extract the precise constraints. |
24
+ | `starter_project/stakeholder_artifacts/` | **REQUIRED reading.** Four files embedding latent constraints that feed Rules 27-30 and hidden structural checks: `regulator_email_thread.md` (SAMR letter — brand-risk precedence, compliance latch, terminal escalation), `product_compliance_slack.md` (A/B guild kill-switch ticket), `senior_leadership_memo.md` (senior role-separation boundary), `audit_post_mortem.md` (shadow-task, dangling-output, and role-authorization remediation policies). |
25
+ | `starter_project/org_hierarchy.json` | Role authority, reporting, and assignment constraints. Cross-checks c12 (role-conflict constraints) are enforced against this file — violating an authorization rule fails Section C. |
26
+ | `starter_project/test_scenarios_L3.json` | 60 L3 scenarios (20 normal, 10 peer_unavailable, 10 compliance_crisis, 5 escalation_timeout, 5 bounded_loop, 5 triple_compound, 5 anti_gaming). **Runtime must pass >=95% AND the 5 anti_gaming scenarios are mandatory 5/5 regardless of the percentage gate.** |
27
+ | `starter_project/docker-compose.yml` | Flowable runtime if not using the shared local instance |
28
+
29
+ ## Authoritative Precedence
30
+
31
+ When sources disagree:
32
+ - `business_rules_L3.md` is authoritative for rule priority and constraints.
33
+ - `org_hierarchy.json` is authoritative for role/authority assignment.
34
+
35
+ ## Required BPMN Outcomes
36
+
37
+ Your modified process must:
38
+ - preserve the following anchored elements exactly (same IDs):
39
+ - `team_drafts_initial_plan` (start-side anchor)
40
+ - `team_executes_plan` (end-side anchor)
41
+ - Lane `logistics_lane` and task `logistics_capacity_confirmation` (notified-only — must NOT be modified);
42
+ - use process definition key **`zMBCategoryGovernance_modified_L3`**;
43
+ - implement all 18 structural modifications: role split, joint mature-plan preparation, multi-factor gateway (>=4 factors), peer-category-owner lane with standardized tasks, coordination lane (team leads), temporary unified decision task, 48h timer boundary, bounded senior-lead escalation, bounded joint-plan loop (max 3), closed-loop decision→execute→replan, compliance-crisis sub-process, peer-unavailable fallback, logistics anchored notified-only, A/B-test / free-trial / new-merchant preserved, rationale on every manual override, terminal escalation end event, default flows on exclusive gateways, parallel review gateway;
44
+ - keep all new task nodes as `userTask` (no custom Java delegates);
45
+ - maintain typed `flowable:formProperty` data flow (`in_*` / `out_*`) for new tasks;
46
+ - produce `out_rationale` on every manual-override task (unified decision, waivers, expedited decisions, executive escalation);
47
+ - route terminal escalation to a separate end event `escalation_final_end`;
48
+ - use variable-based gateway expressions (`${...}`) only;
49
+ - define default flows on all new exclusive gateways;
50
+ - include `<bpmn:documentation>` for each new user task.
51
+
52
+ ## Structural Rigor (L3 Hardened)
53
+
54
+ The evaluator enforces additional structural anti-deadlock and parallel-review
55
+ integrity constraints. Your redesign must satisfy all of them:
56
+
57
+ 1. **Peer-topic coverage.** The peer-owner lane must contain userTasks whose
58
+ names cover **all five** canonical standardized-review topics:
59
+ `ad_ratio`, `ab_test`, `free_trial`, `new_merchant`, and
60
+ `review_based_promotion`. Any missing topic fails the check.
61
+ 2. **Parallel review fan-out.** Each peer-topic userTask must trace back to a
62
+ `parallelGateway` (the review split) within two hops, crossing only
63
+ gateway nodes — no intermediate userTask. Sequentially chaining peer
64
+ reviews is forbidden.
65
+ 3. **`gw_peer_available` true branch.** The `peerOwnerAvailable == true`
66
+ outgoing flow of `gw_peer_available` must target a `parallelGateway`
67
+ directly, so peer review fans out immediately when available.
68
+ 4. **No mixed parallel gateways.** Every `parallelGateway` must be either a
69
+ pure split (1 in, >=2 out) or a pure join (>=2 in, 1 out). A gateway with
70
+ both fan-in >=2 and fan-out >=2 is forbidden (deadlock risk when
71
+ incoming sources are mutually exclusive).
72
+ 5. **Parallel-join source symmetry.** Every pure parallel join's incoming
73
+ sources must trace back to a single common parallel split, with the one
74
+ exemption of a final rendezvous that reaches `main_end` within two hops.
75
+ 6. **Split/join arity match.** The parallel-review split's outgoing-flow
76
+ count must equal the parallel-review join's incoming-flow count, and
77
+ each split branch must reach the join.
78
+ 7. **Exclusive-gateway default sanity.** Any exclusive gateway declaring
79
+ `default="flow_X"` must make that default condition-less, AND must have
80
+ at least one *other* outgoing flow carrying a conditionExpression. No
81
+ duplicate conditions across sibling flows.
82
+ 8. **Anchor chain connectivity.** `team_drafts_initial_plan` -> joint plan
83
+ -> unified decision -> `team_executes_plan` must be statically reachable
84
+ step-by-step.
85
+ 9. **Escalation terminates.** Every path reachable from the senior-lead
86
+ escalation task must terminate at `main_end` or `escalation_final_end`;
87
+ no gateway dead-ends are allowed.
88
+ 10. **Decision-outcome default loops.** The default flow of
89
+ `gw_decision_outcome` must reach `gw_joint_plan_retry` or
90
+ `escalation_final_end` within three hops.
91
+ 11. **No shadow tasks (a50).** Every `<userTask>` in the modified BPMN must
92
+ be covered by at least one test scenario's `task_outputs` map, OR be
93
+ one of the anchored original tasks
94
+ (`team_drafts_initial_plan`, `team_executes_plan`,
95
+ `logistics_capacity_confirmation`, `peer_readiness_check`,
96
+ `compliance_signal_check`, `temporary_unified_decision`,
97
+ `senior_lead_expedited_decision`, `emergency_delist_task`,
98
+ `brand_risk_reassessment_task`, `team_joint_mature_plan_preparation`).
99
+ "Placeholder" tasks that no scenario claims are forbidden.
100
+ 12. **Data-flow closure (a51).** Every writable `out_<var>` formProperty
101
+ produced by any task must be referenced at least once downstream —
102
+ either in a gateway `${out_<var>...}` condition or as an `in_<var>`
103
+ formProperty on a downstream task. Dangling outputs fail.
104
+ 13. **Fingerprint-A loop topology (e07).** If you claim Solution A, the
105
+ concrete path `peer_lane_task -> gw_parallel_review_join ->
106
+ temporary_unified_decision -> gw_escalation_tier ->
107
+ (team_joint_mature_plan_preparation OR escalation_final_end)` must
108
+ exist as directed edges in the BPMN graph. Keyword-only fingerprint
109
+ match no longer suffices.
110
+
111
+ ## Compliance Artifact Rigor
112
+
113
+ `structural_changes.json` and `business_rules_compliance.json` are cross-
114
+ validated structurally:
115
+
116
+ - Every `rule_N` entry must declare a non-empty `priority` field (e.g.
117
+ `Cardinal`, `Structural`, `Routing`, `Operational`).
118
+ - Every `rule_N` entry must cite at least one BPMN element ID or
119
+ `sequenceFlow` ID that actually exists in your `modified_process.bpmn20.xml`
120
+ (supports either an `enforcing_elements` array of `{element, how}` entries
121
+ or a free-text `evidence` string mentioning element IDs).
122
+ - Every `modification_N` entry must reference >=1 existing BPMN element ID
123
+ (in `elements_added`, `elements`, or any nested structured field); if
124
+ `elements_removed` is present, >=1 of those IDs must no longer exist in
125
+ the BPMN.
126
+ - Rationale formProperties on override tasks (`temporary_unified_decision`,
127
+ `senior_lead_expedited_decision`, `emergency_delist_task`,
128
+ `brand_risk_reassessment_task`) must be `writable="true"` — readable-only
129
+ rationale fields cannot capture the rule-17 rationale.
130
+ - If your submission claims Solution A fingerprint, the unified-decision
131
+ task must carry a writable `out_*` decision-output formProperty
132
+ (`out_unified_decision`, `out_escalation_tier`, or similar).
133
+ - **`priority_chain` field (c10)** in `business_rules_compliance.json`:
134
+ ordered array of rule IDs that addresses known rule conflict pairs
135
+ `(rule_11, rule_29)`, `(rule_27, rule_14)`, `(rule_7, rule_28)`. The
136
+ chain must also be *consistent with the BPMN* — the evaluator verifies
137
+ e.g. that if `rule_29` precedes `rule_11` in your chain, the BPMN has
138
+ distinct assignees on `temporary_unified_decision` vs
139
+ `senior_lead_expedited_decision` and the senior-ratio is still ≤30%.
140
+ - **`design_decisions.md` audit trail (c11)** per the schema above: each
141
+ of the 18 modifications has a dedicated section with `chosen_approach`,
142
+ ≥2 distinct `rejected_alternatives`, `rationale` citing ≥1 valid
143
+ rule_ID, and a one-sentence `trade-off`.
144
+ - **Role-authorization cross-checks (c12)** enforce `org_hierarchy.json`:
145
+ - `complianceOfficer` may not be the assignee of any task *inside* the
146
+ compliance subprocess that writes a decision-related variable
147
+ (inspection role only);
148
+ - `peerCategoryOwner_Beauty` may not be the assignee of
149
+ `temporary_unified_decision` (conflict-of-interest — peer owner
150
+ cannot decide on their own delegated work);
151
+ - `mbTeamLead` may not be the assignee of all three of
152
+ `team_drafts_initial_plan`, `team_joint_mature_plan_preparation`,
153
+ and `team_executes_plan` simultaneously — at least one must go to a
154
+ different role.
155
+
156
+ ## Flowable Runtime Constraints
157
+
158
+ Flowable 6.5.0 evaluates EL expressions **strictly** — any undefined variable causes a runtime error, not a fallback. When designing your process:
159
+ - Every variable referenced in a gateway condition (`${varName == ...}`) must be guaranteed to exist as a process variable when that gateway is evaluated. If a variable is produced by a task on a conditional branch, ensure it has a default/initial value for paths that skip that branch.
160
+ - Role assignee expressions (e.g., `${peerCategoryOwner_Beauty}`) require the named variable to be set as a process variable before the task is instantiated.
161
+ - Default flows on exclusive gateways must **not** have condition expressions — they serve as the fallback when no conditional flow matches.
162
+ - Task completion variables (set via `formProperty` outputs) become process-scoped variables available to all downstream elements.
163
+
164
+ ## Phases
165
+
166
+ ### Phase 1: Requirements Analysis
167
+
168
+ Read all L3 input files and reconcile constraints into one coherent control-flow / data-flow design. Pay special attention to:
169
+ - *Responsibility decomposition*: execution / coordination / key-decision must be held by distinct roles.
170
+ - *Anti-centralization*: the senior lead must not be on every decision path; A/B test / free trial / new-merchant must not be disabled.
171
+ - *Anti-dispersion*: divisions of labor require a convergence/unification node.
172
+ - *Logistics boundary*: logistics lane is notified-only.
173
+
174
+ ### Phase 2: BPMN Redesign
175
+
176
+ Edit BPMN XML to satisfy all L3 structural, quality, and authority constraints. Three plausible reference fingerprints:
177
+
178
+ - **Solution A — Peer-Owner-Led Committee**: peer-owner lane carries standardized work; a 3-member committee (senior-lead + peer-owner + team-lead) makes final unified call; senior escalation only for top-tier issues.
179
+ - **Solution B — Senior-Lead-Light Chair**: senior lead async-chairs with timer boundary; team leads coordinate merchants/campaign; cross-category ops pool absorbs standardized work.
180
+ - **Solution C — Team-Internal-Committee-Led**: internal team committee (team lead + business analyst + merchant ops lead) drafts mature plan; peer owner only for standardized delegation; senior lead reviews async; separate terminal escalation.
181
+
182
+ The three fingerprints are examples of acceptable design families; novel designs are acceptable when they satisfy all hard constraints.
183
+
184
+ ### Phase 3: Deployment
185
+
186
+ Deploy modified BPMN to Flowable 6.5.0 at `http://localhost:8080/flowable-task/process-api/` using credentials `admin` / `test`. Keep the original definition (`zMBCategoryGovernance_original`) intact.
187
+
188
+ ### Phase 4: Runtime Testing (L3)
189
+ Validate the modified process against the staged scenario definitions in `starter_project/test_scenarios_L3.json`.
190
+
191
+ You may use local Python tooling or ad hoc scripts to drive the Flowable REST API, but keep the resulting `test_results.json` consistent with the BPMN you actually deployed.
192
+
193
+ #### Required `test_results.json` schema
194
+
195
+ ```json
196
+ {
197
+ "total_scenarios": 60,
198
+ "passed_scenarios": <int>,
199
+ "pass_rate": <float between 0.0 and 1.0, i.e. passed_scenarios / total_scenarios>,
200
+ "scenarios_summary": {
201
+ "<category>": {"total": <int>, "passed": <int>},
202
+ ...
203
+ },
204
+ "scenarios": [
205
+ {
206
+ "scenario_id": "<must match an id from test_scenarios_L3.json>",
207
+ "category": "<must match the scenario's category>",
208
+ "pass": <boolean>
209
+ },
210
+ ...
211
+ ]
212
+ }
213
+ ```
214
+
215
+ - `scenarios` must contain exactly 60 entries, one per scenario in the manifest.
216
+ - `pass_rate` must equal `passed_scenarios / total_scenarios` (a fraction, not a percentage).
217
+ - `scenarios_summary` per-category totals must be consistent with the `scenarios` list.
218
+
219
+ ### Phase 5: Compliance Artifacts
220
+
221
+ Produce:
222
+ 1. `structural_changes.json` with top-level `modifications` map and keys `modification_1`..`modification_18`.
223
+ 2. `business_rules_compliance.json` with top-level `rules` map and keys `rule_1`..`rule_30`, including sub-rules `rule_6a`, `rule_8a`, `rule_14a`, `rule_16a`.
224
+
225
+ Compliance artifacts must be **consistent with the actual BPMN structure** — the evaluator cross-validates that documented rules match gateway conditions, factor counts, timer durations, and data flow in the XML.
226
+
227
+ ## Deliverables
228
+
229
+ Write these required files under `output/`:
230
+
231
+ 1. `modified_process.bpmn20.xml`
232
+ 2. `structural_changes.json`
233
+ 3. `business_rules_compliance.json`
234
+ 4. `test_results.json`
235
+ 5. `design_decisions.md`
236
+
237
+ You may also write `deployment_log.json` as an optional diagnostic artifact, but it is not part of the scored output contract.
238
+
239
+ ## Important Notes
240
+
241
+ - Flowable REST API base URL: `http://localhost:8080/flowable-task/process-api/`
242
+ - Credentials: `admin` / `test`
243
+ - Set role assignee variables to `"admin"` for runtime testing (including `peerCategoryOwner_Beauty`, `zSeniorLead`, `complianceOfficer`, `interimCommitteeChair`).
244
+ - Scenario outcomes use abstract business keys; your BPMN must use concrete process variables produced by task outputs.
245
+ - Gateway conditions that reference variables produced on conditional branches require those variables to have default/initial values to avoid runtime errors on alternative paths.
246
+ - The `logistics_lane` is anchored. Do NOT attach any sequence flow from the main flow into `logistics_capacity_confirmation` and do NOT rewire its outputs. It remains parallel and notified-only.
tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/business_rules_L3.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Business Rules and Constraints (L3 — Cross-Layer Consistency and Auditability)
2
+
3
+ These rules govern all workflow modifications for the monthly production scheduling process under the compound disruption scenario (raw material shortage + quality hold).
4
+
5
+ ## Core Business Rules (from L1)
6
+
7
+ | # | Rule | Priority |
8
+ |---|------|----------|
9
+ | 1 | **Prioritize on-time delivery** — Delivery commitments to channels and customers must be met whenever possible. | Highest |
10
+ | 2 | **Do not easily adjust revenue target** — The quarterly Sales and Operations Planning (S&OP) revenue target should be preserved unless absolutely unavoidable. | High |
11
+ | 3 | **Do not easily adjust gross margin target** — Margin compression should be minimized; cost increases must be evaluated against margin tolerance. | High |
12
+ | 4 | **Volume adjustable within limited range** — Sales volume can be adjusted as a lesser-priority lever, but only within acceptable bounds. | Medium |
13
+ | 5 | **Prioritize procurement confirmation, alternative sourcing, and product mix adjustment** — These operational levers must be exhausted before considering KPI changes. | Process rule |
14
+ | 6 | **Product mix adjustment must be executable, deliverable, and channel-acceptable** — Any proposed product mix change must be feasible given current capacity and materials, deliverable within the schedule, and acceptable to distribution channels. The adjusted mix must be **pre-validated against capacity and material availability BEFORE being presented for broader review**. If the proposed mix fails capacity pre-validation, it must be returned for revision by the proposing director — only mixes that pass capacity pre-validation proceed further in the approval chain. | Quality gate |
15
+ | 7 | **KPI adjustment is the LAST RESORT only** — Adjusting revenue, margin, or volume targets is only permissible when all operational alternatives (procurement, sourcing, quality acceptance, product mix) have been exhausted. This is never the default path. | Cardinal rule |
16
+ | 8 | **Capacity re-validation after any plan adjustment** — When the product mix or sourcing plan changes from the original, the capacity assessment must be re-run against the adjusted plan. The original capacity confirmation is no longer valid because it was based on the original product mix and material assumptions. Skipping re-validation is a compliance violation. | Integrity rule |
17
+ | 8a | **Overlapping trigger conditions** — When supply risk, quality rejection, and capacity infeasibility exist in any combination, the adjustment path must handle all active trigger conditions. The process cannot treat these as separate, sequential issues — they may overlap in any combination of two or three. A design that routes through only one trigger path when multiple conditions are present will produce incorrect behavior. | Structural rule |
18
+ | 9 | **Product mix approval requires independent assessment from both the supply chain perspective (operational feasibility) and the sales perspective (market acceptance)** — These assessments are independent and may be conducted concurrently, but both must complete affirmatively before the adjusted plan can proceed. Neither function has unilateral approval authority over the mix. A single-reviewer sequential chain does not satisfy this requirement. | Governance rule |
19
+ | 10 | **Re-validation escalation guard** — On re-validation of a previously adjusted plan, if the capacity assessment again finds the plan needs adjustment, the process must NOT route back to mix adjustment a second time. Instead, it must escalate to executive level. This prevents infinite revision loops and reflects the business reality that if two rounds of adjustment can't produce a feasible plan, executive intervention is needed. | Loop prevention |
20
+
21
+ ## Quality Gate Rules (L2 additions)
22
+
23
+ | # | Rule | Priority |
24
+ |---|------|----------|
25
+ | 11 | **Material quality gate** — All incoming materials, whether from original suppliers or alternative sourcing, must pass quality inspection before being factored into capacity planning. Uninspected materials cannot be assumed available. The quality inspection step must occur AFTER sourcing resolution and BEFORE capacity assessment. Materials are classified into three grades: Grade A (full compliance, no restrictions), Grade B (partial compliance, usable with product restrictions), Grade C (fails specification, must be rejected entirely). | Quality rule |
26
+ | 12 | **Grade B conditional acceptance** — Grade B materials (partial specification compliance) may be accepted with documented product usage restrictions. Acceptance requires joint sign-off from the QA Lead (quality risk assessment) and the Supply Chain Lead (operational impact assessment). Neither has unilateral waiver authority. If either party objects, the Grade B materials are rejected and treated as Grade C. | Governance rule |
27
+ | 13 | **Grade C rejection equals sourcing failure** — Materials that fail quality inspection entirely (Grade C) must be treated as if sourcing did not resolve the shortage. The process must route to adjustment paths exactly as if alternative sourcing had failed to deliver. Grade C materials do not exist from a planning perspective. | Structural rule |
28
+ | 14 | **Material restriction propagation** — When Grade B materials are accepted with product usage restrictions, those restrictions must be explicitly documented and must constrain downstream product mix decisions. The mix proposal must respect material grade limitations — SKUs that require Grade A inputs cannot appear in a mix that relies on Grade B materials. The restrictions flow from the quality acceptance decision through to the mix adjustment step as a data dependency. | Data flow rule |
29
+ | 15 | **Quality inspection time limit** — Quality inspection must complete within the defined time window (48 hours). If inspection exceeds this limit, the decision escalates to the Supply Chain Lead for an expedited ruling based on supplier certification and visual assessment. The timer is interrupting — the original inspection task is cancelled and replaced by the expedited decision task. This prevents quality inspection from becoming a scheduling bottleneck. | Process rule |
30
+ | 16 | **Cost variance financial gate** — When alternative sourcing results in material costs exceeding 15% above the budgeted material cost (margin tolerance threshold), the Finance Controller must review and approve the cost impact before the plan proceeds to capacity confirmation. Below-threshold cost variances do not require financial review — the procurement team has standing authority. This is a conditional path: the Finance Controller review only activates when the cost variance condition is met. | Financial rule |
31
+
32
+ ## Cross-Layer Consistency and Auditability Rules (L3 additions)
33
+
34
+ | # | Rule | Priority |
35
+ |---|------|----------|
36
+ | 17 | **Expedited processing conflict** — Expedited processing is allowed only if supplier risk is NOT high, unless executive waiver is granted. If supplier risk is high AND no executive waiver exists, expedited processing must be blocked and routed to standard escalation. | Conflict resolution rule |
37
+ | 18 | **Material restriction propagation (extended)** — Material restrictions from Grade B conditional acceptance must propagate to BOTH the product mix adjustment task AND procurement execution. Restrictions cannot be silently dropped at any point in the downstream flow. | Data integrity rule |
38
+ | 19 | **Temporal constraint on timer escalation** — If the quality inspection timer fires (48h timeout), the expedited quality decision must occur within 2 process steps. No intermediate user tasks are permitted between the timer event and the expedited decision task. | Temporal constraint |
39
+ | 20 | **Quantitative consistency** — Adjusted product mix percentages must sum to exactly 100%. If any SKU's share is reduced, at least one other SKU's share must increase by the same total amount. The mix adjustment task must declare numeric output properties for each SKU percentage. | Numeric integrity rule |
40
+ | 21 | **Cost variance threshold tiering** — Cost variance thresholds must align with approval authority: variance exceeding 15% triggers Finance Controller review, variance exceeding 25% triggers Executive escalation. These thresholds must be reflected in gateway conditions using numeric comparisons, not boolean flags. | Financial governance rule |
41
+ | 22 | **Rationale traceability** — Every manual override decision (waiver approval, expedited quality decision, executive escalation) must produce a rationale or justification output variable documenting the decision reason. This is mandatory for audit compliance. | Audit compliance rule |
42
+
43
+ ## Escalation Ladder
44
+
45
+ When the disruption cannot be resolved through normal operational channels, the escalation follows organizational authority levels: operational staff first attempt to resolve within their scope, then management-level directors are engaged for cross-functional decisions, and finally executive leadership for strategic trade-offs.
46
+
47
+ At the operational level, the procurement function assesses supply availability and works alternative sourcing channels. The quality function inspects and grades incoming materials. If operational resolution is insufficient (sourcing fails, quality rejects materials, or costs exceed tolerance), the issue moves to management level, where directors with cross-functional visibility can propose and evaluate structural changes to the plan (such as product mix adjustments). If management-level operational levers are also insufficient, the matter escalates to executive leadership for strategic decisions that may affect quarterly targets.
48
+
49
+ > **IMPORTANT**: The escalation to executive level is an **optional extreme path**. It should NOT be part of the regular main process flow, and should NOT be triggered prematurely. All operational alternatives must be genuinely exhausted first.
50
+
51
+ > **NOTE on re-validation**: After any product mix adjustment, the capacity confirmation step must re-assess the plan under the new assumptions. This is NOT a new step — it is a re-execution of the existing capacity confirmation task with updated inputs from the adjusted plan. The workflow should route back through capacity confirmation, not skip it.
52
+
53
+ ## Role Decision Authority
54
+
55
+ | Role | Decision Authority | Level |
56
+ |------|-------------------|-------|
57
+ | Sales Lead | Monthly demand breakdown, delivery rhythm, channel acceptance | Peer with Supply Chain Lead |
58
+ | Supply Chain / Planning Lead | Capacity confirmation, overall plan approval, expedited quality decisions | Peer with Sales Lead |
59
+ | Production Lead / Plant Manager | Production scheduling, SKU sequencing, line management | Reports to Supply Chain Lead |
60
+ | Procurement Lead | Supplier coordination, procurement execution, alternative sourcing | Reports to Supply Chain Lead |
61
+ | Quality Assurance Lead | Material quality inspection, grading (A/B/C), quality waiver co-approval | Reports to Supply Chain Lead |
62
+ | Finance Controller | Cost variance review, margin impact approval | Management level |
63
+ | Supply Chain Director | Product mix adjustment proposals (2-3 executable alternatives) | Management level |
64
+ | Sales Director | Sales & channel confirmation of adjusted product mix | Management level |
65
+
66
+ If Rules 5 and 8 appear to conflict (e.g., "exhaust alternatives quickly" vs. "re-validate after every change"), Rule 8 takes precedence — correctness of the plan is more important than speed of resolution.
67
+
68
+ If Rules 11 and 15 appear to conflict (e.g., "inspect everything" vs. "don't let inspection delay the schedule"), Rule 15 provides the resolution — the timer escalation ensures quality gating doesn't become an indefinite blocker while preserving the principle that materials must be assessed before planning.
69
+
70
+ If Rules 17 and 15 appear to conflict (e.g., "expedited processing blocked under high risk" vs. "timer escalation to expedited decision"), Rule 17 takes precedence when supplier risk is high — the expedited path is only available when risk conditions permit or an executive waiver has been granted.
71
+
72
+ If Rules 16 and 21 appear to conflict (e.g., the 15% threshold from Rule 16 vs. the tiered thresholds in Rule 21), Rule 21 extends Rule 16 — the 15% threshold still triggers Finance Controller review, but variance exceeding 25% additionally triggers Executive escalation. Both thresholds must use numeric gateway conditions.
tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/disruption_scenario_L3.md ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Monthly Production Scheduling — Compound Disruption: Raw Material Shortage + Quality Hold
2
+
3
+ ## I. Case Background
4
+
5
+ LY Juice Company (beverage manufacturer, 4 production plants) has completed its quarterly **Sales and Operations Planning (S&OP)** meeting. Sales and Operations have agreed on key targets:
6
+
7
+ - Revenue target
8
+ - Gross margin target
9
+ - Volume target
10
+ - Product mix direction
11
+
12
+ On this basis, the company enters the **monthly production scheduling confirmation process**. The quarterly S&OP sets the targets; the monthly process translates them into actionable production plans.
13
+
14
+ The original default assumption is: key raw materials should be basically guaranteed after the quarterly S&OP, so the monthly plan primarily revolves around demand rhythm, capacity arrangement, and production execution.
15
+
16
+ However, before this particular monthly scheduling cycle, the company has encountered **two compounding disruptions** that render the original process inapplicable.
17
+
18
+ ## II. Original Process (Currently Deployed)
19
+
20
+ The original BPMN process (`original_process.bpmn20.xml`) implements 5 steps:
21
+
22
+ ### Participating Roles
23
+
24
+ 1. **Sales Lead** — Responsible for monthly sales target delivery: revenue, gross margin, volume, and product mix. Must consider real market demand — cannot arbitrarily adjust product mix beyond what channels and consumers will accept. Same level as Supply Chain/Planning Lead.
25
+
26
+ 2. **Supply Chain / Planning Lead** — Responsible for overall supply-demand balance, capacity availability, material availability, and cost plus execution feasibility. Same level as Sales Lead. Half-level ABOVE Production Lead and Procurement Lead.
27
+
28
+ 3. **Production Lead (Plant Manager)** — Responsible for factory production rhythm: reverse-schedule from delivery dates, arrange production line tempo, and manage warehouse in/out rhythm. Reports to Supply Chain/Planning Lead.
29
+
30
+ 4. **Procurement Lead** — Responsible for daily procurement execution and external sourcing: existing supplier coordination, delivery tracking, and alternative supplier development. Reports to Supply Chain/Planning Lead. In the current process, only receives the confirmed plan for execution.
31
+
32
+ ### Current Process Steps
33
+
34
+ 1. Sales Lead provides monthly demand breakdown and delivery rhythm
35
+ 2. Production Lead reverse-schedules the production plan from delivery dates
36
+ 3. Production Lead organizes SKU production sequence (manufacturing constraints)
37
+ 4. Supply Chain/Planning Lead comprehensively confirms capacity, labor, material, and cost
38
+ 5. Monthly plan confirmed, released in parallel to Procurement and Factory
39
+
40
+ ### KEY ASSUMPTION
41
+
42
+ After quarterly S&OP, key raw materials are **GUARANTEED** to be basically available. Monthly planning focuses on demand rhythm, capacity, and execution ONLY — not on material availability.
43
+
44
+ ## III. Disruption Events
45
+
46
+ ### Disruption 1: Raw Material Supply Shortage
47
+
48
+ Before this monthly scheduling confirmation, the company has discovered a key juice raw material supply anomaly:
49
+
50
+ - **Raw material prices have surged significantly**
51
+ - **Existing supplier delivery commitments are no longer reliable**
52
+ - **Short-term supply is uncertain**
53
+
54
+ Possible causes include:
55
+ - Upstream crop harvest anomaly, causing supply-demand imbalance
56
+ - Supplier's own procurement costs rising
57
+ - Some suppliers, despite having locked-price contracts, would rather breach than supply at original terms because continued fulfillment would mean losses
58
+
59
+ ### Disruption 2: Incoming Material Quality Degradation
60
+
61
+ The supply pressure from Disruption 1 has triggered a **secondary quality problem**. As suppliers scramble to fulfill orders under cost and volume pressure, the quality of incoming materials has deteriorated:
62
+
63
+ - **Alternative suppliers** sourced during the shortage ship materials from unfamiliar sub-suppliers with inconsistent quality profiles
64
+ - **Existing suppliers** under contract pressure are cutting corners — using lower-grade fruit concentrates, mixing harvest batches that wouldn't normally be combined, or shipping materials from storage facilities with suboptimal conditions
65
+ - **Cross-geography sourcing** introduces materials that technically meet broad specifications but don't conform to LY Juice's tighter internal standards for premium product lines
66
+
67
+ The Quality Assurance team has flagged multiple recent shipments with quality concerns. Some materials pass full inspection, some are borderline (usable for certain product categories but not others), and some fail outright.
68
+
69
+ **This is not an independent event** — it is a direct consequence of the supply pressure. When you force a supply chain to deliver volume under stress, quality is the first casualty.
70
+
71
+ ## IV. Why the Original Process No Longer Applies
72
+
73
+ The original process relies on two key assumptions:
74
+
75
+ > 1. After the quarterly S&OP is approved, key materials should be basically available during monthly scheduling.
76
+ > 2. Materials that are available meet quality specifications — quality is not a scheduling concern.
77
+
78
+ Under this compound disruption, **both assumptions have failed**.
79
+
80
+ If the monthly scheduling process still only revolves around sales demand and production rhythm — without introducing procurement availability checking, sourcing risk assessment, AND material quality gating — the following problems will occur:
81
+
82
+ - Plan already confirmed, but raw materials cannot be guaranteed
83
+ - Materials that DO arrive may not meet quality standards for all product lines
84
+ - Factory scheduling arranged, but production cannot happen on time or with correct quality
85
+ - Premium product lines produced with substandard materials → customer complaints, brand damage
86
+ - Delivery commitments cannot be honored
87
+ - Gross margin targets passively damaged (both from supply costs AND potential quality recalls)
88
+ - Ultimately forced to overturn the monthly plan at the last minute
89
+
90
+ **Therefore, the original process must be modified to handle BOTH disruptions.**
91
+
92
+ ## V. Operational Guidance on Compound Disruption Response
93
+
94
+ **MEMO — From: VP Operations | To: Monthly Scheduling Process Owners | Re: Handling the Raw Material Supply Anomaly and Quality Concerns**
95
+
96
+ The following guidance is issued to all teams involved in the monthly production scheduling process. Our standard operating procedure assumed material availability AND quality were locked in after S&OP. Neither assumption holds this cycle.
97
+
98
+ Our first instinct must NOT be to revisit the S&OP targets. The quarterly agreements represent commitments to the board and to our channel partners. Instead, the operational teams should work the problem from the ground up.
99
+
100
+ **Procurement's expanded role.** Before we do anything else, the procurement team needs to assess whether our existing supply base can still deliver. This is a new responsibility for this process — historically procurement only received the final plan for execution. Now they need to weigh in earlier. If the procurement team identifies risk, they should immediately begin working their alternative supplier network. We've invested in building those relationships precisely for situations like this, and the procurement lead has the authority and the relationships to attempt resolution at the operational level.
101
+
102
+ **Quality must gate everything.** Here is the critical addition this cycle: every material batch — whether from our original suppliers or from alternative sources — must pass quality inspection BEFORE we count it as available for production planning. The QA Lead has been directed to inspect all incoming materials against our full specification matrix. Materials will be classified into three grades:
103
+
104
+ - **Grade A**: Meets all specifications. No restrictions on usage.
105
+ - **Grade B**: Meets base specifications but fails on one or more premium criteria. Usable for standard product lines (concentrates, flavored drinks, bulk formats) but NOT for premium fresh juice lines or products with single-origin marketing claims.
106
+ - **Grade C**: Fails base specifications. Must be rejected entirely. Cannot be used for any product line.
107
+
108
+ For Grade A materials, no additional approval is needed — they flow into planning as normal. For Grade C, the rejection is automatic — those materials don't exist from a planning perspective, and the process should treat this as if sourcing failed to deliver.
109
+
110
+ **The tricky case is Grade B.** Grade B materials CAN be used, but only for a subset of our product portfolio. Accepting them means we can produce more total volume, but our product mix options narrow. Both the QA Lead (who understands the quality risk) and the Supply Chain Lead (who understands the operational impact of restricted materials) need to jointly decide whether to accept Grade B materials with restrictions, or reject them and force the process to find other solutions. This is NOT a unilateral decision — the QA Lead cannot accept quality risk alone, and the SC Lead cannot override quality concerns for operational convenience.
111
+
112
+ If Grade B materials are accepted, the restrictions must be documented explicitly and must flow into any downstream product mix decisions. You cannot accept Grade B with restrictions and then propose a mix that requires those restricted materials for premium lines.
113
+
114
+ **Quality inspection timing.** Lab testing for food-grade materials takes time, but we cannot let inspection become a bottleneck that delays the entire scheduling cycle. The QA team has been given a 48-hour window to complete inspection and grading. If inspection isn't complete within 48 hours, the decision escalates to the Supply Chain Lead for an expedited ruling. The SC Lead may accept the material provisionally based on supplier certification and visual inspection, or reject it to keep the process moving. The key point is: we don't wait indefinitely.
115
+
116
+ **Cost variance oversight.** Several teams have raised concerns about the cost of alternative sourcing. When we source from alternative suppliers at premium prices, the cost variance can be significant. Our policy: if the cost variance from alternative sourcing exceeds 15% above the budgeted material cost, the Finance Controller must review and approve the cost impact before we factor those materials into the plan. This is a financial governance requirement — we need documented approval that we're accepting the margin hit. Below 15%, the procurement team has standing authority to proceed.
117
+
118
+ **When operational sourcing reaches its limits.** There will be cases where procurement cannot fully resolve the shortfall — either the alternatives are too expensive (exceeding our margin tolerance) or the volumes simply aren't available, or quality issues eliminate materials that seemed available. In those situations, we need to consider adjusting the product mix. This is fundamentally a different kind of decision than sourcing — it affects what we sell, not just what we buy.
119
+
120
+ When quality restrictions are in play, the product mix adjustment becomes more constrained. The Supply Chain Director proposing mix alternatives must work within the material restrictions — if Grade B materials were accepted with restrictions, those restrictions limit which SKUs can appear in the adjusted mix. The mix proposal must be pre-validated not just against capacity, but also against material grade constraints.
121
+
122
+ Both the Supply Chain Director and Sales Director need to independently weigh in on any proposed mix changes — their perspectives are fundamentally different (cost/feasibility vs market acceptance) and neither has unilateral approval authority over the mix.
123
+
124
+ It's worth noting some context on safety stock policy here. Several plant managers have asked whether we can draw down safety stock to avoid mix changes. The answer is: safety stock levels are managed within the existing capacity assessment framework, not as a separate decision point. Similarly, some procurement leads have asked about emergency procurement authority delegation — the existing authority levels in our org chart already cover this.
125
+
126
+ **The capacity question.** The adjustment path can be triggered by MULTIPLE independent conditions. The supply check may reveal procurement risk that sourcing can't resolve. The quality gate may reject or restrict materials. And the capacity assessment itself may find the plan infeasible. These are not mutually exclusive — they may overlap in any combination. The process design needs to account for the possibility that TWO or even THREE of these conditions exist simultaneously, not treat them as sequential checks.
127
+
128
+ **After any approved change, the plan must be re-confirmed for feasibility before proceeding.** The original capacity assessment was based on assumptions that no longer hold if the mix, sourcing, or material quality profile has changed. This is basic change management discipline — you don't certify a plan, change it, and then skip re-certification.
129
+
130
+ **Avoiding infinite revision cycles.** If we've already adjusted the mix and re-validated capacity, and the capacity assessment STILL says it needs adjustment, we don't want to loop endlessly — at that point, it's an executive decision. The operational teams have done their best.
131
+
132
+ **The last resort.** Executive-level KPI discussions should only happen when every operational lever has been genuinely exhausted. The escalation follows the organizational authority chain. This is not a routine path — it's the exception that proves we need strategic intervention.
133
+
134
+ > **Observation**: There is sometimes tension between "move quickly to resolve the disruption" and "make sure every adjustment is properly validated." Our policy is clear: validation takes precedence over speed. A plan that was adjusted but not re-validated is a compliance violation, regardless of time pressure.
135
+
136
+ ## VI. Your Task
137
+
138
+ You must modify the original BPMN workflow (`original_process.bpmn20.xml`) to handle this compound disruption scenario. The modified workflow must:
139
+
140
+ 1. Be a valid BPMN 2.0 XML deployable to the running Flowable 6.5.0 instance
141
+ 2. Implement the structural changes needed to handle BOTH the supply disruption AND the quality hold
142
+ 3. Include typed I/O data structures for each new node
143
+ 4. Pass all test scenarios when deployed and executed
144
+ 5. Be accompanied by compliance reports mapping your changes to the required modifications and business rules
145
+
146
+ Refer to `business_rules_L3.md` for the constraints your modifications must respect.
147
+ Refer to `org_hierarchy.json` for the organizational structure and role assignments.
148
+ Refer to `test_scenarios_L3.json` for the test cases your modified process must pass — note the abstract outcome keys that map to your process's actual variable names based on topological position.
149
+
150
+ ## VII. L3 Additional Constraints
151
+
152
+ The following constraints extend L2 requirements with cross-layer consistency, bounded loop semantics, parallel data coupling, cross-lane dependencies, override traceability, and path sensitivity requirements.
153
+
154
+ ### Cross-Layer Consistency Requirements
155
+
156
+ The compliance documentation artifacts (structural changes JSON, business rules compliance JSON) must be structurally consistent with the BPMN XML. Specifically:
157
+
158
+ - Every task ID referenced in `structural_changes.json` must exist as a `<userTask>` or `<serviceTask>` element in the BPMN XML.
159
+ - Every gateway condition referenced in `business_rules_compliance.json` must match a `<conditionExpression>` in the BPMN XML verbatim or by semantic equivalence.
160
+ - The role assignments declared in the compliance documents must match the `flowable:assignee` or `flowable:candidateGroups` attributes in the corresponding BPMN task definitions.
161
+ - If a compliance document claims a data flow dependency (e.g., "material restrictions propagate from waiver task to mix adjustment"), the BPMN must contain a sequence flow path connecting those two tasks, and the upstream task must declare the relevant output variable in its extension properties.
162
+
163
+ Any mismatch between the compliance documentation and the deployed BPMN XML constitutes a validation failure.
164
+
165
+ ### Bounded Loop Semantics
166
+
167
+ The mix validation loop (where a proposed product mix fails capacity pre-validation and is returned for revision) must implement bounded retry semantics:
168
+
169
+ - A loop counter variable must be maintained, incremented on each iteration of the mix revision cycle.
170
+ - A maximum retry threshold must be defined (recommended: 3 iterations). When the loop counter exceeds this threshold, the process must exit the loop and route to escalation rather than attempting further revisions.
171
+ - The loop counter must be a process-level variable visible to gateway conditions, not an internal task property hidden from the flow logic.
172
+ - This prevents infinite loops in pathological cases where the mix can never satisfy pre-validation constraints (e.g., material restrictions are too severe for any feasible mix).
173
+
174
+ ### Parallel Branch Data Coupling
175
+
176
+ The parallel approval pattern (Supply Chain Director review and Sales Director review running concurrently) must satisfy data coupling requirements:
177
+
178
+ - Both parallel branches must produce explicit output variables upon completion. The Supply Chain Director branch must produce a feasibility verdict variable, and the Sales Director branch must produce a market response variable.
179
+ - The joining gateway (parallel join after both branches complete) must have access to both output variables for downstream routing decisions.
180
+ - If either branch produces an output that the joining logic cannot consume (e.g., variable name mismatch, missing variable declaration), this constitutes a data coupling failure.
181
+ - The parallel split gateway and parallel join gateway must be structurally paired — every branch opened by the split must be closed by the same join.
182
+
183
+ ### Cross-Lane Data Dependencies
184
+
185
+ The product mix adjustment task must consume input data from at least two distinct organizational lanes:
186
+
187
+ - From the **QA lane**: material grade classification and any product usage restrictions (when Grade B materials are accepted with conditions).
188
+ - From the **Procurement lane**: sourcing resolution status, alternative supplier availability, and cost variance data.
189
+ - These cross-lane data dependencies must be modeled as explicit data flow — either through process variables set by upstream tasks in different lanes, or through formal data associations in the BPMN model.
190
+ - The mix adjustment task cannot operate in isolation from quality and procurement outcomes. A design where the mix adjustment task has no inbound data dependencies from the QA or procurement functions is structurally incorrect.
191
+
192
+ Additionally, material restrictions from Grade B conditional acceptance must propagate not only to the mix adjustment task but also to the procurement execution task at the end of the process. Restrictions cannot be silently dropped at any downstream point.
193
+
194
+ ### Override Traceability Requirements
195
+
196
+ Every manual override decision point in the process must produce a rationale output variable documenting the justification for the decision. The following override tasks are subject to this requirement:
197
+
198
+ - **Waiver approval task** (Grade B conditional acceptance): must produce a `waiver_rationale` or equivalent justification variable explaining why the quality risk is acceptable.
199
+ - **Expedited quality decision task** (timer escalation): must produce a `expedited_rationale` or equivalent variable documenting the basis for the expedited ruling (e.g., supplier certification, visual assessment findings).
200
+ - **Executive escalation task** (last-resort KPI adjustment): must produce an `escalation_rationale` or equivalent variable documenting what operational alternatives were exhausted and why executive intervention is needed.
201
+
202
+ These rationale variables are mandatory for audit compliance. A process that completes an override decision without producing a rationale output is non-compliant regardless of whether the decision itself was correct.
203
+
204
+ ### Path Sensitivity
205
+
206
+ Gateway conditions in the modified BPMN must produce different routing outcomes under different input conditions. This means:
207
+
208
+ - The supply risk gateway must route differently when `supply_status = "available"` vs. `supply_status = "at_risk"`.
209
+ - The quality grade gateway must route differently for Grade A, Grade B, and Grade C outcomes.
210
+ - The cost variance gateway must route differently when variance is below 15%, between 15-25%, and above 25% (per the tiered threshold in Rule 21).
211
+ - The capacity assessment gateway must route differently when the result is `"feasible"` vs. `"needs_revision"`.
212
+
213
+ Gateway conditions that always evaluate to the same branch (e.g., hardcoded `true`/`false`, or conditions that do not reference the actual decision variables) constitute an anti-gaming violation. Every exclusive or inclusive gateway must have at least two outgoing paths with mutually exclusive or condition-dependent routing.
tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/docker-compose.yml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: '3.8'
2
+
3
+ services:
4
+ flowable:
5
+ image: flowable/all-in-one:6.5.0
6
+ container_name: flowable-supply-chain
7
+ ports:
8
+ - "8080:8080"
9
+ environment:
10
+ - JAVA_OPTS=-Xmx1g
11
+ volumes:
12
+ - flowable-data:/opt/flowable
13
+ restart: unless-stopped
14
+ healthcheck:
15
+ test: ["CMD", "curl", "-f", "http://localhost:8080/flowable-task/process-api/management/engine"]
16
+ interval: 30s
17
+ timeout: 10s
18
+ retries: 5
19
+ start_period: 60s
20
+
21
+ volumes:
22
+ flowable-data:
23
+
24
+ # Usage:
25
+ # docker-compose up -d
26
+ # Wait ~60s for startup, then access:
27
+ # - Modeler UI: http://localhost:8080/flowable-modeler
28
+ # - REST API: http://localhost:8080/flowable-task/process-api/
29
+ # - Task App: http://localhost:8080/flowable-task
30
+ # - Admin App: http://localhost:8080/flowable-admin
31
+ # Default credentials: admin / test
32
+ #
33
+ # REST API examples:
34
+ # # List process definitions
35
+ # curl -u admin:test http://localhost:8080/flowable-task/process-api/repository/process-definitions
36
+ #
37
+ # # Deploy a BPMN file
38
+ # curl -u admin:test -F "file=@modified_process.bpmn20.xml" http://localhost:8080/flowable-task/process-api/repository/deployments
39
+ #
40
+ # # Start a process instance
41
+ # curl -u admin:test -H "Content-Type: application/json" -d '{"processDefinitionKey":"monthlyProductionScheduling_modified","variables":[{"name":"supplyRiskDetected","value":true}]}' http://localhost:8080/flowable-task/process-api/runtime/process-instances
42
+ #
43
+ # # Get historic activity instances for a process instance
44
+ # curl -u admin:test "http://localhost:8080/flowable-task/process-api/history/historic-activity-instances?processInstanceId=<ID>&orderBy=startTime&order=asc"
45
+ #
46
+ # Pre-deployed: original_process.bpmn20.xml (monthlyProductionScheduling_original)
47
+ # IDM Users: salesLead, productionLead, supplyChainLead, procurementLead, supplyChainDirector, salesDirector (all password: test)
tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/org_hierarchy.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "organization": "LY Juice Company",
3
+ "industry": "Beverage Manufacturing",
4
+ "plants": 4,
5
+ "group_policy": {
6
+ "description": "Candidate group assignments follow the company RBAC convention. Each organizational unit has a corresponding system group matching the unit name at the appropriate authority level. Leads and operational roles use their department base group; directors use management-level groups (suffix _mgmt); executive decisions use the executive group.",
7
+ "convention": "{department}[_mgmt] for directors, {department} for leads/operational"
8
+ },
9
+ "joint_decisions": {
10
+ "product_mix_review": {
11
+ "participants": ["supplyChainDirector", "salesDirector"],
12
+ "quorum": "all",
13
+ "mode": "independent",
14
+ "rationale": "Cost/feasibility and market acceptance are independent dimensions requiring separate expert judgment"
15
+ }
16
+ },
17
+ "roles": [
18
+ {
19
+ "role_id": "salesLead",
20
+ "title": "Sales Lead",
21
+ "level": "Lead",
22
+ "reports_to": null,
23
+ "peers": ["supplyChainLead"],
24
+ "decision_authority": [
25
+ "Monthly demand breakdown",
26
+ "Delivery rhythm specification",
27
+ "Channel and consumer acceptance assessment",
28
+ "Market constraints identification"
29
+ ],
30
+ "notes": "Cannot arbitrarily adjust product mix beyond what channels will accept"
31
+ },
32
+ {
33
+ "role_id": "supplyChainLead",
34
+ "title": "Supply Chain / Planning Lead",
35
+ "level": "Lead",
36
+ "reports_to": null,
37
+ "peers": ["salesLead"],
38
+ "subordinates": ["productionLead", "procurementLead"],
39
+ "decision_authority": [
40
+ "Overall supply-demand balance",
41
+ "Capacity availability confirmation",
42
+ "Material availability confirmation",
43
+ "Cost and execution feasibility assessment",
44
+ "Monthly plan final approval"
45
+ ],
46
+ "notes": "Half-level ABOVE Production Lead and Procurement Lead"
47
+ },
48
+ {
49
+ "role_id": "productionLead",
50
+ "title": "Production Lead / Plant Manager",
51
+ "level": "Operational",
52
+ "reports_to": "supplyChainLead",
53
+ "peers": ["procurementLead"],
54
+ "decision_authority": [
55
+ "Production reverse-scheduling from delivery dates",
56
+ "SKU production sequence organization",
57
+ "Production line tempo arrangement",
58
+ "Warehouse in/out rhythm management",
59
+ "Line changeover and cleaning planning"
60
+ ],
61
+ "notes": "Reports to Supply Chain/Planning Lead (half-level below)"
62
+ },
63
+ {
64
+ "role_id": "procurementLead",
65
+ "title": "Procurement Lead",
66
+ "level": "Operational",
67
+ "reports_to": "supplyChainLead",
68
+ "peers": ["productionLead"],
69
+ "decision_authority": [
70
+ "Daily procurement execution",
71
+ "Existing supplier coordination",
72
+ "Delivery tracking",
73
+ "Alternative supplier development"
74
+ ],
75
+ "notes": "In original process: execution only. In modified process: expanded role with availability checking and alternative sourcing BEFORE capacity confirmation."
76
+ },
77
+ {
78
+ "role_id": "qualityAssuranceLead",
79
+ "title": "Quality Assurance Lead",
80
+ "level": "Operational",
81
+ "reports_to": "supplyChainLead",
82
+ "peers": ["procurementLead", "productionLead"],
83
+ "decision_authority": [
84
+ "Material quality certification",
85
+ "Production quality gates",
86
+ "Incoming material inspection standards",
87
+ "Finished goods release authorization"
88
+ ],
89
+ "notes": "Responsible for quality hold decisions on incoming raw materials and finished goods. Quality certification is embedded within production and procurement task workflows."
90
+ },
91
+ {
92
+ "role_id": "logisticsCoordinator",
93
+ "title": "Logistics Coordinator",
94
+ "level": "Operational",
95
+ "reports_to": "productionLead",
96
+ "peers": [],
97
+ "decision_authority": [
98
+ "Warehouse capacity assessment",
99
+ "Transportation scheduling",
100
+ "Cross-plant material transfer coordination",
101
+ "Inbound logistics timing"
102
+ ],
103
+ "notes": "Coordinates physical movement of materials and finished goods. Warehouse capacity constraints are factored into the production scheduling steps."
104
+ },
105
+ {
106
+ "role_id": "financeController",
107
+ "title": "Finance Controller",
108
+ "level": "Management",
109
+ "reports_to": null,
110
+ "peers": ["supplyChainDirector", "salesDirector"],
111
+ "decision_authority": [
112
+ "Cost variance approval",
113
+ "Margin impact assessment",
114
+ "Budget reallocation authorization",
115
+ "Procurement cost threshold enforcement"
116
+ ],
117
+ "notes": "Provides financial oversight on cost impacts. Margin tolerance evaluation is embedded in the capacity and feasibility assessment tasks."
118
+ },
119
+ {
120
+ "role_id": "supplyChainDirector",
121
+ "title": "Supply Chain Director",
122
+ "level": "Management",
123
+ "reports_to": null,
124
+ "decision_authority": [
125
+ "Product mix adjustment proposals (2-3 executable alternatives)",
126
+ "Cross-functional supply-demand rebalancing"
127
+ ],
128
+ "notes": "Leads product mix adjustment when sourcing cannot support original plan. Must ensure proposals are feasible given capacity, materials, and execution reality."
129
+ },
130
+ {
131
+ "role_id": "salesDirector",
132
+ "title": "Sales Director",
133
+ "level": "Management",
134
+ "reports_to": null,
135
+ "decision_authority": [
136
+ "Sales and channel confirmation of adjusted product mix",
137
+ "Distributor and retailer communication",
138
+ "Channel acceptance assessment"
139
+ ],
140
+ "notes": "Must communicate with sales team and channels before confirming product mix adjustment."
141
+ }
142
+ ],
143
+ "hierarchy_rules": [
144
+ "Sales Lead and Supply Chain/Planning Lead are at the SAME level (peers)",
145
+ "Supply Chain/Planning Lead is HALF-LEVEL ABOVE Production Lead and Procurement Lead",
146
+ "Supply Chain Director and Sales Director are at Management level (above Leads)",
147
+ "Escalation chain: Procurement Lead -> Supply Chain Director -> Sales Director -> CEO"
148
+ ]
149
+ }
tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/original_process.bpmn20.xml ADDED
@@ -0,0 +1,793 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xmlns:flowable="http://flowable.org/bpmn"
5
+ xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI"
6
+ xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC"
7
+ xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI"
8
+ targetNamespace="http://flowable.org/case1"
9
+ exporter="Claude Code"
10
+ exporterVersion="5.0">
11
+
12
+ <process id="monthlyProductionScheduling_original" name="Monthly Production Scheduling - Original Process" isExecutable="true">
13
+
14
+ <documentation>
15
+ Original monthly production scheduling process for LY Juice Company (beverage manufacturer).
16
+
17
+ KEY ASSUMPTION (precondition):
18
+ After the quarterly Sales and Operations Planning (S&amp;OP) agreement, key raw materials
19
+ are guaranteed to be basically available for monthly scheduling. Monthly planning therefore
20
+ focuses on demand rhythm, capacity arrangement, and production execution -- NOT on
21
+ material availability.
22
+ If this assumption fails, the process must be modified (see case1-modified-process).
23
+
24
+ ORGANIZATIONAL HIERARCHY:
25
+ - Sales Lead and Supply Chain/Planning Lead are at the SAME level (peer)
26
+ - Supply Chain/Planning Lead is HALF-LEVEL ABOVE Production Lead and Procurement Lead
27
+ - Production Lead (Plant Manager) reports to Supply Chain/Planning Lead
28
+ - Procurement Lead reports to Supply Chain/Planning Lead
29
+
30
+ FLOW: Sales demand breakdown -> Production reverse-scheduling -> SKU sequencing
31
+ -> Capacity/labor/material confirmation -> Monthly plan confirmation
32
+ -> Release to procurement and factory execution
33
+
34
+ BUSINESS RULES / CONSTRAINTS (Section 7):
35
+ 1. Prioritize on-time delivery
36
+ 2. Do not easily adjust revenue target
37
+ 3. Do not easily adjust gross margin target
38
+ 4. Volume adjustable within limited range
39
+ 5. Prioritize procurement confirmation, alternative sourcing, and product mix
40
+ adjustment to solve problems
41
+ 6. Product mix adjustment must be executable, deliverable, and channel-acceptable
42
+ 7. KPI adjustment is LAST RESORT only, never the default path
43
+ </documentation>
44
+
45
+ <!-- ============================================================ -->
46
+ <!-- LANES - 4 participating roles per source document -->
47
+ <!-- ============================================================ -->
48
+
49
+ <laneSet id="laneSet1">
50
+ <lane id="lane_sales" name="Sales Lead">
51
+ <documentation>
52
+ Responsible for monthly sales target delivery: revenue, gross margin,
53
+ volume, and product mix.
54
+ Must consider real market demand -- cannot arbitrarily adjust product mix
55
+ beyond what channels and consumers will accept.
56
+ LEVEL: Same level as Supply Chain/Planning Lead.
57
+ </documentation>
58
+ <flowNodeRef>startEvent</flowNodeRef>
59
+ <flowNodeRef>task_salesDemand</flowNodeRef>
60
+ </lane>
61
+ <lane id="lane_production" name="Production Lead / Plant Manager">
62
+ <documentation>
63
+ Responsible for factory production rhythm: reverse-schedule from delivery dates,
64
+ arrange production line tempo, and manage warehouse in/out rhythm.
65
+ LEVEL: Reports to Supply Chain/Planning Lead (half-level below).
66
+ </documentation>
67
+ <flowNodeRef>task_productionSchedule</flowNodeRef>
68
+ <flowNodeRef>task_skuSequencing</flowNodeRef>
69
+ </lane>
70
+ <lane id="lane_supplychain" name="Supply Chain / Planning Lead">
71
+ <documentation>
72
+ Responsible for overall supply-demand balance, capacity availability,
73
+ material availability, and cost plus execution feasibility.
74
+ LEVEL: Same level as Sales Lead. Half-level ABOVE Production Lead and Procurement Lead.
75
+ </documentation>
76
+ <flowNodeRef>task_capacityConfirmation</flowNodeRef>
77
+ <flowNodeRef>task_monthlyPlanConfirmation</flowNodeRef>
78
+ </lane>
79
+ <lane id="lane_procurement" name="Procurement Lead">
80
+ <documentation>
81
+ Responsible for daily procurement execution and external sourcing:
82
+ - Existing supplier coordination
83
+ - Delivery tracking
84
+ - Alternative supplier development
85
+ LEVEL: Reports to Supply Chain/Planning Lead (half-level below).
86
+ NOTE: In the original process (materials assumed available), the Procurement Lead
87
+ only receives the confirmed plan for execution. Their expanded role (availability
88
+ checking, alternative sourcing) is activated in the modified process.
89
+ </documentation>
90
+ <flowNodeRef>task_procurementExecution</flowNodeRef>
91
+ </lane>
92
+ <lane id="lane_factory" name="Factory Execution">
93
+ <documentation>
94
+ Factory floor receives the confirmed monthly plan and executes production.
95
+ </documentation>
96
+ <flowNodeRef>task_factoryExecution</flowNodeRef>
97
+ <flowNodeRef>endEvent</flowNodeRef>
98
+ </lane>
99
+ </laneSet>
100
+
101
+ <!-- ============================================================ -->
102
+ <!-- PROCESS FLOW -->
103
+ <!-- ============================================================ -->
104
+
105
+ <!-- Start -->
106
+ <startEvent id="startEvent" name="Monthly Scheduling Triggered (post S and OP)">
107
+ <documentation>
108
+ The quarterly Sales and Operations Planning (S&amp;OP) meeting has been completed.
109
+ Sales and Operations have agreed on key targets:
110
+ - Revenue target
111
+ - Gross margin target
112
+ - Volume target
113
+ - Product mix direction
114
+
115
+ This monthly scheduling process translates those quarterly targets into
116
+ actionable production plans. It runs every month.
117
+
118
+ PRECONDITION: Key raw materials are assumed to be basically guaranteed
119
+ after the quarterly S&amp;OP agreement.
120
+ </documentation>
121
+ </startEvent>
122
+
123
+ <!-- Step 1: Sales provides monthly demand breakdown -->
124
+ <userTask id="task_salesDemand" name="Step 1: Provide Monthly Demand Breakdown and Delivery Rhythm"
125
+ flowable:assignee="${salesLead}"
126
+ flowable:candidateGroups="sales">
127
+ <documentation>
128
+ Sales Lead decomposes quarterly targets into monthly demand.
129
+ Must consider real market demand and channel/consumer acceptance
130
+ -- cannot arbitrarily adjust product mix beyond what channels will accept.
131
+ </documentation>
132
+ <extensionElements>
133
+ <!-- INPUT: S&OP Agreement (from quarterly meeting) -->
134
+ <flowable:formProperty id="in_revenue_target" name="[IN] Revenue Target" type="double"
135
+ required="true" readable="true" writable="false"/>
136
+ <flowable:formProperty id="in_gross_margin_target" name="[IN] Gross Margin Target" type="double"
137
+ required="true" readable="true" writable="false"/>
138
+ <flowable:formProperty id="in_volume_target" name="[IN] Volume Target" type="long"
139
+ required="true" readable="true" writable="false"/>
140
+ <flowable:formProperty id="in_product_mix_direction" name="[IN] Product Mix Direction" type="string"
141
+ readable="true" writable="false"/>
142
+ <!-- OUTPUT: Monthly Demand Breakdown -->
143
+ <flowable:formProperty id="out_sku_demand" name="[OUT] SKU Demand (JSON array)" type="string"
144
+ required="true" writable="true">
145
+ <flowable:value id="schema" name="{sku_id:string, sku_name:string, monthly_qty:long, unit:string}[]"/>
146
+ </flowable:formProperty>
147
+ <flowable:formProperty id="out_delivery_rhythm" name="[OUT] Delivery Rhythm (JSON array)" type="string"
148
+ required="true" writable="true">
149
+ <flowable:value id="schema" name="{channel:string, delivery_dates:date[], frequency:string}[]"/>
150
+ </flowable:formProperty>
151
+ <flowable:formProperty id="out_market_constraints" name="[OUT] Market Constraints" type="string"
152
+ writable="true">
153
+ <flowable:value id="description" name="Channel and consumer acceptance constraints that limit product mix changes"/>
154
+ </flowable:formProperty>
155
+ </extensionElements>
156
+ </userTask>
157
+
158
+ <!-- Step 2: Production reverse-schedules from delivery dates -->
159
+ <userTask id="task_productionSchedule" name="Step 2: Reverse-Schedule Production Plan from Delivery Dates"
160
+ flowable:assignee="${productionLead}"
161
+ flowable:candidateGroups="production">
162
+ <documentation>
163
+ Production Lead takes delivery dates and works backward.
164
+ Determines which products need to be produced on which dates on which lines.
165
+ Also plans warehouse in/out rhythm for raw material intake
166
+ and finished goods staging.
167
+ </documentation>
168
+ <extensionElements>
169
+ <!-- INPUT: Demand Breakdown from Sales -->
170
+ <flowable:formProperty id="in_sku_demand" name="[IN] SKU Demand (JSON array)" type="string"
171
+ required="true" readable="true" writable="false">
172
+ <flowable:value id="schema" name="{sku_id:string, sku_name:string, monthly_qty:long, unit:string}[]"/>
173
+ </flowable:formProperty>
174
+ <flowable:formProperty id="in_delivery_rhythm" name="[IN] Delivery Rhythm (JSON array)" type="string"
175
+ required="true" readable="true" writable="false">
176
+ <flowable:value id="schema" name="{channel:string, delivery_dates:date[], frequency:string}[]"/>
177
+ </flowable:formProperty>
178
+ <!-- OUTPUT: Production Plan -->
179
+ <flowable:formProperty id="out_production_schedule" name="[OUT] Production Schedule (JSON array)" type="string"
180
+ required="true" writable="true">
181
+ <flowable:value id="schema" name="{sku_id:string, production_date:date, delivery_date:date, qty:long, line_id:string}[]"/>
182
+ </flowable:formProperty>
183
+ <flowable:formProperty id="out_warehouse_rhythm" name="[OUT] Warehouse In/Out Rhythm (JSON)" type="string"
184
+ required="true" writable="true">
185
+ <flowable:value id="schema" name="{sku_id:string, raw_material_intake_date:date, finished_goods_out_date:date, storage_location:string}[]"/>
186
+ </flowable:formProperty>
187
+ </extensionElements>
188
+ </userTask>
189
+
190
+ <!-- Step 3: SKU sequencing with manufacturing constraints -->
191
+ <userTask id="task_skuSequencing" name="Step 3: Organize SKU Production Sequence"
192
+ flowable:assignee="${productionLead}"
193
+ flowable:candidateGroups="production">
194
+ <documentation>
195
+ Production Lead organizes SKU production sequence considering process manufacturing constraints:
196
+ - Same production line cannot frequently switch flavors
197
+ - Batch similar SKUs together
198
+ - Plan line changeover and cleaning between batches
199
+ Also arranges production line tempo.
200
+ </documentation>
201
+ <extensionElements>
202
+ <!-- INPUT: Production Plan from Step 2 -->
203
+ <flowable:formProperty id="in_production_schedule" name="[IN] Production Schedule (JSON array)" type="string"
204
+ required="true" readable="true" writable="false">
205
+ <flowable:value id="schema" name="{sku_id:string, production_date:date, delivery_date:date, qty:long, line_id:string}[]"/>
206
+ </flowable:formProperty>
207
+ <!-- OUTPUT: SKU Sequence + Changeover Plan -->
208
+ <flowable:formProperty id="out_line_schedule" name="[OUT] Line Schedule with SKU Sequence (JSON array)" type="string"
209
+ required="true" writable="true">
210
+ <flowable:value id="schema" name="{line_id:string, date:date, line_tempo_minutes:int, sequence:{order:int, sku_id:string, batch_size:long, changeover_mins:int}[]}[]"/>
211
+ </flowable:formProperty>
212
+ <flowable:formProperty id="out_changeover_plan" name="[OUT] Changeover and Cleaning Plan (JSON array)" type="string"
213
+ required="true" writable="true">
214
+ <flowable:value id="schema" name="{from_sku:string, to_sku:string, cleaning_type:enum(light|deep|full), duration_mins:int, line_id:string}[]"/>
215
+ </flowable:formProperty>
216
+ </extensionElements>
217
+ </userTask>
218
+
219
+ <!-- Step 4: Supply chain confirms capacity, labor, materials, cost -->
220
+ <userTask id="task_capacityConfirmation" name="Step 4: Comprehensive Confirmation - Capacity, Labor, Material and Cost"
221
+ flowable:assignee="${supplyChainLead}"
222
+ flowable:candidateGroups="supplychain">
223
+ <documentation>
224
+ Supply Chain / Planning Lead comprehensively confirms feasibility:
225
+ - Production capacity availability
226
+ - Labor availability
227
+ - Material/ingredient support
228
+ - Cost and execution feasibility
229
+
230
+ This step assumes materials are available per the S&amp;OP precondition.
231
+ In the modified process, a procurement availability check is inserted BEFORE this step.
232
+ </documentation>
233
+ <extensionElements>
234
+ <!-- INPUT: SKU Sequence from Step 3 -->
235
+ <flowable:formProperty id="in_line_schedule" name="[IN] Line Schedule with SKU Sequence (JSON array)" type="string"
236
+ required="true" readable="true" writable="false">
237
+ <flowable:value id="schema" name="{line_id:string, date:date, line_tempo_minutes:int, sequence:{order:int, sku_id:string, batch_size:long, changeover_mins:int}[]}[]"/>
238
+ </flowable:formProperty>
239
+ <flowable:formProperty id="in_changeover_plan" name="[IN] Changeover Plan (JSON array)" type="string"
240
+ readable="true" writable="false">
241
+ <flowable:value id="schema" name="{from_sku:string, to_sku:string, cleaning_type:string, duration_mins:int, line_id:string}[]"/>
242
+ </flowable:formProperty>
243
+ <!-- INPUT: Production Plan from Step 2 (dates and quantities) -->
244
+ <flowable:formProperty id="in_production_schedule" name="[IN] Production Schedule (JSON array)" type="string"
245
+ required="true" readable="true" writable="false">
246
+ <flowable:value id="schema" name="{sku_id:string, production_date:date, delivery_date:date, qty:long, line_id:string}[]"/>
247
+ </flowable:formProperty>
248
+ <!-- INPUT: Warehouse Rhythm from Step 2 -->
249
+ <flowable:formProperty id="in_warehouse_rhythm" name="[IN] Warehouse In/Out Rhythm (JSON)" type="string"
250
+ readable="true" writable="false">
251
+ <flowable:value id="schema" name="{sku_id:string, raw_material_intake_date:date, finished_goods_out_date:date, storage_location:string}[]"/>
252
+ </flowable:formProperty>
253
+ <!-- OUTPUT: Comprehensive Confirmation -->
254
+ <flowable:formProperty id="out_capacity_status" name="[OUT] Capacity Status" type="string"
255
+ required="true" writable="true">
256
+ <flowable:value id="schema" name="{available_hours:double, required_hours:double, utilization_pct:double, bottleneck_lines:string[]}"/>
257
+ </flowable:formProperty>
258
+ <flowable:formProperty id="out_labor_status" name="[OUT] Labor Status" type="string"
259
+ required="true" writable="true">
260
+ <flowable:value id="schema" name="{headcount_available:int, headcount_required:int, skill_gaps:{role:string, shortfall:int}[]}"/>
261
+ </flowable:formProperty>
262
+ <flowable:formProperty id="out_material_status" name="[OUT] Material Status" type="string"
263
+ required="true" writable="true">
264
+ <flowable:value id="schema" name="{material_id:string, material_name:string, available_qty:double, required_qty:double, is_sufficient:boolean, supplier:string}[]"/>
265
+ </flowable:formProperty>
266
+ <flowable:formProperty id="out_cost_feasibility" name="[OUT] Cost and Execution Feasibility" type="string"
267
+ required="true" writable="true">
268
+ <flowable:value id="schema" name="{estimated_production_cost:double, budget:double, variance_pct:double, execution_risks:string[], is_feasible:boolean}"/>
269
+ </flowable:formProperty>
270
+ <flowable:formProperty id="out_overall_verdict" name="[OUT] Overall Verdict" type="enum"
271
+ required="true" writable="true">
272
+ <flowable:value id="CONFIRMED" name="CONFIRMED"/>
273
+ <flowable:value id="NEEDS_ADJUSTMENT" name="NEEDS_ADJUSTMENT"/>
274
+ </flowable:formProperty>
275
+ </extensionElements>
276
+ </userTask>
277
+
278
+ <!-- Step 5: Monthly plan confirmation -->
279
+ <userTask id="task_monthlyPlanConfirmation" name="Step 5: Monthly Plan Confirmation and Approval"
280
+ flowable:assignee="${supplyChainLead}"
281
+ flowable:candidateGroups="supplychain">
282
+ <documentation>
283
+ Final monthly production plan is confirmed and approved by Supply Chain/Planning Lead.
284
+ Cross-checks all upstream outputs: capacity confirmation, SKU sequence, and original demand.
285
+ Once confirmed, plan is released to Procurement Lead and Factory for execution.
286
+ </documentation>
287
+ <extensionElements>
288
+ <!-- INPUT: Capacity Confirmation from Step 4 -->
289
+ <flowable:formProperty id="in_capacity_status" name="[IN] Capacity Status" type="string"
290
+ readable="true" writable="false"/>
291
+ <flowable:formProperty id="in_labor_status" name="[IN] Labor Status" type="string"
292
+ readable="true" writable="false"/>
293
+ <flowable:formProperty id="in_material_status" name="[IN] Material Status" type="string"
294
+ readable="true" writable="false"/>
295
+ <flowable:formProperty id="in_cost_feasibility" name="[IN] Cost and Execution Feasibility" type="string"
296
+ readable="true" writable="false"/>
297
+ <flowable:formProperty id="in_overall_verdict" name="[IN] Overall Verdict" type="string"
298
+ readable="true" writable="false"/>
299
+ <!-- INPUT: SKU Sequence from Step 3 (for cross-check) -->
300
+ <flowable:formProperty id="in_line_schedule" name="[IN] Line Schedule" type="string"
301
+ readable="true" writable="false"/>
302
+ <!-- INPUT: Original Demand from Step 1 (for cross-check) -->
303
+ <flowable:formProperty id="in_sku_demand" name="[IN] Original SKU Demand (cross-check)" type="string"
304
+ readable="true" writable="false"/>
305
+ <flowable:formProperty id="in_delivery_rhythm" name="[IN] Original Delivery Rhythm (cross-check)" type="string"
306
+ readable="true" writable="false"/>
307
+ <!-- OUTPUT: Confirmed Monthly Plan -->
308
+ <flowable:formProperty id="out_plan_id" name="[OUT] Plan ID" type="string"
309
+ required="true" writable="true"/>
310
+ <flowable:formProperty id="out_plan_status" name="[OUT] Plan Status" type="enum"
311
+ required="true" writable="true">
312
+ <flowable:value id="CONFIRMED" name="CONFIRMED"/>
313
+ </flowable:formProperty>
314
+ <flowable:formProperty id="out_final_production_schedule" name="[OUT] Final Production Schedule (JSON)" type="string"
315
+ required="true" writable="true">
316
+ <flowable:value id="schema" name="{sku_id:string, production_date:date, delivery_date:date, qty:long, line_id:string}[]"/>
317
+ </flowable:formProperty>
318
+ <flowable:formProperty id="out_final_sku_sequence" name="[OUT] Final SKU Sequence (JSON)" type="string"
319
+ required="true" writable="true">
320
+ <flowable:value id="schema" name="{line_id:string, date:date, sequence:{order:int, sku_id:string, batch_size:long}[]}[]"/>
321
+ </flowable:formProperty>
322
+ <flowable:formProperty id="out_material_orders" name="[OUT] Material Orders for Procurement (JSON)" type="string"
323
+ required="true" writable="true">
324
+ <flowable:value id="schema" name="{material_id:string, material_name:string, supplier:string, qty:double, delivery_date:date, unit_cost:double}[]"/>
325
+ </flowable:formProperty>
326
+ <flowable:formProperty id="out_warehouse_plan" name="[OUT] Warehouse In/Out Plan (JSON)" type="string"
327
+ writable="true">
328
+ <flowable:value id="schema" name="{sku_id:string, raw_material_intake_date:date, finished_goods_out_date:date, storage_location:string}[]"/>
329
+ </flowable:formProperty>
330
+ <flowable:formProperty id="out_approval_date" name="[OUT] Approval Date" type="date"
331
+ required="true" writable="true"/>
332
+ <flowable:formProperty id="out_approved_by" name="[OUT] Approved By" type="string"
333
+ required="true" writable="true"/>
334
+ </extensionElements>
335
+ </userTask>
336
+
337
+ <!-- Step 5a: Procurement receives confirmed plan -->
338
+ <userTask id="task_procurementExecution" name="Step 5a: Procurement Execution - Place Material Orders"
339
+ flowable:assignee="${procurementLead}"
340
+ flowable:candidateGroups="procurement">
341
+ <documentation>
342
+ Procurement Lead receives the confirmed monthly plan and executes:
343
+ - Place material orders with existing suppliers
344
+ - Track deliveries against plan
345
+ - Coordinate any last-mile supplier logistics
346
+
347
+ In the original process, this is straightforward execution because materials
348
+ are assumed available. In the modified process, the Procurement Lead has an
349
+ expanded role with availability checking and alternative sourcing BEFORE this step.
350
+ </documentation>
351
+ <extensionElements>
352
+ <!-- INPUT: Material Orders from Monthly Plan -->
353
+ <flowable:formProperty id="in_material_orders" name="[IN] Material Orders (JSON)" type="string"
354
+ required="true" readable="true" writable="false">
355
+ <flowable:value id="schema" name="{material_id:string, material_name:string, supplier:string, qty:double, delivery_date:date, unit_cost:double}[]"/>
356
+ </flowable:formProperty>
357
+ <flowable:formProperty id="in_plan_id" name="[IN] Plan ID" type="string"
358
+ readable="true" writable="false"/>
359
+ <!-- OUTPUT: Purchase Orders Placed -->
360
+ <flowable:formProperty id="out_purchase_orders" name="[OUT] Purchase Orders (JSON)" type="string"
361
+ required="true" writable="true">
362
+ <flowable:value id="schema" name="{po_id:string, material_id:string, supplier:string, qty:double, delivery_date:date, total_cost:double, status:enum(placed|confirmed)}[]"/>
363
+ </flowable:formProperty>
364
+ </extensionElements>
365
+ </userTask>
366
+
367
+ <!-- Step 5b: Factory receives confirmed plan -->
368
+ <userTask id="task_factoryExecution" name="Step 5b: Factory Execution - Publish Production Schedule"
369
+ flowable:assignee="${productionLead}"
370
+ flowable:candidateGroups="production">
371
+ <documentation>
372
+ Factory floor receives the confirmed monthly plan:
373
+ - Production schedule published to shop floor
374
+ - Line assignments and SKU sequences distributed
375
+ - Warehouse in/out rhythm activated
376
+
377
+ Runs in parallel with procurement execution.
378
+ </documentation>
379
+ </userTask>
380
+
381
+ <!-- Parallel gateway for concurrent procurement + factory execution -->
382
+ <parallelGateway id="gw_parallel_split" name="Release to Procurement and Factory"/>
383
+ <parallelGateway id="gw_parallel_join" name="Procurement and Factory Ready"/>
384
+
385
+ <!-- End -->
386
+ <endEvent id="endEvent" name="Monthly Plan Released to Execution"/>
387
+
388
+ <!-- ============================================================ -->
389
+ <!-- SEQUENCE FLOWS -->
390
+ <!-- ============================================================ -->
391
+
392
+ <sequenceFlow id="flow_start_to_sales" sourceRef="startEvent" targetRef="task_salesDemand"/>
393
+ <sequenceFlow id="flow_sales_to_production" sourceRef="task_salesDemand" targetRef="task_productionSchedule"/>
394
+ <sequenceFlow id="flow_production_to_sku" sourceRef="task_productionSchedule" targetRef="task_skuSequencing"/>
395
+ <sequenceFlow id="flow_sku_to_capacity" sourceRef="task_skuSequencing" targetRef="task_capacityConfirmation"/>
396
+ <sequenceFlow id="flow_capacity_to_confirm" sourceRef="task_capacityConfirmation" targetRef="task_monthlyPlanConfirmation"/>
397
+ <sequenceFlow id="flow_confirm_to_parallel" sourceRef="task_monthlyPlanConfirmation" targetRef="gw_parallel_split"/>
398
+ <sequenceFlow id="flow_parallel_to_procurement" sourceRef="gw_parallel_split" targetRef="task_procurementExecution"/>
399
+ <sequenceFlow id="flow_parallel_to_factory" sourceRef="gw_parallel_split" targetRef="task_factoryExecution"/>
400
+ <sequenceFlow id="flow_procurement_to_join" sourceRef="task_procurementExecution" targetRef="gw_parallel_join"/>
401
+ <sequenceFlow id="flow_factory_to_join" sourceRef="task_factoryExecution" targetRef="gw_parallel_join"/>
402
+ <sequenceFlow id="flow_join_to_end" sourceRef="gw_parallel_join" targetRef="endEvent"/>
403
+
404
+ <!-- ============================================================ -->
405
+ <!-- TEXT ANNOTATIONS - Visual I/O schemas and process context -->
406
+ <!-- ============================================================ -->
407
+
408
+ <!-- Process-level annotation: Key Assumption -->
409
+ <textAnnotation id="ann_assumption">
410
+ <text>KEY ASSUMPTION:
411
+ After quarterly Sales and Operations
412
+ Planning (S and OP), key raw materials
413
+ are GUARANTEED available.
414
+ This monthly process focuses on demand
415
+ rhythm, capacity, and execution ONLY.
416
+ If this assumption fails, process
417
+ must be modified (see modified-process).</text>
418
+ </textAnnotation>
419
+ <association id="assoc_ann_assumption" sourceRef="startEvent" targetRef="ann_assumption"/>
420
+
421
+ <!-- Process-level annotation: Org Hierarchy -->
422
+ <textAnnotation id="ann_orgHierarchy">
423
+ <text>ORG HIERARCHY:
424
+ Sales Lead = Supply Chain Lead (peers)
425
+ Supply Chain Lead > Production Lead
426
+ Supply Chain Lead > Procurement Lead
427
+ (half-level above)</text>
428
+ </textAnnotation>
429
+
430
+ <!-- Process-level annotation: Business Rules -->
431
+ <textAnnotation id="ann_bizRules">
432
+ <text>BUSINESS RULES:
433
+ 1. Prioritize on-time delivery
434
+ 2. Do not easily adjust revenue target
435
+ 3. Do not easily adjust margin target
436
+ 4. Volume adjustable within limited range
437
+ 5. Prioritize procurement/sourcing/mix adj
438
+ 6. Product mix must be executable
439
+ 7. KPI adjustment = LAST RESORT ONLY</text>
440
+ </textAnnotation>
441
+
442
+ <!-- Step 1: Sales I/O -->
443
+ <textAnnotation id="ann_salesIO">
444
+ <text>INPUT: S and OP Agreement
445
+ revenue_target: double
446
+ gross_margin_target: double
447
+ volume_target: long
448
+ product_mix_direction: string
449
+ ---
450
+ OUTPUT: Demand Breakdown
451
+ sku_demand[]:
452
+ sku_id: string
453
+ sku_name: string
454
+ monthly_qty: long
455
+ unit: string
456
+ delivery_rhythm[]:
457
+ channel: string
458
+ delivery_dates[]: date
459
+ frequency: string
460
+ market_constraints: string</text>
461
+ </textAnnotation>
462
+ <association id="assoc_ann_sales" sourceRef="task_salesDemand" targetRef="ann_salesIO"/>
463
+
464
+ <!-- Step 2: Production I/O -->
465
+ <textAnnotation id="ann_prodIO">
466
+ <text>INPUT: Demand Breakdown
467
+ sku_demand[]: (from Step 1)
468
+ delivery_rhythm[]: (from Step 1)
469
+ ---
470
+ OUTPUT: Production Plan
471
+ production_schedule[]:
472
+ sku_id: string
473
+ production_date: date
474
+ delivery_date: date
475
+ qty: long
476
+ line_id: string
477
+ warehouse_rhythm[]:
478
+ sku_id: string
479
+ raw_material_intake_date: date
480
+ finished_goods_out_date: date
481
+ storage_location: string</text>
482
+ </textAnnotation>
483
+ <association id="assoc_ann_prod" sourceRef="task_productionSchedule" targetRef="ann_prodIO"/>
484
+
485
+ <!-- Step 3: SKU Sequencing I/O -->
486
+ <textAnnotation id="ann_skuIO">
487
+ <text>INPUT: Production Plan
488
+ production_schedule[]: (from Step 2)
489
+ ---
490
+ OUTPUT: SKU Sequence
491
+ line_schedule[]:
492
+ line_id: string
493
+ date: date
494
+ line_tempo_minutes: int
495
+ sequence[]:
496
+ order: int
497
+ sku_id: string
498
+ batch_size: long
499
+ changeover_mins: int
500
+ changeover_plan[]:
501
+ from_sku: string
502
+ to_sku: string
503
+ cleaning_type: enum(light|deep|full)
504
+ duration_mins: int
505
+ line_id: string
506
+ CONSTRAINTS:
507
+ - No frequent flavor switching on same line
508
+ - Batch similar SKUs together
509
+ - Plan changeover + cleaning between batches</text>
510
+ </textAnnotation>
511
+ <association id="assoc_ann_sku" sourceRef="task_skuSequencing" targetRef="ann_skuIO"/>
512
+
513
+ <!-- Step 4: Capacity Confirmation I/O -->
514
+ <textAnnotation id="ann_capIO">
515
+ <text>INPUT: SKU Sequence + Production Plan
516
+ + Warehouse Rhythm
517
+ (from Steps 2 and 3)
518
+ ---
519
+ OUTPUT: Comprehensive Confirmation
520
+ capacity_status:
521
+ available_hours: double
522
+ required_hours: double
523
+ utilization_pct: double
524
+ bottleneck_lines[]: string
525
+ labor_status:
526
+ headcount_available: int
527
+ headcount_required: int
528
+ skill_gaps[]: {role, shortfall}
529
+ material_status[]:
530
+ material_id: string
531
+ material_name: string
532
+ available_qty: double
533
+ required_qty: double
534
+ is_sufficient: boolean
535
+ supplier: string
536
+ cost_feasibility:
537
+ estimated_production_cost: double
538
+ budget: double
539
+ variance_pct: double
540
+ execution_risks[]: string
541
+ is_feasible: boolean
542
+ overall_verdict:
543
+ enum {CONFIRMED | NEEDS_ADJUSTMENT}</text>
544
+ </textAnnotation>
545
+ <association id="assoc_ann_cap" sourceRef="task_capacityConfirmation" targetRef="ann_capIO"/>
546
+
547
+ <!-- Step 5: Plan Confirmation I/O -->
548
+ <textAnnotation id="ann_confirmIO">
549
+ <text>INPUT: All upstream outputs
550
+ (capacity, SKU sequence, demand)
551
+ for final cross-check
552
+ ---
553
+ OUTPUT: Confirmed Monthly Plan
554
+ plan_id: string
555
+ status: enum {CONFIRMED}
556
+ final_production_schedule[]:
557
+ (same schema as Step 2)
558
+ final_sku_sequence[]:
559
+ (same schema as Step 3)
560
+ material_orders[]:
561
+ material_id: string
562
+ material_name: string
563
+ supplier: string
564
+ qty: double
565
+ delivery_date: date
566
+ unit_cost: double
567
+ warehouse_plan[]:
568
+ (same schema as Step 2)
569
+ approval_date: date
570
+ approved_by: string</text>
571
+ </textAnnotation>
572
+ <association id="assoc_ann_confirm" sourceRef="task_monthlyPlanConfirmation" targetRef="ann_confirmIO"/>
573
+
574
+ <!-- Step 5a: Procurement Execution I/O -->
575
+ <textAnnotation id="ann_procurementIO">
576
+ <text>INPUT: Material Orders
577
+ (from Confirmed Plan)
578
+ ---
579
+ OUTPUT: Purchase Orders
580
+ po_id: string
581
+ material_id: string
582
+ supplier: string
583
+ qty: double
584
+ delivery_date: date
585
+ total_cost: double
586
+ status: enum {placed|confirmed}
587
+
588
+ Role: Procurement Lead
589
+ - Supplier coordination
590
+ - Delivery tracking
591
+ - NOTE: In original process, execution
592
+ only. Expanded role in modified process.</text>
593
+ </textAnnotation>
594
+ <association id="assoc_ann_procurement" sourceRef="task_procurementExecution" targetRef="ann_procurementIO"/>
595
+
596
+ <!-- Step 5b: Factory Execution I/O -->
597
+ <textAnnotation id="ann_factoryIO">
598
+ <text>INPUT: Confirmed Plan
599
+ (production schedule, SKU sequence,
600
+ warehouse plan)
601
+ ---
602
+ OUTPUT: (side effects)
603
+ production_schedule: published
604
+ line_assignments: distributed
605
+ warehouse_rhythm: activated</text>
606
+ </textAnnotation>
607
+ <association id="assoc_ann_factory" sourceRef="task_factoryExecution" targetRef="ann_factoryIO"/>
608
+
609
+ </process>
610
+
611
+ <!-- ============================================================== -->
612
+ <!-- DIAGRAM LAYOUT -->
613
+ <!-- ============================================================== -->
614
+
615
+ <bpmndi:BPMNDiagram id="BPMNDiagram_original">
616
+ <bpmndi:BPMNPlane bpmnElement="monthlyProductionScheduling_original" id="BPMNPlane_original">
617
+
618
+ <!-- Lanes -->
619
+ <bpmndi:BPMNShape bpmnElement="lane_sales" id="shape_lane_sales">
620
+ <omgdc:Bounds x="200" y="0" width="1600" height="280"/>
621
+ </bpmndi:BPMNShape>
622
+ <bpmndi:BPMNShape bpmnElement="lane_production" id="shape_lane_production">
623
+ <omgdc:Bounds x="200" y="280" width="1600" height="380"/>
624
+ </bpmndi:BPMNShape>
625
+ <bpmndi:BPMNShape bpmnElement="lane_supplychain" id="shape_lane_supplychain">
626
+ <omgdc:Bounds x="200" y="660" width="1600" height="420"/>
627
+ </bpmndi:BPMNShape>
628
+ <bpmndi:BPMNShape bpmnElement="lane_procurement" id="shape_lane_procurement">
629
+ <omgdc:Bounds x="200" y="1080" width="1600" height="220"/>
630
+ </bpmndi:BPMNShape>
631
+ <bpmndi:BPMNShape bpmnElement="lane_factory" id="shape_lane_factory">
632
+ <omgdc:Bounds x="200" y="1300" width="1600" height="200"/>
633
+ </bpmndi:BPMNShape>
634
+
635
+ <!-- Start Event -->
636
+ <bpmndi:BPMNShape bpmnElement="startEvent" id="shape_startEvent">
637
+ <omgdc:Bounds x="280" y="100" width="36" height="36"/>
638
+ </bpmndi:BPMNShape>
639
+
640
+ <!-- Tasks -->
641
+ <bpmndi:BPMNShape bpmnElement="task_salesDemand" id="shape_task_salesDemand">
642
+ <omgdc:Bounds x="500" y="80" width="240" height="80"/>
643
+ </bpmndi:BPMNShape>
644
+ <bpmndi:BPMNShape bpmnElement="task_productionSchedule" id="shape_task_productionSchedule">
645
+ <omgdc:Bounds x="350" y="360" width="260" height="80"/>
646
+ </bpmndi:BPMNShape>
647
+ <bpmndi:BPMNShape bpmnElement="task_skuSequencing" id="shape_task_skuSequencing">
648
+ <omgdc:Bounds x="800" y="360" width="240" height="80"/>
649
+ </bpmndi:BPMNShape>
650
+ <bpmndi:BPMNShape bpmnElement="task_capacityConfirmation" id="shape_task_capacityConfirmation">
651
+ <omgdc:Bounds x="400" y="740" width="280" height="80"/>
652
+ </bpmndi:BPMNShape>
653
+ <bpmndi:BPMNShape bpmnElement="task_monthlyPlanConfirmation" id="shape_task_monthlyPlanConfirmation">
654
+ <omgdc:Bounds x="900" y="740" width="260" height="80"/>
655
+ </bpmndi:BPMNShape>
656
+
657
+ <!-- Parallel gateways -->
658
+ <bpmndi:BPMNShape bpmnElement="gw_parallel_split" id="shape_gw_parallel_split">
659
+ <omgdc:Bounds x="1010" y="890" width="40" height="40"/>
660
+ </bpmndi:BPMNShape>
661
+ <bpmndi:BPMNShape bpmnElement="gw_parallel_join" id="shape_gw_parallel_join">
662
+ <omgdc:Bounds x="1010" y="1370" width="40" height="40"/>
663
+ </bpmndi:BPMNShape>
664
+
665
+ <!-- Procurement and Factory tasks -->
666
+ <bpmndi:BPMNShape bpmnElement="task_procurementExecution" id="shape_task_procurementExecution">
667
+ <omgdc:Bounds x="700" y="1140" width="260" height="80"/>
668
+ </bpmndi:BPMNShape>
669
+ <bpmndi:BPMNShape bpmnElement="task_factoryExecution" id="shape_task_factoryExecution">
670
+ <omgdc:Bounds x="700" y="1350" width="260" height="80"/>
671
+ </bpmndi:BPMNShape>
672
+
673
+ <!-- End Event -->
674
+ <bpmndi:BPMNShape bpmnElement="endEvent" id="shape_endEvent">
675
+ <omgdc:Bounds x="1150" y="1372" width="36" height="36"/>
676
+ </bpmndi:BPMNShape>
677
+
678
+ <!-- Text Annotations -->
679
+ <bpmndi:BPMNShape bpmnElement="ann_assumption" id="shape_ann_assumption">
680
+ <omgdc:Bounds x="240" y="150" width="260" height="120"/>
681
+ </bpmndi:BPMNShape>
682
+ <bpmndi:BPMNShape bpmnElement="ann_orgHierarchy" id="shape_ann_orgHierarchy">
683
+ <omgdc:Bounds x="1300" y="10" width="250" height="90"/>
684
+ </bpmndi:BPMNShape>
685
+ <bpmndi:BPMNShape bpmnElement="ann_bizRules" id="shape_ann_bizRules">
686
+ <omgdc:Bounds x="1300" y="110" width="280" height="150"/>
687
+ </bpmndi:BPMNShape>
688
+ <bpmndi:BPMNShape bpmnElement="ann_salesIO" id="shape_ann_salesIO">
689
+ <omgdc:Bounds x="780" y="10" width="260" height="260"/>
690
+ </bpmndi:BPMNShape>
691
+ <bpmndi:BPMNShape bpmnElement="ann_prodIO" id="shape_ann_prodIO">
692
+ <omgdc:Bounds x="250" y="460" width="280" height="200"/>
693
+ </bpmndi:BPMNShape>
694
+ <bpmndi:BPMNShape bpmnElement="ann_skuIO" id="shape_ann_skuIO">
695
+ <omgdc:Bounds x="1080" y="300" width="300" height="330"/>
696
+ </bpmndi:BPMNShape>
697
+ <bpmndi:BPMNShape bpmnElement="ann_capIO" id="shape_ann_capIO">
698
+ <omgdc:Bounds x="240" y="840" width="300" height="400"/>
699
+ </bpmndi:BPMNShape>
700
+ <bpmndi:BPMNShape bpmnElement="ann_confirmIO" id="shape_ann_confirmIO">
701
+ <omgdc:Bounds x="1200" y="680" width="280" height="340"/>
702
+ </bpmndi:BPMNShape>
703
+ <bpmndi:BPMNShape bpmnElement="ann_procurementIO" id="shape_ann_procurementIO">
704
+ <omgdc:Bounds x="350" y="1100" width="300" height="200"/>
705
+ </bpmndi:BPMNShape>
706
+ <bpmndi:BPMNShape bpmnElement="ann_factoryIO" id="shape_ann_factoryIO">
707
+ <omgdc:Bounds x="350" y="1330" width="300" height="120"/>
708
+ </bpmndi:BPMNShape>
709
+
710
+ <!-- Sequence Flow Edges -->
711
+ <bpmndi:BPMNEdge bpmnElement="flow_start_to_sales" id="edge_flow1">
712
+ <omgdi:waypoint x="316" y="118"/>
713
+ <omgdi:waypoint x="500" y="118"/>
714
+ </bpmndi:BPMNEdge>
715
+ <bpmndi:BPMNEdge bpmnElement="flow_sales_to_production" id="edge_flow2">
716
+ <omgdi:waypoint x="620" y="160"/>
717
+ <omgdi:waypoint x="480" y="360"/>
718
+ </bpmndi:BPMNEdge>
719
+ <bpmndi:BPMNEdge bpmnElement="flow_production_to_sku" id="edge_flow3">
720
+ <omgdi:waypoint x="610" y="400"/>
721
+ <omgdi:waypoint x="800" y="400"/>
722
+ </bpmndi:BPMNEdge>
723
+ <bpmndi:BPMNEdge bpmnElement="flow_sku_to_capacity" id="edge_flow4">
724
+ <omgdi:waypoint x="920" y="440"/>
725
+ <omgdi:waypoint x="540" y="740"/>
726
+ </bpmndi:BPMNEdge>
727
+ <bpmndi:BPMNEdge bpmnElement="flow_capacity_to_confirm" id="edge_flow5">
728
+ <omgdi:waypoint x="680" y="780"/>
729
+ <omgdi:waypoint x="900" y="780"/>
730
+ </bpmndi:BPMNEdge>
731
+ <bpmndi:BPMNEdge bpmnElement="flow_confirm_to_parallel" id="edge_flow6">
732
+ <omgdi:waypoint x="1030" y="820"/>
733
+ <omgdi:waypoint x="1030" y="890"/>
734
+ </bpmndi:BPMNEdge>
735
+ <bpmndi:BPMNEdge bpmnElement="flow_parallel_to_procurement" id="edge_flow7">
736
+ <omgdi:waypoint x="1010" y="910"/>
737
+ <omgdi:waypoint x="960" y="1180"/>
738
+ </bpmndi:BPMNEdge>
739
+ <bpmndi:BPMNEdge bpmnElement="flow_parallel_to_factory" id="edge_flow8">
740
+ <omgdi:waypoint x="1030" y="930"/>
741
+ <omgdi:waypoint x="960" y="1390"/>
742
+ </bpmndi:BPMNEdge>
743
+ <bpmndi:BPMNEdge bpmnElement="flow_procurement_to_join" id="edge_flow9">
744
+ <omgdi:waypoint x="830" y="1220"/>
745
+ <omgdi:waypoint x="830" y="1290"/>
746
+ <omgdi:waypoint x="1010" y="1390"/>
747
+ </bpmndi:BPMNEdge>
748
+ <bpmndi:BPMNEdge bpmnElement="flow_factory_to_join" id="edge_flow10">
749
+ <omgdi:waypoint x="960" y="1390"/>
750
+ <omgdi:waypoint x="1010" y="1390"/>
751
+ </bpmndi:BPMNEdge>
752
+ <bpmndi:BPMNEdge bpmnElement="flow_join_to_end" id="edge_flow11">
753
+ <omgdi:waypoint x="1050" y="1390"/>
754
+ <omgdi:waypoint x="1150" y="1390"/>
755
+ </bpmndi:BPMNEdge>
756
+
757
+ <!-- Annotation Association Edges -->
758
+ <bpmndi:BPMNEdge bpmnElement="assoc_ann_assumption" id="edge_ann_assumption">
759
+ <omgdi:waypoint x="298" y="136"/>
760
+ <omgdi:waypoint x="310" y="150"/>
761
+ </bpmndi:BPMNEdge>
762
+ <bpmndi:BPMNEdge bpmnElement="assoc_ann_sales" id="edge_ann_sales">
763
+ <omgdi:waypoint x="740" y="110"/>
764
+ <omgdi:waypoint x="780" y="100"/>
765
+ </bpmndi:BPMNEdge>
766
+ <bpmndi:BPMNEdge bpmnElement="assoc_ann_prod" id="edge_ann_prod">
767
+ <omgdi:waypoint x="430" y="440"/>
768
+ <omgdi:waypoint x="390" y="460"/>
769
+ </bpmndi:BPMNEdge>
770
+ <bpmndi:BPMNEdge bpmnElement="assoc_ann_sku" id="edge_ann_sku">
771
+ <omgdi:waypoint x="1040" y="400"/>
772
+ <omgdi:waypoint x="1080" y="400"/>
773
+ </bpmndi:BPMNEdge>
774
+ <bpmndi:BPMNEdge bpmnElement="assoc_ann_cap" id="edge_ann_cap">
775
+ <omgdi:waypoint x="440" y="820"/>
776
+ <omgdi:waypoint x="400" y="840"/>
777
+ </bpmndi:BPMNEdge>
778
+ <bpmndi:BPMNEdge bpmnElement="assoc_ann_confirm" id="edge_ann_confirm">
779
+ <omgdi:waypoint x="1160" y="780"/>
780
+ <omgdi:waypoint x="1200" y="780"/>
781
+ </bpmndi:BPMNEdge>
782
+ <bpmndi:BPMNEdge bpmnElement="assoc_ann_procurement" id="edge_ann_procurement">
783
+ <omgdi:waypoint x="700" y="1180"/>
784
+ <omgdi:waypoint x="650" y="1180"/>
785
+ </bpmndi:BPMNEdge>
786
+ <bpmndi:BPMNEdge bpmnElement="assoc_ann_factory" id="edge_ann_factory">
787
+ <omgdi:waypoint x="700" y="1390"/>
788
+ <omgdi:waypoint x="650" y="1390"/>
789
+ </bpmndi:BPMNEdge>
790
+ </bpmndi:BPMNPlane>
791
+ </bpmndi:BPMNDiagram>
792
+
793
+ </definitions>
tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/original_process_diagram.png ADDED

Git LFS Details

  • SHA256: 048c79b7473b65804f9167fca2c378b4b1b1873143ae4830177e0e080c2ff566
  • Pointer size: 131 Bytes
  • Size of remote file: 382 kB
tasks/business_finance/bpmn_supply_disruption_l3/base/input/starter_project/test_scenarios_L3.json ADDED
@@ -0,0 +1,905 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "67 test scenarios for the L3 modified monthly production scheduling process (compound disruption: raw material shortage + quality hold). L3 adds cross-layer consistency, bounded loops, parallel data coupling, rationale traceability, cost tiering, and path sensitivity tests on top of the 54 L2 scenarios.",
3
+ "mapping_note": "The task keys and variable names in this file use abstract business terminology. Your modified BPMN process must define concrete task IDs and process variables. The test runner maps abstract outcomes to your process's actual variable names based on topological position in the flow graph.",
4
+ "flowable_api_base": "http://localhost:8080/flowable-task/process-api",
5
+ "process_definition_key": "monthlyProductionScheduling_modified_L3",
6
+ "variable_model": {
7
+ "description": "Decision variables are produced by tasks during execution, not at process start. Each task sets its output variables when completed. Gateway conditions reference these task-produced variables. The abstract outcome keys below correspond to topological positions in the process flow graph — the test runner resolves them to your concrete task IDs and variable names.",
8
+ "start_variables": "Only role assignee variables are set at process start."
9
+ },
10
+ "scenarios": [
11
+ {
12
+ "id": "S01",
13
+ "description": "Normal monthly scheduling cycle — no disruption, Grade A materials",
14
+ "task_outputs": {
15
+ "procurement_check_outcome": {"supply_status": "available"},
16
+ "quality_inspection_outcome": {"material_grade": "A"},
17
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
18
+ },
19
+ "expected_behavior": "Process completes through all standard steps including quality gate (Grade A passes automatically) and releases to execution normally"
20
+ },
21
+ {
22
+ "id": "S02",
23
+ "description": "Standard planning cycle — verify consistent normal path with quality gate",
24
+ "task_outputs": {
25
+ "procurement_check_outcome": {"supply_status": "available"},
26
+ "quality_inspection_outcome": {"material_grade": "A"},
27
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
28
+ },
29
+ "expected_behavior": "Same as S01 — quality inspection must still execute even when no supply risk"
30
+ },
31
+ {
32
+ "id": "S03",
33
+ "description": "Verify procurement check runs before capacity assessment",
34
+ "task_outputs": {
35
+ "procurement_check_outcome": {"supply_status": "available"},
36
+ "quality_inspection_outcome": {"material_grade": "A"},
37
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
38
+ },
39
+ "expected_behavior": "Procurement availability step must complete and produce its outcome before the risk routing evaluates"
40
+ },
41
+ {
42
+ "id": "S04",
43
+ "description": "Verify parallel execution pattern preserved for final plan release",
44
+ "task_outputs": {
45
+ "procurement_check_outcome": {"supply_status": "available"},
46
+ "quality_inspection_outcome": {"material_grade": "A"},
47
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
48
+ },
49
+ "expected_behavior": "Procurement execution and factory execution run in parallel after plan approval"
50
+ },
51
+ {
52
+ "id": "S05",
53
+ "description": "Supply disruption detected but resolved through operational sourcing, Grade A materials",
54
+ "task_outputs": {
55
+ "procurement_check_outcome": {"supply_status": "at_risk"},
56
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
57
+ "quality_inspection_outcome": {"material_grade": "A"},
58
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
59
+ },
60
+ "expected_behavior": "Exception handling triggered but resolved at operational level, quality passes, rejoins main flow"
61
+ },
62
+ {
63
+ "id": "S06",
64
+ "description": "Sourcing resolves within margin tolerance, Grade A quality",
65
+ "task_outputs": {
66
+ "procurement_check_outcome": {"supply_status": "at_risk"},
67
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
68
+ "quality_inspection_outcome": {"material_grade": "A"},
69
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
70
+ },
71
+ "expected_behavior": "Sourcing finds alternatives within margin, quality confirms Grade A, process completes normally"
72
+ },
73
+ {
74
+ "id": "S07",
75
+ "description": "Sourcing resolves, Grade A quality, capacity confirmed on first assessment",
76
+ "task_outputs": {
77
+ "procurement_check_outcome": {"supply_status": "at_risk"},
78
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
79
+ "quality_inspection_outcome": {"material_grade": "A"},
80
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
81
+ },
82
+ "expected_behavior": "After sourcing and quality, capacity confirmed, plan proceeds to approval"
83
+ },
84
+ {
85
+ "id": "S08",
86
+ "description": "Verify sourcing gateway routes correctly on success to quality gate",
87
+ "task_outputs": {
88
+ "procurement_check_outcome": {"supply_status": "at_risk"},
89
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
90
+ "quality_inspection_outcome": {"material_grade": "A"},
91
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
92
+ },
93
+ "expected_behavior": "Sourcing outcome routing leads to quality inspection, then capacity assessment"
94
+ },
95
+ {
96
+ "id": "S09",
97
+ "description": "Sourcing fails, mix adjusted, pre-validated, and accepted — full exception path",
98
+ "task_outputs": {
99
+ "procurement_check_outcome": {"supply_status": "at_risk"},
100
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
101
+ "quality_inspection_outcome": {"material_grade": "A"},
102
+ "mix_feasibility_outcome": {"validation_result": "passes"},
103
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
104
+ "channel_review_outcome": {"market_response": "accepted"},
105
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
106
+ },
107
+ "expected_behavior": "Full exception path: sourcing fails, quality passes on remaining materials, mix proposed, passes capacity pre-check, both reviewers approve, capacity re-confirms, plan completes"
108
+ },
109
+ {
110
+ "id": "S10",
111
+ "description": "Verify product mix adjustment assigned to management level",
112
+ "task_outputs": {
113
+ "procurement_check_outcome": {"supply_status": "at_risk"},
114
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
115
+ "quality_inspection_outcome": {"material_grade": "A"},
116
+ "mix_feasibility_outcome": {"validation_result": "passes"},
117
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
118
+ "channel_review_outcome": {"market_response": "accepted"},
119
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
120
+ },
121
+ "expected_behavior": "Product mix adjustment handled by management-level role"
122
+ },
123
+ {
124
+ "id": "S11",
125
+ "description": "Verify channel review assigned to management level",
126
+ "task_outputs": {
127
+ "procurement_check_outcome": {"supply_status": "at_risk"},
128
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
129
+ "quality_inspection_outcome": {"material_grade": "A"},
130
+ "mix_feasibility_outcome": {"validation_result": "passes"},
131
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
132
+ "channel_review_outcome": {"market_response": "accepted"},
133
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
134
+ },
135
+ "expected_behavior": "Channel review handled by management-level role"
136
+ },
137
+ {
138
+ "id": "S12",
139
+ "description": "Verify closed-loop routing after approval — back to capacity",
140
+ "task_outputs": {
141
+ "procurement_check_outcome": {"supply_status": "at_risk"},
142
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
143
+ "quality_inspection_outcome": {"material_grade": "A"},
144
+ "mix_feasibility_outcome": {"validation_result": "passes"},
145
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
146
+ "channel_review_outcome": {"market_response": "accepted"},
147
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
148
+ },
149
+ "expected_behavior": "After approval, process routes BACK to capacity assessment (closed-loop), not directly to plan finalization"
150
+ },
151
+ {
152
+ "id": "S13",
153
+ "description": "All alternatives exhausted — channel review rejects adjusted mix, escalation triggered",
154
+ "task_outputs": {
155
+ "procurement_check_outcome": {"supply_status": "at_risk"},
156
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
157
+ "quality_inspection_outcome": {"material_grade": "A"},
158
+ "mix_feasibility_outcome": {"validation_result": "passes"},
159
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
160
+ "channel_review_outcome": {"market_response": "rejected"}
161
+ },
162
+ "expected_behavior": "All operational paths fail, escalation triggered as last resort"
163
+ },
164
+ {
165
+ "id": "S14",
166
+ "description": "Verify escalation terminates at separate end event",
167
+ "task_outputs": {
168
+ "procurement_check_outcome": {"supply_status": "at_risk"},
169
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
170
+ "quality_inspection_outcome": {"material_grade": "A"},
171
+ "mix_feasibility_outcome": {"validation_result": "passes"},
172
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
173
+ "channel_review_outcome": {"market_response": "rejected"}
174
+ },
175
+ "expected_behavior": "Escalation ends at a different end event from normal completion"
176
+ },
177
+ {
178
+ "id": "S15",
179
+ "description": "Verify escalation is terminal — no routing back to adjustment",
180
+ "task_outputs": {
181
+ "procurement_check_outcome": {"supply_status": "at_risk"},
182
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
183
+ "quality_inspection_outcome": {"material_grade": "A"},
184
+ "mix_feasibility_outcome": {"validation_result": "passes"},
185
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
186
+ "channel_review_outcome": {"market_response": "rejected"}
187
+ },
188
+ "expected_behavior": "Escalation task followed by terminal end event, NOT capacity assessment"
189
+ },
190
+ {
191
+ "id": "S16",
192
+ "description": "Verify complete exception-to-escalation path order",
193
+ "task_outputs": {
194
+ "procurement_check_outcome": {"supply_status": "at_risk"},
195
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
196
+ "quality_inspection_outcome": {"material_grade": "A"},
197
+ "mix_feasibility_outcome": {"validation_result": "passes"},
198
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
199
+ "channel_review_outcome": {"market_response": "rejected"}
200
+ },
201
+ "expected_behavior": "Full path: procurement check → sourcing → quality → mix proposal → pre-check → parallel review → escalation"
202
+ },
203
+ {
204
+ "id": "S17",
205
+ "description": "No supply risk — quality gate still runs, Grade A passes",
206
+ "task_outputs": {
207
+ "procurement_check_outcome": {"supply_status": "available"},
208
+ "quality_inspection_outcome": {"material_grade": "A"},
209
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
210
+ },
211
+ "expected_behavior": "Quality inspection appears in activity history even with no supply risk. No sourcing, mix, pre-check, or review tasks."
212
+ },
213
+ {
214
+ "id": "S18",
215
+ "description": "Verify gateway conditions use variable expressions, not hardcoded",
216
+ "task_outputs": {
217
+ "procurement_check_outcome": {"supply_status": "at_risk"},
218
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
219
+ "quality_inspection_outcome": {"material_grade": "A"},
220
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
221
+ },
222
+ "expected_behavior": "BPMN XML conditions reference variables dynamically"
223
+ },
224
+ {
225
+ "id": "S19",
226
+ "description": "Verify both process definitions coexist",
227
+ "task_outputs": {},
228
+ "expected_behavior": "Both original and modified definitions in Flowable",
229
+ "is_deployment_check": true
230
+ },
231
+ {
232
+ "id": "S20",
233
+ "description": "Verify procurement check before quality inspection before capacity in BPMN structure",
234
+ "task_outputs": {},
235
+ "expected_behavior": "Flow graph: SKU sequencing → procurement check → [sourcing path] → quality inspection → capacity assessment",
236
+ "is_structural_check": true
237
+ },
238
+ {
239
+ "id": "S21",
240
+ "description": "Capacity needs revision, no supply risk, Grade A quality, mix adjusted and accepted",
241
+ "task_outputs": {
242
+ "procurement_check_outcome": {"supply_status": "available"},
243
+ "quality_inspection_outcome": {"material_grade": "A"},
244
+ "plan_assessment_outcome": [
245
+ {"assessment_result": "needs_revision"},
246
+ {"assessment_result": "feasible"}
247
+ ],
248
+ "mix_feasibility_outcome": {"validation_result": "passes"},
249
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
250
+ "channel_review_outcome": {"market_response": "accepted"}
251
+ },
252
+ "expected_behavior": "Capacity needs revision routes to mix adjustment path, pre-check passes, both reviewers approve, capacity re-confirms on 2nd pass"
253
+ },
254
+ {
255
+ "id": "S22",
256
+ "description": "Capacity needs revision, mix adjusted but channel review rejects — escalation",
257
+ "task_outputs": {
258
+ "procurement_check_outcome": {"supply_status": "available"},
259
+ "quality_inspection_outcome": {"material_grade": "A"},
260
+ "plan_assessment_outcome": {"assessment_result": "needs_revision"},
261
+ "mix_feasibility_outcome": {"validation_result": "passes"},
262
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
263
+ "channel_review_outcome": {"market_response": "rejected"}
264
+ },
265
+ "expected_behavior": "Capacity issues trigger adjustment, channel review rejects, escalation"
266
+ },
267
+ {
268
+ "id": "S23",
269
+ "description": "Supply risk resolved by sourcing, Grade A quality, but capacity needs revision",
270
+ "task_outputs": {
271
+ "procurement_check_outcome": {"supply_status": "at_risk"},
272
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
273
+ "quality_inspection_outcome": {"material_grade": "A"},
274
+ "plan_assessment_outcome": [
275
+ {"assessment_result": "needs_revision"},
276
+ {"assessment_result": "feasible"}
277
+ ],
278
+ "mix_feasibility_outcome": {"validation_result": "passes"},
279
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
280
+ "channel_review_outcome": {"market_response": "accepted"}
281
+ },
282
+ "expected_behavior": "Sourcing resolves risk, quality passes, capacity fails, mix adjusted, pre-check passes, both reviewers approve, capacity re-confirms"
283
+ },
284
+ {
285
+ "id": "S24",
286
+ "description": "Verify capacity verdict routing uses task-produced variables",
287
+ "task_outputs": {
288
+ "procurement_check_outcome": {"supply_status": "available"},
289
+ "quality_inspection_outcome": {"material_grade": "A"},
290
+ "plan_assessment_outcome": [
291
+ {"assessment_result": "needs_revision"},
292
+ {"assessment_result": "feasible"}
293
+ ],
294
+ "mix_feasibility_outcome": {"validation_result": "passes"},
295
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
296
+ "channel_review_outcome": {"market_response": "accepted"}
297
+ },
298
+ "expected_behavior": "Routing after capacity is driven by the assessment result produced by the capacity task"
299
+ },
300
+ {
301
+ "id": "S25",
302
+ "description": "Mix pre-check FAILS on first attempt — mix revised, pre-check passes on second attempt, reviewers approve",
303
+ "task_outputs": {
304
+ "procurement_check_outcome": {"supply_status": "at_risk"},
305
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
306
+ "quality_inspection_outcome": {"material_grade": "A"},
307
+ "mix_feasibility_outcome": [
308
+ {"validation_result": "fails"},
309
+ {"validation_result": "passes"}
310
+ ],
311
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
312
+ "channel_review_outcome": {"market_response": "accepted"},
313
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
314
+ },
315
+ "expected_behavior": "Mix proposed but fails pre-check. Director revises mix. Second pre-check passes. Both reviewers approve. Capacity re-confirms. Plan completes normally."
316
+ },
317
+ {
318
+ "id": "S26",
319
+ "description": "Mix pre-check FAILS — mix revised, pre-check passes, but channel review rejects — escalation",
320
+ "task_outputs": {
321
+ "procurement_check_outcome": {"supply_status": "at_risk"},
322
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
323
+ "quality_inspection_outcome": {"material_grade": "A"},
324
+ "mix_feasibility_outcome": [
325
+ {"validation_result": "fails"},
326
+ {"validation_result": "passes"}
327
+ ],
328
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
329
+ "channel_review_outcome": {"market_response": "rejected"}
330
+ },
331
+ "expected_behavior": "Mix fails pre-check, revised mix passes, but channel review rejects. Escalation triggered."
332
+ },
333
+ {
334
+ "id": "S27",
335
+ "description": "Capacity needs revision, mix pre-check FAILS then passes, full closed-loop",
336
+ "task_outputs": {
337
+ "procurement_check_outcome": {"supply_status": "available"},
338
+ "quality_inspection_outcome": {"material_grade": "A"},
339
+ "plan_assessment_outcome": [
340
+ {"assessment_result": "needs_revision"},
341
+ {"assessment_result": "feasible"}
342
+ ],
343
+ "mix_feasibility_outcome": [
344
+ {"validation_result": "fails"},
345
+ {"validation_result": "passes"}
346
+ ],
347
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
348
+ "channel_review_outcome": {"market_response": "accepted"}
349
+ },
350
+ "expected_behavior": "Capacity needs revision → mix proposed → pre-check fails → mix revised → pre-check passes → both reviewers approve → capacity re-confirms → plan completes"
351
+ },
352
+ {
353
+ "id": "S28",
354
+ "description": "Verify mix capacity pre-check task exists between mix adjustment and review",
355
+ "task_outputs": {
356
+ "procurement_check_outcome": {"supply_status": "at_risk"},
357
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
358
+ "quality_inspection_outcome": {"material_grade": "A"},
359
+ "mix_feasibility_outcome": {"validation_result": "passes"},
360
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
361
+ "channel_review_outcome": {"market_response": "accepted"},
362
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
363
+ },
364
+ "expected_behavior": "The mix capacity pre-check task must appear in activity history AFTER mix adjustment and BEFORE the parallel review tasks"
365
+ },
366
+ {
367
+ "id": "S29",
368
+ "description": "Dual trigger — both supply risk AND capacity needs revision simultaneously",
369
+ "task_outputs": {
370
+ "procurement_check_outcome": {"supply_status": "at_risk"},
371
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
372
+ "quality_inspection_outcome": {"material_grade": "A"},
373
+ "plan_assessment_outcome": [
374
+ {"assessment_result": "needs_revision"},
375
+ {"assessment_result": "feasible"}
376
+ ],
377
+ "mix_feasibility_outcome": {"validation_result": "passes"},
378
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
379
+ "channel_review_outcome": {"market_response": "accepted"}
380
+ },
381
+ "expected_behavior": "Both sourcing failure and capacity infeasibility exist. The adjustment merge must handle both trigger conditions converging into a single adjustment path without duplicating the mix proposal step. After approval and re-validation, plan completes."
382
+ },
383
+ {
384
+ "id": "S30",
385
+ "description": "Parallel approval — both directors accept the adjusted mix",
386
+ "task_outputs": {
387
+ "procurement_check_outcome": {"supply_status": "at_risk"},
388
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
389
+ "quality_inspection_outcome": {"material_grade": "A"},
390
+ "mix_feasibility_outcome": {"validation_result": "passes"},
391
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
392
+ "channel_review_outcome": {"market_response": "accepted"},
393
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
394
+ },
395
+ "expected_behavior": "Both independent reviewers approve. Process routes back to capacity assessment (closed-loop). Capacity confirms. Plan completes."
396
+ },
397
+ {
398
+ "id": "S31",
399
+ "description": "Parallel approval — SC director rejects, sales director accepts",
400
+ "task_outputs": {
401
+ "procurement_check_outcome": {"supply_status": "at_risk"},
402
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
403
+ "quality_inspection_outcome": {"material_grade": "A"},
404
+ "mix_feasibility_outcome": {"validation_result": "passes"},
405
+ "sc_director_review_outcome": {"feasibility_verdict": "rejected"},
406
+ "channel_review_outcome": {"market_response": "accepted"}
407
+ },
408
+ "expected_behavior": "SC director finds the mix operationally infeasible despite pre-check passing. Since both approvals are required and one rejected, escalation is triggered."
409
+ },
410
+ {
411
+ "id": "S32",
412
+ "description": "Parallel approval — SC director accepts, sales director rejects",
413
+ "task_outputs": {
414
+ "procurement_check_outcome": {"supply_status": "at_risk"},
415
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
416
+ "quality_inspection_outcome": {"material_grade": "A"},
417
+ "mix_feasibility_outcome": {"validation_result": "passes"},
418
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
419
+ "channel_review_outcome": {"market_response": "rejected"}
420
+ },
421
+ "expected_behavior": "Sales director determines channels won't accept the adjusted mix. Since both approvals are required and one rejected, escalation is triggered."
422
+ },
423
+ {
424
+ "id": "S33",
425
+ "description": "State-dependent routing — re-validation still needs revision after prior adjustment",
426
+ "task_outputs": {
427
+ "procurement_check_outcome": {"supply_status": "at_risk"},
428
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
429
+ "quality_inspection_outcome": {"material_grade": "A"},
430
+ "mix_feasibility_outcome": {"validation_result": "passes"},
431
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
432
+ "channel_review_outcome": {"market_response": "accepted"},
433
+ "revalidation_marker_outcome": {"revalidation_flag": "active"},
434
+ "plan_assessment_outcome": {"assessment_result": "needs_revision"}
435
+ },
436
+ "expected_behavior": "After mix approval, capacity re-validation still finds the plan needs revision. Because this is a re-validation (not first pass), the process must NOT route back to mix adjustment again. Instead, escalation is triggered to prevent infinite loops."
437
+ },
438
+ {
439
+ "id": "S34",
440
+ "description": "State-dependent routing — re-validation confirms after prior adjustment",
441
+ "task_outputs": {
442
+ "procurement_check_outcome": {"supply_status": "at_risk"},
443
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
444
+ "quality_inspection_outcome": {"material_grade": "A"},
445
+ "mix_feasibility_outcome": {"validation_result": "passes"},
446
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
447
+ "channel_review_outcome": {"market_response": "accepted"},
448
+ "revalidation_marker_outcome": {"revalidation_flag": "active"},
449
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
450
+ },
451
+ "expected_behavior": "After mix approval, capacity re-validation confirms the adjusted plan is feasible. Despite the revalidation flag being active, the feasible result means normal completion proceeds."
452
+ },
453
+ {
454
+ "id": "S35",
455
+ "description": "Supply risk resolved by sourcing, Grade A quality — verify quality gate runs after sourcing",
456
+ "task_outputs": {
457
+ "procurement_check_outcome": {"supply_status": "at_risk"},
458
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
459
+ "quality_inspection_outcome": {"material_grade": "A"},
460
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
461
+ },
462
+ "expected_behavior": "Quality inspection must appear in activity history AFTER sourcing resolution and BEFORE capacity assessment"
463
+ },
464
+ {
465
+ "id": "S36",
466
+ "description": "No supply risk, Grade A quality — verify quality gate runs even without supply disruption",
467
+ "task_outputs": {
468
+ "procurement_check_outcome": {"supply_status": "available"},
469
+ "quality_inspection_outcome": {"material_grade": "A"},
470
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
471
+ },
472
+ "expected_behavior": "Quality inspection task must appear in activity history even when procurement check shows no supply risk. Quality gating is mandatory regardless of supply status."
473
+ },
474
+ {
475
+ "id": "S37",
476
+ "description": "Verify quality inspection sits between sourcing resolution and capacity in BPMN structure",
477
+ "task_outputs": {},
478
+ "expected_behavior": "Flow graph: sourcing resolution → quality inspection → [quality grade gateway] → capacity assessment",
479
+ "is_structural_check": true
480
+ },
481
+ {
482
+ "id": "S38",
483
+ "description": "Supply risk, sourcing resolves, Grade B — waiver approved, capacity feasible",
484
+ "task_outputs": {
485
+ "procurement_check_outcome": {"supply_status": "at_risk"},
486
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
487
+ "quality_inspection_outcome": {"material_grade": "B"},
488
+ "quality_waiver_outcome": {"waiver_decision": "accepted"},
489
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
490
+ },
491
+ "expected_behavior": "Sourcing resolves, quality inspection finds Grade B. Both QA Lead and SC Lead approve waiver with product restrictions. Material restriction documented. Capacity confirms with restricted materials. Plan completes."
492
+ },
493
+ {
494
+ "id": "S39",
495
+ "description": "Grade B waiver — verify joint QA Lead + SC Lead approval required",
496
+ "task_outputs": {
497
+ "procurement_check_outcome": {"supply_status": "at_risk"},
498
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
499
+ "quality_inspection_outcome": {"material_grade": "B"},
500
+ "quality_waiver_outcome": {"waiver_decision": "accepted"},
501
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
502
+ },
503
+ "expected_behavior": "Quality waiver decision task must be assigned to both qualityAssuranceLead and supplyChainLead (joint approval). Single-assignee waiver does not satisfy Rule 12."
504
+ },
505
+ {
506
+ "id": "S40",
507
+ "description": "Grade B accepted — material restrictions propagate to constrained mix adjustment",
508
+ "task_outputs": {
509
+ "procurement_check_outcome": {"supply_status": "at_risk"},
510
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
511
+ "quality_inspection_outcome": {"material_grade": "B"},
512
+ "quality_waiver_outcome": {"waiver_decision": "accepted"},
513
+ "plan_assessment_outcome": {"assessment_result": "needs_revision"},
514
+ "mix_feasibility_outcome": {"validation_result": "passes"},
515
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
516
+ "channel_review_outcome": {"market_response": "accepted"}
517
+ },
518
+ "expected_behavior": "Grade B accepted with restrictions. Sourcing fails. Capacity needs revision. Mix adjustment must receive material restriction data as input. Both reviewers approve constrained mix. Capacity re-confirms."
519
+ },
520
+ {
521
+ "id": "S41",
522
+ "description": "Grade B waiver REJECTED — treated as sourcing failure",
523
+ "task_outputs": {
524
+ "procurement_check_outcome": {"supply_status": "at_risk"},
525
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
526
+ "quality_inspection_outcome": {"material_grade": "B"},
527
+ "quality_waiver_outcome": {"waiver_decision": "rejected"},
528
+ "mix_feasibility_outcome": {"validation_result": "passes"},
529
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
530
+ "channel_review_outcome": {"market_response": "accepted"},
531
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
532
+ },
533
+ "expected_behavior": "Sourcing appeared to resolve supply, but Grade B materials are rejected by waiver decision. This is equivalent to sourcing failure — routes to adjustment path. Mix adjusted, approved, capacity re-confirms."
534
+ },
535
+ {
536
+ "id": "S42",
537
+ "description": "Verify material restriction documentation task executes after Grade B waiver approval",
538
+ "task_outputs": {
539
+ "procurement_check_outcome": {"supply_status": "at_risk"},
540
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
541
+ "quality_inspection_outcome": {"material_grade": "B"},
542
+ "quality_waiver_outcome": {"waiver_decision": "accepted"},
543
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
544
+ },
545
+ "expected_behavior": "Material restriction documentation task must appear in activity history AFTER waiver approval and BEFORE capacity assessment. Restrictions must be documented before they can constrain planning."
546
+ },
547
+ {
548
+ "id": "S43",
549
+ "description": "Sourcing resolves, Grade C rejection — routes to adjustment path as sourcing failure",
550
+ "task_outputs": {
551
+ "procurement_check_outcome": {"supply_status": "at_risk"},
552
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
553
+ "quality_inspection_outcome": {"material_grade": "C"},
554
+ "mix_feasibility_outcome": {"validation_result": "passes"},
555
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
556
+ "channel_review_outcome": {"market_response": "accepted"},
557
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
558
+ },
559
+ "expected_behavior": "Sourcing appeared to resolve supply, but quality rejection (Grade C) nullifies the resolution. Routes to inclusive merge as quality rejection trigger. Mix adjusted, approved, capacity re-confirms."
560
+ },
561
+ {
562
+ "id": "S44",
563
+ "description": "Grade C rejection — verify routes to inclusive merge (3rd trigger path)",
564
+ "task_outputs": {
565
+ "procurement_check_outcome": {"supply_status": "at_risk"},
566
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
567
+ "quality_inspection_outcome": {"material_grade": "C"},
568
+ "mix_feasibility_outcome": {"validation_result": "passes"},
569
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
570
+ "channel_review_outcome": {"market_response": "rejected"}
571
+ },
572
+ "expected_behavior": "Grade C rejection must route to the same adjustment merge point as sourcing failure and capacity infeasibility. This is the 3rd trigger condition. Reviewers reject, escalation triggered."
573
+ },
574
+ {
575
+ "id": "S45",
576
+ "description": "Triple trigger — supply risk + Grade C rejection + capacity infeasibility simultaneously",
577
+ "task_outputs": {
578
+ "procurement_check_outcome": {"supply_status": "at_risk"},
579
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
580
+ "quality_inspection_outcome": {"material_grade": "C"},
581
+ "plan_assessment_outcome": [
582
+ {"assessment_result": "needs_revision"},
583
+ {"assessment_result": "feasible"}
584
+ ],
585
+ "mix_feasibility_outcome": {"validation_result": "passes"},
586
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
587
+ "channel_review_outcome": {"market_response": "accepted"}
588
+ },
589
+ "expected_behavior": "All three trigger conditions active: sourcing failure, quality rejection (Grade C), and capacity infeasibility. The inclusive merge must handle all three converging into a single adjustment path. Mix adjusted, approved, capacity re-confirms on 2nd pass."
590
+ },
591
+ {
592
+ "id": "S46",
593
+ "description": "Quality inspection exceeds time limit — timer fires, expedited decision accepts",
594
+ "task_outputs": {
595
+ "procurement_check_outcome": {"supply_status": "at_risk"},
596
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
597
+ "quality_inspection_timeout": true,
598
+ "expedited_quality_outcome": {"expedited_decision": "accept_provisional"},
599
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
600
+ },
601
+ "expected_behavior": "Quality inspection timer fires after 48h. Original inspection task cancelled (interrupting). Supply Chain Lead makes expedited decision to provisionally accept. Capacity confirms. Plan completes."
602
+ },
603
+ {
604
+ "id": "S47",
605
+ "description": "Timer fires — verify original inspection task is cancelled (interrupting boundary event)",
606
+ "task_outputs": {
607
+ "procurement_check_outcome": {"supply_status": "at_risk"},
608
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
609
+ "quality_inspection_timeout": true,
610
+ "expedited_quality_outcome": {"expedited_decision": "accept_provisional"},
611
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
612
+ },
613
+ "expected_behavior": "When timer fires, the quality inspection user task must be cancelled (not completed). The expedited decision task activates instead. Activity history should show inspection started but not completed, then expedited decision completed."
614
+ },
615
+ {
616
+ "id": "S48",
617
+ "description": "Timer fires, expedited decision rejects — routes to adjustment path",
618
+ "task_outputs": {
619
+ "procurement_check_outcome": {"supply_status": "at_risk"},
620
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
621
+ "quality_inspection_timeout": true,
622
+ "expedited_quality_outcome": {"expedited_decision": "reject"},
623
+ "mix_feasibility_outcome": {"validation_result": "passes"},
624
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
625
+ "channel_review_outcome": {"market_response": "accepted"},
626
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
627
+ },
628
+ "expected_behavior": "Timer fires, SC Lead rejects materials in expedited decision. This is equivalent to Grade C rejection — routes to adjustment path. Mix adjusted, approved, capacity re-confirms."
629
+ },
630
+ {
631
+ "id": "S49",
632
+ "description": "Alternative sourcing cost exceeds 15% — Finance Controller review required, approved",
633
+ "task_outputs": {
634
+ "procurement_check_outcome": {"supply_status": "at_risk"},
635
+ "sourcing_attempt_outcome": {"resolution_status": "resolved", "cost_variance_pct": 22},
636
+ "quality_inspection_outcome": {"material_grade": "A"},
637
+ "cost_variance_review_outcome": {"financial_approval": "approved"},
638
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
639
+ },
640
+ "expected_behavior": "Sourcing resolves but at 22% cost variance (>15% threshold). Finance Controller reviews and approves the cost impact. Quality passes Grade A. Capacity confirms. Plan completes."
641
+ },
642
+ {
643
+ "id": "S50",
644
+ "description": "Alternative sourcing cost within 15% — Finance Controller NOT invoked",
645
+ "task_outputs": {
646
+ "procurement_check_outcome": {"supply_status": "at_risk"},
647
+ "sourcing_attempt_outcome": {"resolution_status": "resolved", "cost_variance_pct": 8},
648
+ "quality_inspection_outcome": {"material_grade": "A"},
649
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
650
+ },
651
+ "expected_behavior": "Sourcing resolves at 8% cost variance (below 15% threshold). Finance Controller review task must NOT appear in activity history. Quality passes, capacity confirms, plan completes normally."
652
+ },
653
+ {
654
+ "id": "S51",
655
+ "description": "Finance Controller REJECTS cost variance — routes to mix adjustment",
656
+ "task_outputs": {
657
+ "procurement_check_outcome": {"supply_status": "at_risk"},
658
+ "sourcing_attempt_outcome": {"resolution_status": "resolved", "cost_variance_pct": 35},
659
+ "quality_inspection_outcome": {"material_grade": "A"},
660
+ "cost_variance_review_outcome": {"financial_approval": "rejected"},
661
+ "mix_feasibility_outcome": {"validation_result": "passes"},
662
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
663
+ "channel_review_outcome": {"market_response": "accepted"},
664
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
665
+ },
666
+ "expected_behavior": "Sourcing resolves but at 35% cost variance. Finance Controller rejects — the cost is unacceptable. This makes the sourcing effectively unresolved (cannot afford the materials). Routes to adjustment path. Mix adjusted, approved, capacity re-confirms."
667
+ },
668
+ {
669
+ "id": "S52",
670
+ "description": "Compound: supply risk + Grade B + cost variance + capacity infeasible",
671
+ "task_outputs": {
672
+ "procurement_check_outcome": {"supply_status": "at_risk"},
673
+ "sourcing_attempt_outcome": {"resolution_status": "resolved", "cost_variance_pct": 20},
674
+ "quality_inspection_outcome": {"material_grade": "B"},
675
+ "quality_waiver_outcome": {"waiver_decision": "accepted"},
676
+ "cost_variance_review_outcome": {"financial_approval": "approved"},
677
+ "plan_assessment_outcome": [
678
+ {"assessment_result": "needs_revision"},
679
+ {"assessment_result": "feasible"}
680
+ ],
681
+ "mix_feasibility_outcome": {"validation_result": "passes"},
682
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
683
+ "channel_review_outcome": {"market_response": "accepted"}
684
+ },
685
+ "expected_behavior": "Full compound path: supply risk detected, sourcing resolves but expensive (>15%), Grade B quality with waiver approved, Finance Controller approves cost, but capacity needs revision. Mix adjusted with material restrictions, pre-check passes, both reviewers approve, capacity re-confirms on 2nd pass."
686
+ },
687
+ {
688
+ "id": "S53",
689
+ "description": "Compound: supply risk + sourcing fails + Grade C quality + capacity needs revision",
690
+ "task_outputs": {
691
+ "procurement_check_outcome": {"supply_status": "at_risk"},
692
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
693
+ "quality_inspection_outcome": {"material_grade": "C"},
694
+ "plan_assessment_outcome": [
695
+ {"assessment_result": "needs_revision"},
696
+ {"assessment_result": "feasible"}
697
+ ],
698
+ "mix_feasibility_outcome": {"validation_result": "passes"},
699
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
700
+ "channel_review_outcome": {"market_response": "accepted"}
701
+ },
702
+ "expected_behavior": "Triple trigger: sourcing failure + Grade C rejection + capacity infeasibility. All three converge at inclusive merge. Single mix adjustment path handles all triggers. Mix adjusted, approved, capacity re-confirms."
703
+ },
704
+ {
705
+ "id": "S54",
706
+ "description": "Compound: Grade B with restrictions → constrained mix → pre-validation fails → revised → passes → parallel review → capacity re-validates",
707
+ "task_outputs": {
708
+ "procurement_check_outcome": {"supply_status": "at_risk"},
709
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
710
+ "quality_inspection_outcome": {"material_grade": "B"},
711
+ "quality_waiver_outcome": {"waiver_decision": "accepted"},
712
+ "mix_feasibility_outcome": [
713
+ {"validation_result": "fails"},
714
+ {"validation_result": "passes"}
715
+ ],
716
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
717
+ "channel_review_outcome": {"market_response": "accepted"},
718
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
719
+ },
720
+ "expected_behavior": "Sourcing fails, Grade B accepted with restrictions. Mix proposed but fails pre-validation (likely because initial mix violated material restrictions). Director revises mix within restrictions. Pre-validation passes. Both reviewers approve. Capacity re-confirms. Plan completes."
721
+ },
722
+ {
723
+ "id": "S55",
724
+ "description": "L3 path sensitivity — low risk + Grade A + low cost variance → normal flow completes",
725
+ "task_outputs": {
726
+ "procurement_check_outcome": {"supply_status": "available"},
727
+ "quality_inspection_outcome": {"material_grade": "A"},
728
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
729
+ },
730
+ "expected_behavior": "All conditions favorable: no supply risk, Grade A quality, capacity feasible. Process completes through normal path without triggering any exception, escalation, or financial review paths. No sourcing, waiver, cost review, mix adjustment, or escalation tasks appear in activity history.",
731
+ "l3_rule_refs": ["Rule 17", "Rule 21"]
732
+ },
733
+ {
734
+ "id": "S56",
735
+ "description": "L3 path sensitivity — high risk + Grade C + high cost variance → escalation flow",
736
+ "task_outputs": {
737
+ "procurement_check_outcome": {"supply_status": "at_risk"},
738
+ "sourcing_attempt_outcome": {"resolution_status": "resolved", "cost_variance_pct": 30},
739
+ "quality_inspection_outcome": {"material_grade": "C"},
740
+ "cost_variance_review_outcome": {"financial_approval": "rejected"},
741
+ "mix_feasibility_outcome": {"validation_result": "passes"},
742
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
743
+ "channel_review_outcome": {"market_response": "rejected"}
744
+ },
745
+ "expected_behavior": "All conditions adverse: supply at risk, Grade C rejection nullifies sourcing, cost variance at 30% exceeds both 15% and 25% thresholds. Finance Controller rejects cost. Grade C routes to adjustment. Mix proposed, SC director approves but Sales director rejects. Escalation triggered. Escalation task must appear in activity history. This validates that adverse inputs produce a fundamentally different execution path from S55.",
746
+ "l3_rule_refs": ["Rule 17", "Rule 21"]
747
+ },
748
+ {
749
+ "id": "S57",
750
+ "description": "L3 bounded loop — mix validation fails 3 times → exits to escalation (not infinite loop)",
751
+ "task_outputs": {
752
+ "procurement_check_outcome": {"supply_status": "at_risk"},
753
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
754
+ "quality_inspection_outcome": {"material_grade": "A"},
755
+ "mix_feasibility_outcome": [
756
+ {"validation_result": "fails"},
757
+ {"validation_result": "fails"},
758
+ {"validation_result": "fails"}
759
+ ]
760
+ },
761
+ "expected_behavior": "Mix proposed but fails pre-validation 3 consecutive times. The bounded loop counter reaches the maximum retry threshold. Instead of attempting a 4th revision, the process exits the loop and routes to escalation. The mix adjustment task must appear exactly 3 times in activity history, followed by the escalation task. No 4th mix adjustment iteration occurs.",
762
+ "l3_rule_refs": ["L3 bounded loop semantics"]
763
+ },
764
+ {
765
+ "id": "S58",
766
+ "description": "L3 parallel branch data — both director review branches produce output variables",
767
+ "task_outputs": {
768
+ "procurement_check_outcome": {"supply_status": "at_risk"},
769
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
770
+ "quality_inspection_outcome": {"material_grade": "A"},
771
+ "mix_feasibility_outcome": {"validation_result": "passes"},
772
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
773
+ "channel_review_outcome": {"market_response": "accepted"},
774
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
775
+ },
776
+ "expected_behavior": "After parallel split, both the Supply Chain Director review branch and the Sales Director review branch must produce their respective output variables (feasibility_verdict and market_response). After the parallel join, both variables must be accessible for downstream routing. The process instance variables must contain both feasibility_verdict and market_response after the join completes.",
777
+ "l3_rule_refs": ["L3 parallel branch data coupling"]
778
+ },
779
+ {
780
+ "id": "S59",
781
+ "description": "L3 cross-lane dependency — mix adjustment receives inputs from QA lane + procurement lane",
782
+ "task_outputs": {
783
+ "procurement_check_outcome": {"supply_status": "at_risk"},
784
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
785
+ "quality_inspection_outcome": {"material_grade": "B"},
786
+ "quality_waiver_outcome": {"waiver_decision": "accepted"},
787
+ "plan_assessment_outcome": {"assessment_result": "needs_revision"},
788
+ "mix_feasibility_outcome": {"validation_result": "passes"},
789
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
790
+ "channel_review_outcome": {"market_response": "accepted"}
791
+ },
792
+ "expected_behavior": "Mix adjustment task must consume data from at least two organizational lanes: (1) from the QA lane — material grade and product usage restrictions from the waiver decision, and (2) from the procurement lane — sourcing resolution status indicating unresolved supply. Process variables produced by quality waiver (material_restrictions) and sourcing attempt (resolution_status) must both be present in the process instance when the mix adjustment task activates. The mix adjustment task cannot operate without cross-lane input data.",
793
+ "l3_rule_refs": ["L3 cross-lane data dependencies", "Rule 18"]
794
+ },
795
+ {
796
+ "id": "S60",
797
+ "description": "L3 rationale check — waiver task produces justification variable",
798
+ "task_outputs": {
799
+ "procurement_check_outcome": {"supply_status": "at_risk"},
800
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
801
+ "quality_inspection_outcome": {"material_grade": "B"},
802
+ "quality_waiver_outcome": {"waiver_decision": "accepted", "waiver_rationale": "Supplier XYZ certified to ISO 22000; Grade B deviation limited to color index — no food safety impact. Restricted to concentrate and flavored lines only."},
803
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
804
+ },
805
+ "expected_behavior": "The waiver approval task must produce a rationale output variable (waiver_rationale or equivalent) documenting the justification for accepting Grade B materials. After the waiver task completes, the process instance must contain the rationale variable. A waiver completion without a rationale variable constitutes a Rule 22 violation.",
806
+ "l3_rule_refs": ["Rule 22"]
807
+ },
808
+ {
809
+ "id": "S61",
810
+ "description": "L3 rationale check — expedited quality task produces rationale variable",
811
+ "task_outputs": {
812
+ "procurement_check_outcome": {"supply_status": "at_risk"},
813
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
814
+ "quality_inspection_timeout": true,
815
+ "expedited_quality_outcome": {"expedited_decision": "accept_provisional", "expedited_rationale": "Supplier holds valid ISO 22000 certification. Visual inspection shows no anomalies. Provisional acceptance for standard product lines pending full lab results."},
816
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
817
+ },
818
+ "expected_behavior": "The expedited quality decision task must produce a rationale output variable (expedited_rationale or equivalent) documenting the basis for the expedited ruling. After the expedited decision task completes, the process instance must contain the rationale variable. An expedited decision without a rationale constitutes a Rule 22 violation.",
819
+ "l3_rule_refs": ["Rule 22"]
820
+ },
821
+ {
822
+ "id": "S62",
823
+ "description": "L3 rationale check — escalation task produces rationale variable",
824
+ "task_outputs": {
825
+ "procurement_check_outcome": {"supply_status": "at_risk"},
826
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
827
+ "quality_inspection_outcome": {"material_grade": "A"},
828
+ "mix_feasibility_outcome": {"validation_result": "passes"},
829
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
830
+ "channel_review_outcome": {"market_response": "rejected"},
831
+ "escalation_outcome": {"escalation_decision": "kpi_adjustment_required", "escalation_rationale": "All operational levers exhausted: sourcing failed, mix adjustment rejected by channels. Revenue target must be revised downward by 8% to reflect material constraints."}
832
+ },
833
+ "expected_behavior": "The executive escalation task must produce a rationale output variable (escalation_rationale or equivalent) documenting what operational alternatives were exhausted and why executive intervention is needed. After the escalation task completes, the process instance must contain the rationale variable. An escalation completion without a rationale constitutes a Rule 22 violation.",
834
+ "l3_rule_refs": ["Rule 22"]
835
+ },
836
+ {
837
+ "id": "S63",
838
+ "description": "L3 cost tiering — 20% variance triggers finance review but NOT executive escalation",
839
+ "task_outputs": {
840
+ "procurement_check_outcome": {"supply_status": "at_risk"},
841
+ "sourcing_attempt_outcome": {"resolution_status": "resolved", "cost_variance_pct": 20},
842
+ "quality_inspection_outcome": {"material_grade": "A"},
843
+ "cost_variance_review_outcome": {"financial_approval": "approved"},
844
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
845
+ },
846
+ "expected_behavior": "Sourcing resolves at 20% cost variance. This exceeds the 15% threshold (triggers Finance Controller review per Rule 16) but does NOT exceed the 25% threshold (no Executive escalation per Rule 21). Finance Controller reviews and approves. No executive escalation task appears in activity history. The cost variance gateway must use numeric comparison (cost_variance_pct > 15), not a boolean flag.",
847
+ "l3_rule_refs": ["Rule 16", "Rule 21"]
848
+ },
849
+ {
850
+ "id": "S64",
851
+ "description": "L3 cost tiering — 30% variance triggers BOTH finance review AND executive escalation",
852
+ "task_outputs": {
853
+ "procurement_check_outcome": {"supply_status": "at_risk"},
854
+ "sourcing_attempt_outcome": {"resolution_status": "resolved", "cost_variance_pct": 30},
855
+ "quality_inspection_outcome": {"material_grade": "A"},
856
+ "cost_variance_review_outcome": {"financial_approval": "approved"},
857
+ "executive_cost_escalation_outcome": {"executive_cost_decision": "approved_with_conditions"}
858
+ },
859
+ "expected_behavior": "Sourcing resolves at 30% cost variance. This exceeds BOTH the 15% threshold (Finance Controller review) AND the 25% threshold (Executive escalation per Rule 21). Finance Controller reviews first, then Executive escalation activates for the extreme variance. Both the Finance Controller review task AND the executive cost escalation task must appear in activity history. Gateway conditions must use numeric comparisons against both thresholds.",
860
+ "l3_rule_refs": ["Rule 21"]
861
+ },
862
+ {
863
+ "id": "S65",
864
+ "description": "L3 temporal constraint — timer fires → expedited decision reached within 2 steps",
865
+ "task_outputs": {
866
+ "procurement_check_outcome": {"supply_status": "at_risk"},
867
+ "sourcing_attempt_outcome": {"resolution_status": "resolved"},
868
+ "quality_inspection_timeout": true,
869
+ "expedited_quality_outcome": {"expedited_decision": "accept_provisional", "expedited_rationale": "Supplier certified; visual inspection satisfactory."}
870
+ },
871
+ "expected_behavior": "After the quality inspection timer fires (48h boundary event), the expedited quality decision task must be reached within 2 process steps. No intermediate user tasks are permitted between the timer event and the expedited decision task in the BPMN flow graph. The structural distance from the timer boundary event to the expedited decision task must be at most 2 sequence flows with no intervening user tasks.",
872
+ "is_structural_check": true,
873
+ "l3_rule_refs": ["Rule 19"]
874
+ },
875
+ {
876
+ "id": "S66",
877
+ "description": "L3 conflict resolution — high risk + expedited requested → blocked without waiver",
878
+ "task_outputs": {
879
+ "procurement_check_outcome": {"supply_status": "at_risk"},
880
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
881
+ "quality_inspection_timeout": true,
882
+ "expedited_quality_outcome": {"expedited_decision": "blocked_high_risk"}
883
+ },
884
+ "expected_behavior": "Supply risk is high (sourcing unresolved) and quality inspection timer fires. Per Rule 17, expedited processing is blocked when supplier risk is high and no executive waiver exists. The expedited quality decision must be blocked and the process must route to standard escalation instead of allowing provisional acceptance. The expedited decision task must produce a blocked outcome, and the process must reach escalation.",
885
+ "l3_rule_refs": ["Rule 17"]
886
+ },
887
+ {
888
+ "id": "S67",
889
+ "description": "L3 conflict resolution — high risk + expedited + executive waiver → allowed",
890
+ "task_outputs": {
891
+ "procurement_check_outcome": {"supply_status": "at_risk"},
892
+ "sourcing_attempt_outcome": {"resolution_status": "unresolved"},
893
+ "quality_inspection_timeout": true,
894
+ "executive_waiver_outcome": {"waiver_granted": true},
895
+ "expedited_quality_outcome": {"expedited_decision": "accept_provisional", "expedited_rationale": "Executive waiver granted due to critical production deadline. Materials accepted provisionally under executive authority."},
896
+ "mix_feasibility_outcome": {"validation_result": "passes"},
897
+ "sc_director_review_outcome": {"feasibility_verdict": "approved"},
898
+ "channel_review_outcome": {"market_response": "accepted"},
899
+ "plan_assessment_outcome": {"assessment_result": "feasible"}
900
+ },
901
+ "expected_behavior": "Supply risk is high (sourcing unresolved) and quality inspection timer fires. However, an executive waiver has been granted. Per Rule 17, expedited processing IS allowed when an executive waiver exists even under high supplier risk. The expedited quality decision accepts provisionally with rationale (per Rule 22). Process continues through mix adjustment, parallel review, and capacity re-confirmation to normal completion.",
902
+ "l3_rule_refs": ["Rule 17", "Rule 22"]
903
+ }
904
+ ]
905
+ }
tasks/business_finance/bpmn_supply_disruption_l3/base/input/task_prompt.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Task: Supply Chain BPMN Workflow Adaptation (L3 Hardened)
2
+
3
+ You are a supply chain BPM consultant responsible for redesigning LY Juice Company's monthly production scheduling workflow in Flowable BPMN 6.5.0.
4
+
5
+ This is the **L3 hardened assignment** with a compound disruption:
6
+ 1. raw material supply shortage,
7
+ 2. incoming material quality hold.
8
+
9
+ Your redesign must satisfy business, governance, cross-layer consistency, and escalation constraints while preserving original process anchors.
10
+
11
+ ## Your Goal
12
+
13
+ Produce a modified process that correctly handles the compound disruption and passes L3 runtime and evaluator checks.
14
+
15
+ ## Inputs You Must Use
16
+
17
+ | File | Purpose |
18
+ |------|---------|
19
+ | `starter_project/original_process.bpmn20.xml` | Original deployed process |
20
+ | `starter_project/disruption_scenario_L3.md` | Compound disruption context + L3 constraints |
21
+ | `starter_project/business_rules_L3.md` | Authoritative L3 rules (1..22, including 8a) |
22
+ | `starter_project/org_hierarchy.json` | Role authority and assignment constraints |
23
+ | `starter_project/test_scenarios_L3.json` | 67 L3 scenarios |
24
+ | `starter_project/docker-compose.yml` | Flowable runtime |
25
+
26
+ ## Authoritative Precedence
27
+
28
+ When sources disagree:
29
+ - `business_rules_L3.md` is authoritative for rule priority and constraints.
30
+ - `org_hierarchy.json` is authoritative for role/authority assignment.
31
+
32
+ ## Required BPMN Outcomes
33
+
34
+ Your modified process must:
35
+ - preserve all original elements and IDs,
36
+ - use process definition key **`monthlyProductionScheduling_modified_L3`**,
37
+ - implement supply risk routing, sourcing branch, quality inspection/grade handling, waiver logic, cost variance gate, parallel director review, state-dependent re-validation, bounded loop with counter, and terminal escalation,
38
+ - keep all new task nodes as `userTask` (no custom Java delegates),
39
+ - maintain typed `formProperty` data flow (`in_*` / `out_*`) for new tasks — every new task's `in_*` property must have a matching `out_*` producer on a **topological predecessor** in the BPMN sequence-flow graph (see "Evaluation Method" below),
40
+ - rejoin successful exception handling into the main flow (closed-loop),
41
+ - route last-resort escalation to a separate terminal end event,
42
+ - use variable-based gateway expressions (`${...}`) only,
43
+ - define default flows on new exclusive gateways,
44
+ - include `<documentation>` for each new user task,
45
+ - produce rationale/justification output on every manual override path (waiver, expedited decision, escalation).
46
+
47
+ ## Flowable Runtime Constraints
48
+
49
+ Flowable 6.5.0 evaluates EL expressions **strictly** — any undefined variable causes a runtime error, not a fallback. When designing your process:
50
+ - Every variable referenced in a gateway condition (`${varName == ...}`) must be guaranteed to exist as a process variable when that gateway is evaluated. If a variable is produced by a task on a conditional branch, you must ensure it has a default/initial value for paths that skip that branch.
51
+ - Role assignee expressions (e.g., `${qualityAssuranceLead}`) require the named variable to be set as a process variable before the task is instantiated.
52
+ - Default flows on exclusive gateways must **not** have condition expressions — they serve as the fallback when no conditional flow matches.
53
+ - Task completion variables (set via `formProperty` outputs) become process-scoped variables available to all downstream elements.
54
+
55
+ ## Phases
56
+
57
+ ### Phase 1: Requirements Analysis
58
+ Read all L3 input files and reconcile constraints into one coherent control-flow/data-flow design. Pay special attention to L3 additions: conflicting precedence rules, quantitative consistency, temporal constraints, and traceability obligations.
59
+
60
+ ### Phase 2: BPMN Redesign
61
+ Edit BPMN XML to satisfy all L3 structural, quality, and authority constraints.
62
+
63
+ ### Phase 3: Deployment
64
+ Deploy modified BPMN to Flowable. Keep original definition intact.
65
+
66
+ ### Phase 4: Runtime Testing (L3)
67
+ Validate the modified process against the staged scenario definitions in `starter_project/test_scenarios_L3.json`.
68
+
69
+ You may use local Python tooling or ad hoc scripts to drive the Flowable REST API, but keep the resulting `test_results.json` consistent with the BPMN you actually deployed.
70
+
71
+ ### Phase 5: Compliance Artifacts
72
+ Produce:
73
+ 1. `structural_changes.json` with top-level `modifications` map and keys `modification_1`..`modification_18`
74
+ 2. `business_rules_compliance.json` with top-level `rules` map and keys `rule_1`..`rule_22` (including `rule_8a`)
75
+
76
+ Compliance artifacts must be **consistent with the actual BPMN structure** — the evaluator cross-validates that documented rules match gateway conditions, threshold values, and data flow in the XML.
77
+
78
+ ## Evaluation Method
79
+
80
+ Your output is scored by a **static structural evaluator** that parses the BPMN XML directly — it does NOT re-run Flowable or replay your test scenarios. The evaluator checks six sections:
81
+
82
+ | Section | Weight | What it checks |
83
+ |---------|--------|---------------|
84
+ | A. Structural topology | 30% | Anchor-based detection of required elements (tasks, gateways, boundary events) and their connectivity via sequence-flow graph traversal |
85
+ | B. Test scenario results | 25% | Parses `test_results.json` and reads the `pass` boolean on each scenario entry |
86
+ | C. Compliance cross-validation | 15% | Compares `structural_changes.json` and `business_rules_compliance.json` against the actual BPMN XML (gateway condition values, threshold consistency, etc.) |
87
+ | D. Anti-gaming | 10% | Verifies gateway conditions use real variables (not hardcoded), different inputs produce different routing paths, and all new branches are exercised |
88
+ | E. Data flow | 10% | For each new task's `in_*` form property, traces the BPMN sequence-flow graph to verify a matching `out_*` producer exists on a topological predecessor |
89
+ | F. Role-data coupling | 10% | Verifies role assignments on new tasks match the org hierarchy and authority escalation rules |
90
+
91
+ **Scoring**: each section contributes `weight × (fraction of checks passed within that section)`. A perfect score is 1.0.
92
+
93
+ ### Data flow topology rule
94
+
95
+ Flowable process variables are globally scoped at runtime, but the evaluator enforces **topological producer-consumer chains**: a task's `in_*` variable must have a producer (`out_*`) on a task that is a graph predecessor via sequence flows. If task B consumes `in_foo`, there must be a task A with `out_foo` such that A is reachable from the start event and B is reachable from A by following sequence flows forward. Variables produced on conditional branches that may be skipped must still have topological predecessors — use convergence gateways or default values at the branching point so the evaluator can trace the chain.
96
+
97
+ ## Required Output Schemas
98
+
99
+ ### `test_results.json`
100
+
101
+ ```json
102
+ {
103
+ "process_definition_key": "monthlyProductionScheduling_modified_L3",
104
+ "total_scenarios": 67,
105
+ "scenarios": [
106
+ {
107
+ "scenario_id": "S01",
108
+ "description": "Normal monthly scheduling cycle — no disruption",
109
+ "pass": true,
110
+ "actual_path": ["startEvent", "task_salesDemand", "task_productionSchedule", "..."],
111
+ "ended": true,
112
+ "steps_executed": 9
113
+ }
114
+ ]
115
+ }
116
+ ```
117
+
118
+ Each scenario entry **must** include a boolean `"pass"` field. Use the top-level key `"scenarios"` for the array.
119
+
120
+ ### `structural_changes.json`
121
+
122
+ ```json
123
+ {
124
+ "description": "L3 structural modifications for compound disruption handling",
125
+ "modifications": {
126
+ "modification_1": {
127
+ "name": "Procurement Availability Confirmation",
128
+ "description": "New node inserted before capacity confirmation where Procurement Lead checks key material availability",
129
+ "elements": {
130
+ "node": "task_procurementAvailability",
131
+ "node_type": "userTask",
132
+ "assigned_to": "procurementLead",
133
+ "candidate_groups": "procurement",
134
+ "key_output_variable": "supplyRiskDetected",
135
+ "inserted_between": {"after": "task_skuSequencing", "before": "gw_supplyRisk"}
136
+ }
137
+ }
138
+ }
139
+ }
140
+ ```
141
+
142
+ Keys: `modification_1` through `modification_18`. Each must reference the actual BPMN node IDs and variables from your XML.
143
+
144
+ ### `business_rules_compliance.json`
145
+
146
+ ```json
147
+ {
148
+ "description": "L3 business rule compliance mapping",
149
+ "rules": {
150
+ "rule_1": {
151
+ "text": "Prioritize on-time delivery",
152
+ "priority": "Highest",
153
+ "enforced_by": [
154
+ {
155
+ "element": "task_capacityConfirmation",
156
+ "how": "Capacity confirmation checks production capacity availability"
157
+ }
158
+ ]
159
+ }
160
+ }
161
+ }
162
+ ```
163
+
164
+ Keys: `rule_1` through `rule_22` (including `rule_8a`). Each rule's `enforced_by` elements must reference actual BPMN node IDs.
165
+
166
+ ## Deliverables
167
+
168
+ Write these required files under `output/`:
169
+
170
+ 1. `modified_process.bpmn20.xml`
171
+ 2. `structural_changes.json`
172
+ 3. `business_rules_compliance.json`
173
+ 4. `test_results.json`
174
+
175
+ You may also write `deployment_log.json` as an optional diagnostic artifact, but it is not part of the scored output contract.
176
+
177
+ ## Important Notes
178
+
179
+ - Flowable REST API base URL: `http://localhost:8080/flowable-task/process-api/`
180
+ - Credentials: `admin` / `test`
181
+ - Set role assignee variables to `"admin"` for runtime testing (including L2/L3 roles like quality assurance lead and finance controller).
182
+ - Scenario outcomes use abstract business keys; your BPMN must use concrete process variables produced by task outputs.
183
+ - Gateway conditions that reference variables produced on conditional branches require those variables to have default/initial values to avoid runtime errors on alternative paths.
tasks/business_finance/digital_marketing_ab_test_analysis_1/base/input/active_experiment_customers.csv ADDED
@@ -0,0 +1,501 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ customer_id
2
+ CUST-006252
3
+ CUST-004684
4
+ CUST-001731
5
+ CUST-004742
6
+ CUST-004521
7
+ CUST-006340
8
+ CUST-000576
9
+ CUST-005202
10
+ CUST-006363
11
+ CUST-000439
12
+ CUST-002750
13
+ CUST-007487
14
+ CUST-005272
15
+ CUST-005653
16
+ CUST-003999
17
+ CUST-006033
18
+ CUST-000582
19
+ CUST-009930
20
+ CUST-007051
21
+ CUST-008158
22
+ CUST-009896
23
+ CUST-002249
24
+ CUST-004640
25
+ CUST-009485
26
+ CUST-004947
27
+ CUST-009920
28
+ CUST-001963
29
+ CUST-008243
30
+ CUST-006590
31
+ CUST-008847
32
+ CUST-000321
33
+ CUST-002678
34
+ CUST-004625
35
+ CUST-004949
36
+ CUST-008328
37
+ CUST-003337
38
+ CUST-005589
39
+ CUST-000251
40
+ CUST-003973
41
+ CUST-006630
42
+ CUST-005547
43
+ CUST-000035
44
+ CUST-008362
45
+ CUST-001513
46
+ CUST-009317
47
+ CUST-000039
48
+ CUST-004819
49
+ CUST-003465
50
+ CUST-001760
51
+ CUST-002304
52
+ CUST-003723
53
+ CUST-008284
54
+ CUST-004993
55
+ CUST-008127
56
+ CUST-003032
57
+ CUST-007938
58
+ CUST-003039
59
+ CUST-009655
60
+ CUST-002545
61
+ CUST-002592
62
+ CUST-001188
63
+ CUST-007966
64
+ CUST-006077
65
+ CUST-000107
66
+ CUST-001315
67
+ CUST-008187
68
+ CUST-002753
69
+ CUST-009753
70
+ CUST-006231
71
+ CUST-002876
72
+ CUST-005323
73
+ CUST-000799
74
+ CUST-003570
75
+ CUST-002894
76
+ CUST-002927
77
+ CUST-008178
78
+ CUST-000971
79
+ CUST-006687
80
+ CUST-008575
81
+ CUST-002020
82
+ CUST-009054
83
+ CUST-000952
84
+ CUST-005359
85
+ CUST-003857
86
+ CUST-005861
87
+ CUST-003145
88
+ CUST-003305
89
+ CUST-003006
90
+ CUST-009001
91
+ CUST-007770
92
+ CUST-007438
93
+ CUST-007942
94
+ CUST-009238
95
+ CUST-001056
96
+ CUST-003154
97
+ CUST-003787
98
+ CUST-009189
99
+ CUST-007825
100
+ CUST-007539
101
+ CUST-007231
102
+ CUST-000764
103
+ CUST-005019
104
+ CUST-004903
105
+ CUST-008093
106
+ CUST-006843
107
+ CUST-002165
108
+ CUST-001862
109
+ CUST-007850
110
+ CUST-009123
111
+ CUST-002340
112
+ CUST-005527
113
+ CUST-006743
114
+ CUST-004003
115
+ CUST-001123
116
+ CUST-008709
117
+ CUST-004049
118
+ CUST-007640
119
+ CUST-000765
120
+ CUST-002344
121
+ CUST-004071
122
+ CUST-007216
123
+ CUST-004216
124
+ CUST-007952
125
+ CUST-005970
126
+ CUST-003350
127
+ CUST-004695
128
+ CUST-003399
129
+ CUST-004081
130
+ CUST-009149
131
+ CUST-001224
132
+ CUST-006292
133
+ CUST-003122
134
+ CUST-000510
135
+ CUST-005794
136
+ CUST-008181
137
+ CUST-009417
138
+ CUST-000096
139
+ CUST-006681
140
+ CUST-001512
141
+ CUST-008791
142
+ CUST-000119
143
+ CUST-007791
144
+ CUST-006517
145
+ CUST-000033
146
+ CUST-007887
147
+ CUST-006830
148
+ CUST-005421
149
+ CUST-001068
150
+ CUST-001347
151
+ CUST-004747
152
+ CUST-006005
153
+ CUST-006039
154
+ CUST-003817
155
+ CUST-008446
156
+ CUST-005269
157
+ CUST-006897
158
+ CUST-005309
159
+ CUST-000031
160
+ CUST-005674
161
+ CUST-004386
162
+ CUST-000029
163
+ CUST-004202
164
+ CUST-007507
165
+ CUST-000735
166
+ CUST-002067
167
+ CUST-000106
168
+ CUST-009644
169
+ CUST-008894
170
+ CUST-008020
171
+ CUST-002232
172
+ CUST-000993
173
+ CUST-009412
174
+ CUST-007058
175
+ CUST-006789
176
+ CUST-000360
177
+ CUST-000304
178
+ CUST-002627
179
+ CUST-008965
180
+ CUST-004513
181
+ CUST-005910
182
+ CUST-008313
183
+ CUST-003100
184
+ CUST-005703
185
+ CUST-003898
186
+ CUST-005440
187
+ CUST-007930
188
+ CUST-000621
189
+ CUST-007235
190
+ CUST-002498
191
+ CUST-000713
192
+ CUST-008403
193
+ CUST-002855
194
+ CUST-004269
195
+ CUST-002908
196
+ CUST-008080
197
+ CUST-004516
198
+ CUST-001261
199
+ CUST-003160
200
+ CUST-000970
201
+ CUST-003912
202
+ CUST-005198
203
+ CUST-008846
204
+ CUST-000259
205
+ CUST-003790
206
+ CUST-009202
207
+ CUST-000487
208
+ CUST-007907
209
+ CUST-000518
210
+ CUST-008342
211
+ CUST-000311
212
+ CUST-003231
213
+ CUST-007932
214
+ CUST-007457
215
+ CUST-009783
216
+ CUST-005183
217
+ CUST-008076
218
+ CUST-006501
219
+ CUST-006790
220
+ CUST-007772
221
+ CUST-002737
222
+ CUST-007841
223
+ CUST-006261
224
+ CUST-008205
225
+ CUST-001247
226
+ CUST-009335
227
+ CUST-004194
228
+ CUST-008000
229
+ CUST-007377
230
+ CUST-003434
231
+ CUST-005381
232
+ CUST-000958
233
+ CUST-000416
234
+ CUST-005741
235
+ CUST-006727
236
+ CUST-004381
237
+ CUST-005196
238
+ CUST-001112
239
+ CUST-002688
240
+ CUST-006472
241
+ CUST-008819
242
+ CUST-007807
243
+ CUST-003410
244
+ CUST-000080
245
+ CUST-004613
246
+ CUST-001373
247
+ CUST-001509
248
+ CUST-006442
249
+ CUST-003070
250
+ CUST-003015
251
+ CUST-004822
252
+ CUST-007821
253
+ CUST-000092
254
+ CUST-009420
255
+ CUST-006599
256
+ CUST-004442
257
+ CUST-007601
258
+ CUST-003834
259
+ CUST-009701
260
+ CUST-004321
261
+ CUST-003393
262
+ CUST-004751
263
+ CUST-007228
264
+ CUST-009190
265
+ CUST-002360
266
+ CUST-001147
267
+ CUST-005665
268
+ CUST-008074
269
+ CUST-004942
270
+ CUST-003662
271
+ CUST-001562
272
+ CUST-004112
273
+ CUST-009049
274
+ CUST-009275
275
+ CUST-008537
276
+ CUST-000794
277
+ CUST-005853
278
+ CUST-007618
279
+ CUST-001593
280
+ CUST-007417
281
+ CUST-005266
282
+ CUST-007146
283
+ CUST-000088
284
+ CUST-008694
285
+ CUST-009731
286
+ CUST-009445
287
+ CUST-006753
288
+ CUST-003501
289
+ CUST-002233
290
+ CUST-002802
291
+ CUST-004423
292
+ CUST-005662
293
+ CUST-007169
294
+ CUST-008336
295
+ CUST-002147
296
+ CUST-007968
297
+ CUST-006550
298
+ CUST-007642
299
+ CUST-006163
300
+ CUST-001494
301
+ CUST-007695
302
+ CUST-007093
303
+ CUST-001408
304
+ CUST-006690
305
+ CUST-003400
306
+ CUST-000108
307
+ CUST-005635
308
+ CUST-008481
309
+ CUST-006603
310
+ CUST-001090
311
+ CUST-005559
312
+ CUST-009411
313
+ CUST-008142
314
+ CUST-008663
315
+ CUST-006595
316
+ CUST-000623
317
+ CUST-006870
318
+ CUST-004813
319
+ CUST-006552
320
+ CUST-007529
321
+ CUST-005795
322
+ CUST-007436
323
+ CUST-004217
324
+ CUST-005940
325
+ CUST-008500
326
+ CUST-006428
327
+ CUST-006826
328
+ CUST-004130
329
+ CUST-007801
330
+ CUST-007753
331
+ CUST-004721
332
+ CUST-001650
333
+ CUST-004140
334
+ CUST-001617
335
+ CUST-002029
336
+ CUST-008517
337
+ CUST-004575
338
+ CUST-003992
339
+ CUST-007376
340
+ CUST-006149
341
+ CUST-004908
342
+ CUST-005026
343
+ CUST-008260
344
+ CUST-004731
345
+ CUST-007548
346
+ CUST-008134
347
+ CUST-001606
348
+ CUST-004773
349
+ CUST-008109
350
+ CUST-006951
351
+ CUST-006004
352
+ CUST-007728
353
+ CUST-003541
354
+ CUST-000388
355
+ CUST-001794
356
+ CUST-008731
357
+ CUST-004919
358
+ CUST-005537
359
+ CUST-003872
360
+ CUST-008868
361
+ CUST-002254
362
+ CUST-003412
363
+ CUST-005459
364
+ CUST-004955
365
+ CUST-007396
366
+ CUST-005414
367
+ CUST-007399
368
+ CUST-007414
369
+ CUST-009100
370
+ CUST-004851
371
+ CUST-002025
372
+ CUST-002615
373
+ CUST-007388
374
+ CUST-002926
375
+ CUST-001121
376
+ CUST-002910
377
+ CUST-008146
378
+ CUST-007383
379
+ CUST-003482
380
+ CUST-000795
381
+ CUST-001575
382
+ CUST-006176
383
+ CUST-006266
384
+ CUST-002458
385
+ CUST-003312
386
+ CUST-001253
387
+ CUST-006834
388
+ CUST-008794
389
+ CUST-003837
390
+ CUST-004398
391
+ CUST-003595
392
+ CUST-006621
393
+ CUST-008382
394
+ CUST-002124
395
+ CUST-003238
396
+ CUST-005403
397
+ CUST-005998
398
+ CUST-005938
399
+ CUST-002045
400
+ CUST-001578
401
+ CUST-000014
402
+ CUST-002673
403
+ CUST-007016
404
+ CUST-008720
405
+ CUST-008849
406
+ CUST-004812
407
+ CUST-001084
408
+ CUST-004983
409
+ CUST-007155
410
+ CUST-002884
411
+ CUST-000333
412
+ CUST-007204
413
+ CUST-004367
414
+ CUST-003079
415
+ CUST-007203
416
+ CUST-009909
417
+ CUST-008864
418
+ CUST-000263
419
+ CUST-004337
420
+ CUST-008895
421
+ CUST-008447
422
+ CUST-005903
423
+ CUST-001498
424
+ CUST-004190
425
+ CUST-007485
426
+ CUST-009643
427
+ CUST-008310
428
+ CUST-007590
429
+ CUST-000500
430
+ CUST-009155
431
+ CUST-009414
432
+ CUST-003095
433
+ CUST-004631
434
+ CUST-000367
435
+ CUST-004058
436
+ CUST-008174
437
+ CUST-004630
438
+ CUST-006070
439
+ CUST-002664
440
+ CUST-001026
441
+ CUST-005908
442
+ CUST-005050
443
+ CUST-006328
444
+ CUST-009733
445
+ CUST-001691
446
+ CUST-000673
447
+ CUST-005572
448
+ CUST-005766
449
+ CUST-005156
450
+ CUST-000733
451
+ CUST-003526
452
+ CUST-000568
453
+ CUST-009187
454
+ CUST-002922
455
+ CUST-007911
456
+ CUST-001558
457
+ CUST-000101
458
+ CUST-003007
459
+ CUST-007201
460
+ CUST-000303
461
+ CUST-000076
462
+ CUST-006754
463
+ CUST-008629
464
+ CUST-001208
465
+ CUST-007742
466
+ CUST-008214
467
+ CUST-008944
468
+ CUST-008413
469
+ CUST-001775
470
+ CUST-003473
471
+ CUST-000483
472
+ CUST-002189
473
+ CUST-000346
474
+ CUST-005481
475
+ CUST-008361
476
+ CUST-001472
477
+ CUST-005100
478
+ CUST-006765
479
+ CUST-008706
480
+ CUST-004929
481
+ CUST-006329
482
+ CUST-002609
483
+ CUST-000003
484
+ CUST-002213
485
+ CUST-004827
486
+ CUST-000856
487
+ CUST-006977
488
+ CUST-005885
489
+ CUST-000624
490
+ CUST-000290
491
+ CUST-002018
492
+ CUST-000668
493
+ CUST-008921
494
+ CUST-008264
495
+ CUST-009696
496
+ CUST-001631
497
+ CUST-005170
498
+ CUST-007205
499
+ CUST-002522
500
+ CUST-002215
501
+ CUST-006968
tasks/business_finance/digital_marketing_ab_test_analysis_1/base/input/eligible_population.csv ADDED
The diff for this file is too large to render. See raw diff