Method Build
Build(IWorkflowBuilder<TData>)
Declares the shape of the workflow.
void Build(IWorkflowBuilder<TData> flow)
Parameters
flowIWorkflowBuilder<TData>
Remarks
Called once at registration rather than per instance, and the result is compiled and validated there — so a malformed graph fails at startup instead of when an instance first reaches the bad part. It describes structure only: no activity code runs here, and the builder is recording what the steps are and how they connect.