Packages

Shared workflow runtime — stepwise, FSM, and flow engines with ALF pipelines

Current section

Files

Jump to
workflow_stem lib workflow_stem components stepwise_context_merge.ex
Raw

lib/workflow_stem/components/stepwise_context_merge.ex

defmodule WorkflowStem.Components.StepwiseContextMerge do
@moduledoc """
Re-exports `Mobus.Stepwise.Components.StepwiseContextMerge` under the
workflow_stem namespace.
See `Mobus.Stepwise.Components.StepwiseContextMerge` for full
documentation.
"""
defdelegate call(event, opts), to: Mobus.Stepwise.Components.StepwiseContextMerge
end