v0.2.0 beta
- Allow the developer to define
defineFailResult
forOrchestrator
and use it to return the result whenOrchestrator
fails to execute. - adjust the
definition()
ofOrchestrator
from an abstract method to a normal method, which will throw an error if the developer does not override it. - adjust
getStepAction()
ofStep
class, now it will return eithernull
orAction
type.