Uses of Class
dyntabs.ai.flow.FlowContext
Packages that use FlowContext
-
Uses of FlowContext in dyntabs.ai
Methods in dyntabs.ai that return FlowContextModifier and TypeMethodDescriptionRuns every step once, in registration order, threading a typedFlowContextthrough them, and returns the final context snapshot.Method parameters in dyntabs.ai with type arguments of type FlowContextModifier and TypeMethodDescriptionFlowBuilder.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). -
Uses of FlowContext in dyntabs.ai.flow
Methods in dyntabs.ai.flow with parameters of type FlowContextModifier and TypeMethodDescriptionFlowStep.run(FlowContext ctx) Runs this step against the flow's shared context.