Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Add limited support for aggregate, do, try steps

Compare
Choose a tag to compare
@ari-becker ari-becker released this 19 Mar 12:29
· 25 commits to master since this release

v0.3.0 adds limited support for aggregate, do, and try steps. Jobs and step hooks (e.g. on_success) now take a StepBox, which is a union type over aggregate, do, try, get, task, and put. This permits support for common usecases such as parallel resource fetching, but does not permit arrangements like an aggregate step with a list of try steps.