Opus v0.3.1 Opus.Pipeline.Stage.Step

The step stage defines an operation which is considered successful unless it returns an error atom :error or tuple {:error, _}. It is also considered failed and halts the pipeline when it raises an unexpected exception.

Link to this section Summary

Link to this section Functions

Link to this function run(stage, input)

Callback implementation for Opus.Pipeline.Stage.run/2.