Expand description
combinator for sequential workflow execution.
Structsยง
- AndThen
- A layer that represents an
and_thenstep in the workflow. - AndThen
Service - The service implementation for the
AndThenstep. - AndThen
Step - The step implementation for the
AndThenlayer.