Delete a state from the state store.
yaml
type: "io.kestra.plugin.core.state.Delete"
Delete the default state for the current flow.
yaml
id: delete_state
type: io.kestra.plugin.core.state.Delete
Delete the myState
state for the current flow.
yaml
id: delete_state
type: io.kestra.plugin.core.state.Delete
name: myState
Dynamic
YES
Default
false
Raise an error if the state is not found.
Dynamic
YES
Default
default
The name of the state file.
Dynamic
YES
Default
false
Share state for the current namespace.
By default, the state is isolated by namespace and flow, setting to true
will allow to share the state between the same namespace
Dynamic
YES
Default
true
Isolate the state with taskrun.value
.
By default, the state will be isolated with taskrun.value
(during iteration with each). Setting to false
will allow using the same state for every run of the iteration.
Whether the state file was deleted.