st2 icon indicating copy to clipboard operation
st2 copied to clipboard

DRAFT: with items persistent storage and speed improvements

Open guzzijones opened this issue 5 months ago • 0 comments

Testing out persistent storage for faster with items.

  1. When creating task executions for itemized tasks separate state records for each item
  2. Task execution records now contain minimal metadata rather than full context for all items
  3. Individual item states are updated independently, avoiding the need to load/modify the entire context
  4. Results are aggregated only when needed (when determining final task status)

guzzijones avatar Sep 08 '25 19:09 guzzijones