Class Set

All Implemented Interfaces:
RunnableTask<Set.Output>

@Example(title="Set the default state for the current flow",code={"id: setState","type: io.kestra.core.tasks.states.Set","data:"," \'{{ inputs.store }}\': \'{{ outputs.download.md5 }}\'"},full=true) @Example(title="Set the `myState` state for the current flow",code={"id: setState","type: io.kestra.core.tasks.states.Set","name: myState","data:"," \'{{ inputs.store }}\': \'{{ outputs.download.md5 }}\'"},full=true) public class Set extends AbstractState implements RunnableTask<Set.Output>