Class Delete

All Implemented Interfaces:
RunnableTask<Delete.Output>

@Example(title="Delete the default state for the current flow",code={"id: getState","type: io.kestra.core.tasks.states.Delete"},full=true) @Example(title="Delete the `myState` state for the current flow",code={"id: getState","type: io.kestra.core.tasks.states.Delete","name: myState"},full=true) public class Delete extends AbstractState implements RunnableTask<Delete.Output>