Class AllowFailure

All Implemented Interfaces:
FlowableTask<VoidOutput>

@Plugin(examples=@Example(full=true,code={"id: allow-failure","namespace: io.kestra.tests","","tasks:"," - id: sequential"," type: io.kestra.core.tasks.flows.AllowFailure"," tasks:"," - id: ko"," type: io.kestra.plugin.scripts.shell.Commands"," commands:"," - \'exit 1\'"," - id: last"," type: io.kestra.core.tasks.debugs.Return"," format: \"{{task.id}} > {{taskrun.startDate}}\""})) public class AllowFailure extends Sequential implements FlowableTask<VoidOutput>