1public class LeadForm : FormBase
2{
3 public string Email { get; set; }
4 public int Score { get; set; }
5
6 // Added by AI agent
7 [BPMStage("qualified")]
8 public override Task OnSave() => ...
9}
Add a BPM stage "qualified" with manager approval
Createrun Agent 4 stages wired · approve/reject pair on stage 3 ✓ validated · queued for review
Now package this version for distribution to customers
Createrun Agent Developer and Marketplace signatures applied · v1.2.0 ready to distribute