Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:30 +08:00
commit 484fdd0c02
27 changed files with 6103 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Multi Action Design Checklist
- [ ] Confirm use-case needs sequencing across models/versions; partial success acceptable.
- [ ] Steps chosen: data action / version publish / predictive / data import / API / PaPM / data locking.
- [ ] Parameters defined (including cross-model) and mapped to each step; defaults provided.
- [ ] Publishing behavior set (fail vs ignore warnings) per step; planning area option reviewed.
- [ ] Background execution allowed; users notified of version lock window and refresh need.
- [ ] Slicing strategy for long runs (filters, smaller steps) to avoid timeouts.
- [ ] Scheduled? Add calendar task with recurrence/time zone + dependencies.
- [ ] Job monitor path documented for operators; fallback manual steps noted.