st2
st2 copied to clipboard
DRAFT: with items persistent storage and speed improvements
Testing out persistent storage for faster with items.
- When creating task executions for itemized tasks separate state records for each item
- Task execution records now contain minimal metadata rather than full context for all items
- Individual item states are updated independently, avoiding the need to load/modify the entire context
- Results are aggregated only when needed (when determining final task status)