Commit 0050c2e
committed
api-stability: mark Eloquent-model-accepting contracts as @internal
`Workflow\V2\Contracts\OperatorObservabilityRepository` accepts `WorkflowRun`
and `WorkflowRunSummary` Eloquent instances, and
`Workflow\V2\Contracts\ScheduleWorkflowStarter` accepts `WorkflowSchedule`.
Neither is implementable without the workflow package's own model
hierarchy, so external/polyglot adapters cannot bind these contracts
directly. Mark both interfaces @internal and document the HTTP surfaces
(Waterline API, `/webhooks/...`, control plane routes) as the stable
cross-language path.
These are the two internal contracts called out in V2-API — tightening
their docblocks without breaking the existing PHP bindings in the server
(RemoteScheduleStarter, Waterline repository).
Closes #291.1 parent 4cc3d6b commit 0050c2e
2 files changed
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
11 | 23 | | |
12 | 24 | | |
13 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
| |||
0 commit comments