flow() API Flow builder, workflow graph, and mermaid APIs. java api api/flow packages/java/axir-api.json api flow() API

flow() API

Flow builder, workflow graph, execution plan, and mermaid APIs.

Most Used

Ax.flow

Create an AxFlow program graph or compile the portable Mermaid shorthand.

FieldValue
Kindfunction
Ax conceptflow
API sectionFlow
FormAx.flow(options) / Ax.flow(mermaid, bindings)
ReturnsAxFlow

Important Options

  • nodes
  • execute mappers
  • conditions
  • cache
  • returns
  • Mermaid roundtrip

Examples

Java
AxFlow wf = Ax.flow(Map.of());

Full reference

AxFlow

Workflow graph with Core-owned planning, cache keys, state merge, child aggregation, optimization, and returns projection.

FieldValue
Kindtype
Ax conceptAxFlow
API sectionFlow
Formnew AxFlow(optionsOrMermaid, bindings)
Returnsflow program

Important Options

  • steps
  • state
  • parallel groups
  • returns

Full reference

Full Reference

Open the full Java reference. This page highlights the flow symbols most relevant to everyday use.

Docs