- All Implemented Interfaces:
io.kestra.core.models.tasks.Output
public class ScriptOutput
extends Object
implements io.kestra.core.models.tasks.Output
-
Constructor Summary
Constructors
-
Method Summary
Optional<io.kestra.core.models.flows.State.Type>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.kestra.core.models.tasks.Output
toMap, toMap
-
Constructor Details
-
ScriptOutput
public ScriptOutput()
-
Method Details
-
finalState
public Optional<io.kestra.core.models.flows.State.Type> finalState()
- Specified by:
finalState in interface io.kestra.core.models.tasks.Output