Class Get

All Implemented Interfaces:
RunnableTask<Get.Output>

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