Get a state from the state store (Deprecated, use KV store instead).
type: "io.kestra.plugin.core.state.get"Get the default state file for the current flow.
id: get_state
type: io.kestra.plugin.core.state.GetGet the myState state for the current flow.
id: get_state
type: io.kestra.plugin.core.state.Get
name: myStateNOfalseRaise an error if the state file is not found.
YESdefaultThe name of the state file
NOfalseShare state for the current namespace.
By default, the state is isolated by namespace and flow, setting to true will share the state between the same namespace
NOtrueIsolate the state with taskrun.value.
By default, the state will be isolated with taskrun.value (during iteration with each). Setting to false will use the same state for every run of the iteration.
0The count of properties found in the state
The data extracted from the state