Skip to content

v0.2.0 beta

Compare
Choose a tag to compare
@monkenWu monkenWu released this 17 Sep 15:47
· 18 commits to main since this release
8bea6a6
  1. Allow the developer to define defineFailResult for Orchestrator and use it to return the result when Orchestrator fails to execute.
  2. adjust the definition() of Orchestrator from an abstract method to a normal method, which will throw an error if the developer does not override it.
  3. adjust getStepAction() of Step class, now it will return either null or Action type.