Uses of Interface
dyntabs.ai.flow.FlowStep
Packages that use FlowStep
-
Uses of FlowStep in dyntabs.ai
Methods in dyntabs.ai with parameters of type FlowStepModifier and TypeMethodDescriptionAttaches a fallback alternative to the most recently added step: if that step's primary work throws, this alternative is tried instead (and furtherorElsecalls chain more alternatives, tried in order until one succeeds).Appends a named step to the pipeline.FlowBuilder.stepIf(String name, Predicate<FlowContext> condition, FlowStep<?> step) Appends a step that runs only if the given condition holds at that point in the flow; otherwise the step is skipped entirely (it stores no result, soctx.has(name)staysfalsefor later steps).