kestra-io / kestra

Infinitely scalable, event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
https://kestra.io
Apache License 2.0
7.58k stars 463 forks source link

add state save and delete to python and node package #579

Closed tchiotludo closed 2 weeks ago

tchiotludo commented 2 years ago

add a method Kestra.stateSave(data) & Kestra.deleteData() in order to interact directly with state store

priamai commented 2 years ago

Yes this will save a lot of boiler plate code to get and set the state from another task!

anna-geller commented 2 weeks ago

State Store will be deprecated and instead user can interact directly with state via KV Store API from anywhere, check https://kestra.io/docs/concepts/kv-store