FlowableWorkflowClient implements IRegistratieVerlopenClient (acquire/complete the RegistratieVerlopen jobs) and CompleteDocumentWaitAsync (complete WachtOpDocumenten, best-effort). Wires the RegistratieVerlopenProcessor + hosted RegistratieVerlopenPump into the domain host and excludes the pump from mutation (like the other pumps). Fakes updated for the new IWorkflowClient member. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
364 B
JSON
18 lines
364 B
JSON
{
|
|
"stryker-config": {
|
|
"solution": "Big.slnx",
|
|
"test-projects": ["Big.Tests/Big.Tests.csproj"],
|
|
"reporters": ["progress", "html"],
|
|
"mutate": [
|
|
"!**/OpenZaakJobPump.cs",
|
|
"!**/BeoordelingEscalatiePump.cs",
|
|
"!**/RegistratieVerlopenPump.cs"
|
|
],
|
|
"thresholds": {
|
|
"high": 95,
|
|
"low": 90,
|
|
"break": 90
|
|
}
|
|
}
|
|
}
|