Workflows process IngestDocuments during ingestion, and also process QueryRequests and SearchDocuments during querying.
Workflows are chains of components.
Most components are customized instances of transformers and routers, which are Java classes.
See the Workflow Configuration page for instruction on customizing AIE's workflows.
See the Component Configuration page for instruction on configuring customized components.