@ancplua/qyl-api-schema 5.1.0 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/workflow.tsp +85 -9
- package/generated/json-schema/qyl-api-schema.json +379 -31
- package/generated/openapi/qyl.openapi.json +641 -39
- package/generated/ts-runtime/api.d.ts +95 -24
- package/generated/ts-runtime/api.js +11 -1
- package/models/mcp-tools.tsp +15 -9
- package/models/workflow.tsp +99 -17
- package/package.json +1 -1
|
@@ -1687,6 +1687,32 @@
|
|
|
1687
1687
|
}
|
|
1688
1688
|
}
|
|
1689
1689
|
},
|
|
1690
|
+
"410": {
|
|
1691
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
1692
|
+
"headers": {
|
|
1693
|
+
"X-Trace-Id": {
|
|
1694
|
+
"required": false,
|
|
1695
|
+
"description": "Trace ID for correlation",
|
|
1696
|
+
"schema": {
|
|
1697
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
1698
|
+
}
|
|
1699
|
+
},
|
|
1700
|
+
"X-Request-Id": {
|
|
1701
|
+
"required": false,
|
|
1702
|
+
"description": "Request ID for support",
|
|
1703
|
+
"schema": {
|
|
1704
|
+
"type": "string"
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
},
|
|
1708
|
+
"content": {
|
|
1709
|
+
"application/problem+json": {
|
|
1710
|
+
"schema": {
|
|
1711
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
1712
|
+
}
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
},
|
|
1690
1716
|
"500": {
|
|
1691
1717
|
"description": "Internal server error (500)",
|
|
1692
1718
|
"headers": {
|
|
@@ -1799,8 +1825,9 @@
|
|
|
1799
1825
|
"name": "cursor",
|
|
1800
1826
|
"in": "query",
|
|
1801
1827
|
"required": false,
|
|
1828
|
+
"description": "Opaque continuation scoped to the project and status filter. Reuse it unchanged from next_cursor; do not parse, construct, or modify it.",
|
|
1802
1829
|
"schema": {
|
|
1803
|
-
"
|
|
1830
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunCursor"
|
|
1804
1831
|
},
|
|
1805
1832
|
"explode": false
|
|
1806
1833
|
}
|
|
@@ -2032,6 +2059,32 @@
|
|
|
2032
2059
|
}
|
|
2033
2060
|
}
|
|
2034
2061
|
},
|
|
2062
|
+
"410": {
|
|
2063
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
2064
|
+
"headers": {
|
|
2065
|
+
"X-Trace-Id": {
|
|
2066
|
+
"required": false,
|
|
2067
|
+
"description": "Trace ID for correlation",
|
|
2068
|
+
"schema": {
|
|
2069
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
"X-Request-Id": {
|
|
2073
|
+
"required": false,
|
|
2074
|
+
"description": "Request ID for support",
|
|
2075
|
+
"schema": {
|
|
2076
|
+
"type": "string"
|
|
2077
|
+
}
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
"content": {
|
|
2081
|
+
"application/problem+json": {
|
|
2082
|
+
"schema": {
|
|
2083
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
},
|
|
2035
2088
|
"500": {
|
|
2036
2089
|
"description": "Internal server error (500)",
|
|
2037
2090
|
"headers": {
|
|
@@ -2241,6 +2294,32 @@
|
|
|
2241
2294
|
}
|
|
2242
2295
|
}
|
|
2243
2296
|
},
|
|
2297
|
+
"410": {
|
|
2298
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
2299
|
+
"headers": {
|
|
2300
|
+
"X-Trace-Id": {
|
|
2301
|
+
"required": false,
|
|
2302
|
+
"description": "Trace ID for correlation",
|
|
2303
|
+
"schema": {
|
|
2304
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
"X-Request-Id": {
|
|
2308
|
+
"required": false,
|
|
2309
|
+
"description": "Request ID for support",
|
|
2310
|
+
"schema": {
|
|
2311
|
+
"type": "string"
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
"content": {
|
|
2316
|
+
"application/problem+json": {
|
|
2317
|
+
"schema": {
|
|
2318
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2244
2323
|
"500": {
|
|
2245
2324
|
"description": "Internal server error (500)",
|
|
2246
2325
|
"headers": {
|
|
@@ -2467,6 +2546,32 @@
|
|
|
2467
2546
|
}
|
|
2468
2547
|
}
|
|
2469
2548
|
},
|
|
2549
|
+
"410": {
|
|
2550
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
2551
|
+
"headers": {
|
|
2552
|
+
"X-Trace-Id": {
|
|
2553
|
+
"required": false,
|
|
2554
|
+
"description": "Trace ID for correlation",
|
|
2555
|
+
"schema": {
|
|
2556
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
2557
|
+
}
|
|
2558
|
+
},
|
|
2559
|
+
"X-Request-Id": {
|
|
2560
|
+
"required": false,
|
|
2561
|
+
"description": "Request ID for support",
|
|
2562
|
+
"schema": {
|
|
2563
|
+
"type": "string"
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
"content": {
|
|
2568
|
+
"application/problem+json": {
|
|
2569
|
+
"schema": {
|
|
2570
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
2571
|
+
}
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2470
2575
|
"500": {
|
|
2471
2576
|
"description": "Internal server error (500)",
|
|
2472
2577
|
"headers": {
|
|
@@ -2684,6 +2789,32 @@
|
|
|
2684
2789
|
}
|
|
2685
2790
|
}
|
|
2686
2791
|
},
|
|
2792
|
+
"410": {
|
|
2793
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
2794
|
+
"headers": {
|
|
2795
|
+
"X-Trace-Id": {
|
|
2796
|
+
"required": false,
|
|
2797
|
+
"description": "Trace ID for correlation",
|
|
2798
|
+
"schema": {
|
|
2799
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2802
|
+
"X-Request-Id": {
|
|
2803
|
+
"required": false,
|
|
2804
|
+
"description": "Request ID for support",
|
|
2805
|
+
"schema": {
|
|
2806
|
+
"type": "string"
|
|
2807
|
+
}
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
2810
|
+
"content": {
|
|
2811
|
+
"application/problem+json": {
|
|
2812
|
+
"schema": {
|
|
2813
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
2814
|
+
}
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2687
2818
|
"500": {
|
|
2688
2819
|
"description": "Internal server error (500)",
|
|
2689
2820
|
"headers": {
|
|
@@ -2859,6 +2990,32 @@
|
|
|
2859
2990
|
}
|
|
2860
2991
|
}
|
|
2861
2992
|
},
|
|
2993
|
+
"410": {
|
|
2994
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
2995
|
+
"headers": {
|
|
2996
|
+
"X-Trace-Id": {
|
|
2997
|
+
"required": false,
|
|
2998
|
+
"description": "Trace ID for correlation",
|
|
2999
|
+
"schema": {
|
|
3000
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
"X-Request-Id": {
|
|
3004
|
+
"required": false,
|
|
3005
|
+
"description": "Request ID for support",
|
|
3006
|
+
"schema": {
|
|
3007
|
+
"type": "string"
|
|
3008
|
+
}
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
3011
|
+
"content": {
|
|
3012
|
+
"application/problem+json": {
|
|
3013
|
+
"schema": {
|
|
3014
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
3015
|
+
}
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
2862
3019
|
"500": {
|
|
2863
3020
|
"description": "Internal server error (500)",
|
|
2864
3021
|
"headers": {
|
|
@@ -3068,6 +3225,32 @@
|
|
|
3068
3225
|
}
|
|
3069
3226
|
}
|
|
3070
3227
|
},
|
|
3228
|
+
"410": {
|
|
3229
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
3230
|
+
"headers": {
|
|
3231
|
+
"X-Trace-Id": {
|
|
3232
|
+
"required": false,
|
|
3233
|
+
"description": "Trace ID for correlation",
|
|
3234
|
+
"schema": {
|
|
3235
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
"X-Request-Id": {
|
|
3239
|
+
"required": false,
|
|
3240
|
+
"description": "Request ID for support",
|
|
3241
|
+
"schema": {
|
|
3242
|
+
"type": "string"
|
|
3243
|
+
}
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
"content": {
|
|
3247
|
+
"application/problem+json": {
|
|
3248
|
+
"schema": {
|
|
3249
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
3250
|
+
}
|
|
3251
|
+
}
|
|
3252
|
+
}
|
|
3253
|
+
},
|
|
3071
3254
|
"500": {
|
|
3072
3255
|
"description": "Internal server error (500)",
|
|
3073
3256
|
"headers": {
|
|
@@ -3167,7 +3350,7 @@
|
|
|
3167
3350
|
"in": "query",
|
|
3168
3351
|
"required": false,
|
|
3169
3352
|
"schema": {
|
|
3170
|
-
"$ref": "#/components/schemas/Workflow.
|
|
3353
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
3171
3354
|
},
|
|
3172
3355
|
"explode": false
|
|
3173
3356
|
},
|
|
@@ -3294,6 +3477,32 @@
|
|
|
3294
3477
|
}
|
|
3295
3478
|
}
|
|
3296
3479
|
},
|
|
3480
|
+
"410": {
|
|
3481
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
3482
|
+
"headers": {
|
|
3483
|
+
"X-Trace-Id": {
|
|
3484
|
+
"required": false,
|
|
3485
|
+
"description": "Trace ID for correlation",
|
|
3486
|
+
"schema": {
|
|
3487
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
"X-Request-Id": {
|
|
3491
|
+
"required": false,
|
|
3492
|
+
"description": "Request ID for support",
|
|
3493
|
+
"schema": {
|
|
3494
|
+
"type": "string"
|
|
3495
|
+
}
|
|
3496
|
+
}
|
|
3497
|
+
},
|
|
3498
|
+
"content": {
|
|
3499
|
+
"application/problem+json": {
|
|
3500
|
+
"schema": {
|
|
3501
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
3502
|
+
}
|
|
3503
|
+
}
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3297
3506
|
"500": {
|
|
3298
3507
|
"description": "Internal server error (500)",
|
|
3299
3508
|
"headers": {
|
|
@@ -3384,8 +3593,9 @@
|
|
|
3384
3593
|
"name": "node_cursor",
|
|
3385
3594
|
"in": "query",
|
|
3386
3595
|
"required": false,
|
|
3596
|
+
"description": "Opaque node continuation. Reuse it unchanged from the preceding snapshot's next_node_cursor; do not parse, construct, or modify it.",
|
|
3387
3597
|
"schema": {
|
|
3388
|
-
"
|
|
3598
|
+
"$ref": "#/components/schemas/Workflow.WorkflowNodeCursor"
|
|
3389
3599
|
},
|
|
3390
3600
|
"explode": false
|
|
3391
3601
|
},
|
|
@@ -3406,8 +3616,9 @@
|
|
|
3406
3616
|
"name": "edge_cursor",
|
|
3407
3617
|
"in": "query",
|
|
3408
3618
|
"required": false,
|
|
3619
|
+
"description": "Opaque edge continuation. Reuse it unchanged from the preceding snapshot's next_edge_cursor; do not parse, construct, or modify it.",
|
|
3409
3620
|
"schema": {
|
|
3410
|
-
"
|
|
3621
|
+
"$ref": "#/components/schemas/Workflow.WorkflowEdgeCursor"
|
|
3411
3622
|
},
|
|
3412
3623
|
"explode": false
|
|
3413
3624
|
},
|
|
@@ -3521,8 +3732,60 @@
|
|
|
3521
3732
|
}
|
|
3522
3733
|
}
|
|
3523
3734
|
},
|
|
3735
|
+
"409": {
|
|
3736
|
+
"description": "Opaque graph cursor is malformed, belongs to another run, or targets a stale generation.",
|
|
3737
|
+
"headers": {
|
|
3738
|
+
"X-Trace-Id": {
|
|
3739
|
+
"required": false,
|
|
3740
|
+
"description": "Trace ID for correlation",
|
|
3741
|
+
"schema": {
|
|
3742
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3745
|
+
"X-Request-Id": {
|
|
3746
|
+
"required": false,
|
|
3747
|
+
"description": "Request ID for support",
|
|
3748
|
+
"schema": {
|
|
3749
|
+
"type": "string"
|
|
3750
|
+
}
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
"content": {
|
|
3754
|
+
"application/problem+json": {
|
|
3755
|
+
"schema": {
|
|
3756
|
+
"$ref": "#/components/schemas/Workflow.WorkflowCursorError"
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
}
|
|
3760
|
+
},
|
|
3761
|
+
"410": {
|
|
3762
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
3763
|
+
"headers": {
|
|
3764
|
+
"X-Trace-Id": {
|
|
3765
|
+
"required": false,
|
|
3766
|
+
"description": "Trace ID for correlation",
|
|
3767
|
+
"schema": {
|
|
3768
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
"X-Request-Id": {
|
|
3772
|
+
"required": false,
|
|
3773
|
+
"description": "Request ID for support",
|
|
3774
|
+
"schema": {
|
|
3775
|
+
"type": "string"
|
|
3776
|
+
}
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3779
|
+
"content": {
|
|
3780
|
+
"application/problem+json": {
|
|
3781
|
+
"schema": {
|
|
3782
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
3783
|
+
}
|
|
3784
|
+
}
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3524
3787
|
"500": {
|
|
3525
|
-
"description": "Internal
|
|
3788
|
+
"description": "Workflow projection is non-retryably corrupt or incompatible. Internal storage details are intentionally omitted.",
|
|
3526
3789
|
"headers": {
|
|
3527
3790
|
"X-Trace-Id": {
|
|
3528
3791
|
"required": false,
|
|
@@ -3542,17 +3805,16 @@
|
|
|
3542
3805
|
"content": {
|
|
3543
3806
|
"application/problem+json": {
|
|
3544
3807
|
"schema": {
|
|
3545
|
-
"$ref": "#/components/schemas/
|
|
3808
|
+
"$ref": "#/components/schemas/Workflow.WorkflowProjectionCorruptError"
|
|
3546
3809
|
}
|
|
3547
3810
|
}
|
|
3548
3811
|
}
|
|
3549
3812
|
},
|
|
3550
3813
|
"503": {
|
|
3551
|
-
"description": "
|
|
3814
|
+
"description": "Workflow projection is rebuilding or temporarily unavailable after a retryable storage failure.",
|
|
3552
3815
|
"headers": {
|
|
3553
3816
|
"Retry-After": {
|
|
3554
|
-
"required":
|
|
3555
|
-
"description": "Expected availability time",
|
|
3817
|
+
"required": true,
|
|
3556
3818
|
"schema": {
|
|
3557
3819
|
"type": "integer",
|
|
3558
3820
|
"format": "int32"
|
|
@@ -3576,7 +3838,7 @@
|
|
|
3576
3838
|
"content": {
|
|
3577
3839
|
"application/problem+json": {
|
|
3578
3840
|
"schema": {
|
|
3579
|
-
"$ref": "#/components/schemas/
|
|
3841
|
+
"$ref": "#/components/schemas/Workflow.WorkflowProjectionUnavailableError"
|
|
3580
3842
|
}
|
|
3581
3843
|
}
|
|
3582
3844
|
}
|
|
@@ -3764,6 +4026,32 @@
|
|
|
3764
4026
|
}
|
|
3765
4027
|
}
|
|
3766
4028
|
},
|
|
4029
|
+
"410": {
|
|
4030
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections.",
|
|
4031
|
+
"headers": {
|
|
4032
|
+
"X-Trace-Id": {
|
|
4033
|
+
"required": false,
|
|
4034
|
+
"description": "Trace ID for correlation",
|
|
4035
|
+
"schema": {
|
|
4036
|
+
"$ref": "#/components/schemas/Common.TraceId"
|
|
4037
|
+
}
|
|
4038
|
+
},
|
|
4039
|
+
"X-Request-Id": {
|
|
4040
|
+
"required": false,
|
|
4041
|
+
"description": "Request ID for support",
|
|
4042
|
+
"schema": {
|
|
4043
|
+
"type": "string"
|
|
4044
|
+
}
|
|
4045
|
+
}
|
|
4046
|
+
},
|
|
4047
|
+
"content": {
|
|
4048
|
+
"application/problem+json": {
|
|
4049
|
+
"schema": {
|
|
4050
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunDeletedError"
|
|
4051
|
+
}
|
|
4052
|
+
}
|
|
4053
|
+
}
|
|
4054
|
+
},
|
|
3767
4055
|
"500": {
|
|
3768
4056
|
"description": "Internal server error (500)",
|
|
3769
4057
|
"headers": {
|
|
@@ -16276,7 +16564,8 @@
|
|
|
16276
16564
|
"$ref": "#/components/schemas/Workflow.WorkflowRunId"
|
|
16277
16565
|
},
|
|
16278
16566
|
"node_cursor": {
|
|
16279
|
-
"
|
|
16567
|
+
"$ref": "#/components/schemas/Workflow.WorkflowNodeCursor",
|
|
16568
|
+
"description": "Opaque node continuation. Reuse it unchanged from the preceding snapshot's next_node_cursor; do not parse, construct, or modify it."
|
|
16280
16569
|
},
|
|
16281
16570
|
"node_limit": {
|
|
16282
16571
|
"type": "integer",
|
|
@@ -16286,7 +16575,8 @@
|
|
|
16286
16575
|
"default": 250
|
|
16287
16576
|
},
|
|
16288
16577
|
"edge_cursor": {
|
|
16289
|
-
"
|
|
16578
|
+
"$ref": "#/components/schemas/Workflow.WorkflowEdgeCursor",
|
|
16579
|
+
"description": "Opaque edge continuation. Reuse it unchanged from the preceding snapshot's next_edge_cursor; do not parse, construct, or modify it."
|
|
16290
16580
|
},
|
|
16291
16581
|
"edge_limit": {
|
|
16292
16582
|
"type": "integer",
|
|
@@ -16420,7 +16710,7 @@
|
|
|
16420
16710
|
"$ref": "#/components/schemas/Workflow.WorkflowRunId"
|
|
16421
16711
|
},
|
|
16422
16712
|
"after_sequence": {
|
|
16423
|
-
"$ref": "#/components/schemas/Workflow.
|
|
16713
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
16424
16714
|
},
|
|
16425
16715
|
"limit": {
|
|
16426
16716
|
"type": "integer",
|
|
@@ -16437,7 +16727,8 @@
|
|
|
16437
16727
|
"default": 20000
|
|
16438
16728
|
},
|
|
16439
16729
|
"node_cursor": {
|
|
16440
|
-
"
|
|
16730
|
+
"$ref": "#/components/schemas/Workflow.WorkflowNodeCursor",
|
|
16731
|
+
"description": "Opaque node continuation. Reuse it unchanged from the preceding snapshot's next_node_cursor; do not parse, construct, or modify it."
|
|
16441
16732
|
},
|
|
16442
16733
|
"node_limit": {
|
|
16443
16734
|
"type": "integer",
|
|
@@ -16447,7 +16738,8 @@
|
|
|
16447
16738
|
"default": 250
|
|
16448
16739
|
},
|
|
16449
16740
|
"edge_cursor": {
|
|
16450
|
-
"
|
|
16741
|
+
"$ref": "#/components/schemas/Workflow.WorkflowEdgeCursor",
|
|
16742
|
+
"description": "Opaque edge continuation. Reuse it unchanged from the preceding snapshot's next_edge_cursor; do not parse, construct, or modify it."
|
|
16451
16743
|
},
|
|
16452
16744
|
"edge_limit": {
|
|
16453
16745
|
"type": "integer",
|
|
@@ -16535,7 +16827,8 @@
|
|
|
16535
16827
|
"$ref": "#/components/schemas/Workflow.WorkflowRunId"
|
|
16536
16828
|
},
|
|
16537
16829
|
"node_cursor": {
|
|
16538
|
-
"
|
|
16830
|
+
"$ref": "#/components/schemas/Workflow.WorkflowNodeCursor",
|
|
16831
|
+
"description": "Opaque node continuation. Reuse it unchanged from the preceding snapshot's next_node_cursor; do not parse, construct, or modify it."
|
|
16539
16832
|
},
|
|
16540
16833
|
"node_limit": {
|
|
16541
16834
|
"type": "integer",
|
|
@@ -16545,7 +16838,8 @@
|
|
|
16545
16838
|
"default": 250
|
|
16546
16839
|
},
|
|
16547
16840
|
"edge_cursor": {
|
|
16548
|
-
"
|
|
16841
|
+
"$ref": "#/components/schemas/Workflow.WorkflowEdgeCursor",
|
|
16842
|
+
"description": "Opaque edge continuation. Reuse it unchanged from the preceding snapshot's next_edge_cursor; do not parse, construct, or modify it."
|
|
16549
16843
|
},
|
|
16550
16844
|
"edge_limit": {
|
|
16551
16845
|
"type": "integer",
|
|
@@ -16665,7 +16959,7 @@
|
|
|
16665
16959
|
"$ref": "#/components/schemas/Workflow.WorkflowRunStatus"
|
|
16666
16960
|
},
|
|
16667
16961
|
"cursor": {
|
|
16668
|
-
"
|
|
16962
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunCursor"
|
|
16669
16963
|
},
|
|
16670
16964
|
"limit": {
|
|
16671
16965
|
"type": "integer",
|
|
@@ -16695,7 +16989,7 @@
|
|
|
16695
16989
|
}
|
|
16696
16990
|
},
|
|
16697
16991
|
"next_cursor": {
|
|
16698
|
-
"
|
|
16992
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunCursor"
|
|
16699
16993
|
},
|
|
16700
16994
|
"has_more": {
|
|
16701
16995
|
"type": "boolean"
|
|
@@ -20743,6 +21037,61 @@
|
|
|
20743
21037
|
},
|
|
20744
21038
|
"description": "Request to update mutable MCP workbench workspace metadata."
|
|
20745
21039
|
},
|
|
21040
|
+
"Workflow.CommittedWorkflowProjectionStatus": {
|
|
21041
|
+
"type": "object",
|
|
21042
|
+
"required": [
|
|
21043
|
+
"state",
|
|
21044
|
+
"generation",
|
|
21045
|
+
"journal_position"
|
|
21046
|
+
],
|
|
21047
|
+
"properties": {
|
|
21048
|
+
"state": {
|
|
21049
|
+
"type": "string",
|
|
21050
|
+
"enum": [
|
|
21051
|
+
"committed"
|
|
21052
|
+
]
|
|
21053
|
+
},
|
|
21054
|
+
"generation": {
|
|
21055
|
+
"$ref": "#/components/schemas/Workflow.WorkflowGeneration"
|
|
21056
|
+
},
|
|
21057
|
+
"journal_position": {
|
|
21058
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21059
|
+
}
|
|
21060
|
+
},
|
|
21061
|
+
"unevaluatedProperties": {
|
|
21062
|
+
"not": {}
|
|
21063
|
+
},
|
|
21064
|
+
"description": "A valid committed projection that can be served to readers."
|
|
21065
|
+
},
|
|
21066
|
+
"Workflow.CorruptWorkflowProjectionStatus": {
|
|
21067
|
+
"type": "object",
|
|
21068
|
+
"required": [
|
|
21069
|
+
"state",
|
|
21070
|
+
"reason"
|
|
21071
|
+
],
|
|
21072
|
+
"properties": {
|
|
21073
|
+
"state": {
|
|
21074
|
+
"type": "string",
|
|
21075
|
+
"enum": [
|
|
21076
|
+
"corrupt"
|
|
21077
|
+
]
|
|
21078
|
+
},
|
|
21079
|
+
"generation": {
|
|
21080
|
+
"$ref": "#/components/schemas/Workflow.WorkflowGeneration"
|
|
21081
|
+
},
|
|
21082
|
+
"reason": {
|
|
21083
|
+
"type": "string",
|
|
21084
|
+
"enum": [
|
|
21085
|
+
"corrupt_derived_state",
|
|
21086
|
+
"incompatible_derived_state"
|
|
21087
|
+
]
|
|
21088
|
+
}
|
|
21089
|
+
},
|
|
21090
|
+
"unevaluatedProperties": {
|
|
21091
|
+
"not": {}
|
|
21092
|
+
},
|
|
21093
|
+
"description": "Derived projection state is corrupt or incompatible and cannot currently be served."
|
|
21094
|
+
},
|
|
20746
21095
|
"Workflow.DerivedWorkflowEdgeProvenance": {
|
|
20747
21096
|
"type": "object",
|
|
20748
21097
|
"required": [
|
|
@@ -20777,6 +21126,38 @@
|
|
|
20777
21126
|
},
|
|
20778
21127
|
"description": "Derived edge provenance with explicit evidence and confidence."
|
|
20779
21128
|
},
|
|
21129
|
+
"Workflow.RebuildingWorkflowProjectionStatus": {
|
|
21130
|
+
"type": "object",
|
|
21131
|
+
"required": [
|
|
21132
|
+
"state",
|
|
21133
|
+
"generation",
|
|
21134
|
+
"target_journal_position",
|
|
21135
|
+
"retry_after_ms"
|
|
21136
|
+
],
|
|
21137
|
+
"properties": {
|
|
21138
|
+
"state": {
|
|
21139
|
+
"type": "string",
|
|
21140
|
+
"enum": [
|
|
21141
|
+
"rebuilding"
|
|
21142
|
+
]
|
|
21143
|
+
},
|
|
21144
|
+
"generation": {
|
|
21145
|
+
"$ref": "#/components/schemas/Workflow.WorkflowGeneration"
|
|
21146
|
+
},
|
|
21147
|
+
"target_journal_position": {
|
|
21148
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21149
|
+
},
|
|
21150
|
+
"retry_after_ms": {
|
|
21151
|
+
"type": "integer",
|
|
21152
|
+
"format": "int32",
|
|
21153
|
+
"minimum": 1
|
|
21154
|
+
}
|
|
21155
|
+
},
|
|
21156
|
+
"unevaluatedProperties": {
|
|
21157
|
+
"not": {}
|
|
21158
|
+
},
|
|
21159
|
+
"description": "The requested generation is being reconstructed from its authoritative journal."
|
|
21160
|
+
},
|
|
20780
21161
|
"Workflow.RecordedWorkflowEdgeProvenance": {
|
|
20781
21162
|
"type": "object",
|
|
20782
21163
|
"required": [
|
|
@@ -20803,6 +21184,33 @@
|
|
|
20803
21184
|
},
|
|
20804
21185
|
"description": "Recorded edge provenance directly observed from Codex."
|
|
20805
21186
|
},
|
|
21187
|
+
"Workflow.UnavailableWorkflowProjectionStatus": {
|
|
21188
|
+
"type": "object",
|
|
21189
|
+
"required": [
|
|
21190
|
+
"state",
|
|
21191
|
+
"retry_after_ms"
|
|
21192
|
+
],
|
|
21193
|
+
"properties": {
|
|
21194
|
+
"state": {
|
|
21195
|
+
"type": "string",
|
|
21196
|
+
"enum": [
|
|
21197
|
+
"unavailable"
|
|
21198
|
+
]
|
|
21199
|
+
},
|
|
21200
|
+
"generation": {
|
|
21201
|
+
"$ref": "#/components/schemas/Workflow.WorkflowGeneration"
|
|
21202
|
+
},
|
|
21203
|
+
"retry_after_ms": {
|
|
21204
|
+
"type": "integer",
|
|
21205
|
+
"format": "int32",
|
|
21206
|
+
"minimum": 1
|
|
21207
|
+
}
|
|
21208
|
+
},
|
|
21209
|
+
"unevaluatedProperties": {
|
|
21210
|
+
"not": {}
|
|
21211
|
+
},
|
|
21212
|
+
"description": "Projection work is temporarily unavailable after a retryable storage failure."
|
|
21213
|
+
},
|
|
20806
21214
|
"Workflow.WorkflowAgentId": {
|
|
20807
21215
|
"type": "string",
|
|
20808
21216
|
"minLength": 1,
|
|
@@ -21061,6 +21469,50 @@
|
|
|
21061
21469
|
},
|
|
21062
21470
|
"description": "Adapter acknowledgement or terminal result for one control command."
|
|
21063
21471
|
},
|
|
21472
|
+
"Workflow.WorkflowCursorError": {
|
|
21473
|
+
"type": "object",
|
|
21474
|
+
"required": [
|
|
21475
|
+
"title",
|
|
21476
|
+
"cursor_kind",
|
|
21477
|
+
"reason"
|
|
21478
|
+
],
|
|
21479
|
+
"properties": {
|
|
21480
|
+
"title": {
|
|
21481
|
+
"type": "string",
|
|
21482
|
+
"enum": [
|
|
21483
|
+
"Invalid Workflow Cursor"
|
|
21484
|
+
]
|
|
21485
|
+
},
|
|
21486
|
+
"cursor_kind": {
|
|
21487
|
+
"$ref": "#/components/schemas/Workflow.WorkflowCursorKind"
|
|
21488
|
+
},
|
|
21489
|
+
"reason": {
|
|
21490
|
+
"$ref": "#/components/schemas/Workflow.WorkflowCursorFailureReason"
|
|
21491
|
+
},
|
|
21492
|
+
"current_generation": {
|
|
21493
|
+
"$ref": "#/components/schemas/Workflow.WorkflowGeneration"
|
|
21494
|
+
}
|
|
21495
|
+
},
|
|
21496
|
+
"unevaluatedProperties": {
|
|
21497
|
+
"not": {}
|
|
21498
|
+
},
|
|
21499
|
+
"allOf": [
|
|
21500
|
+
{
|
|
21501
|
+
"$ref": "#/components/schemas/Common.Errors.ProblemDetails"
|
|
21502
|
+
}
|
|
21503
|
+
],
|
|
21504
|
+
"description": "Opaque graph cursor is malformed, belongs to another run, or targets a stale generation."
|
|
21505
|
+
},
|
|
21506
|
+
"Workflow.WorkflowCursorFailureReason": {
|
|
21507
|
+
"type": "string",
|
|
21508
|
+
"enum": [
|
|
21509
|
+
"invalid",
|
|
21510
|
+
"wrong_run",
|
|
21511
|
+
"wrong_generation",
|
|
21512
|
+
"stale"
|
|
21513
|
+
],
|
|
21514
|
+
"description": "Why an opaque graph cursor cannot be reused for this request."
|
|
21515
|
+
},
|
|
21064
21516
|
"Workflow.WorkflowCursorGapEvent": {
|
|
21065
21517
|
"type": "object",
|
|
21066
21518
|
"required": [
|
|
@@ -21077,10 +21529,10 @@
|
|
|
21077
21529
|
]
|
|
21078
21530
|
},
|
|
21079
21531
|
"oldest_available_sequence": {
|
|
21080
|
-
"$ref": "#/components/schemas/Workflow.
|
|
21532
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21081
21533
|
},
|
|
21082
21534
|
"high_water_mark": {
|
|
21083
|
-
"$ref": "#/components/schemas/Workflow.
|
|
21535
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21084
21536
|
},
|
|
21085
21537
|
"timestamp": {
|
|
21086
21538
|
"type": "string",
|
|
@@ -21092,6 +21544,26 @@
|
|
|
21092
21544
|
},
|
|
21093
21545
|
"description": "Signals that the requested cursor predates retained workflow history."
|
|
21094
21546
|
},
|
|
21547
|
+
"Workflow.WorkflowCursorKind": {
|
|
21548
|
+
"type": "string",
|
|
21549
|
+
"enum": [
|
|
21550
|
+
"node",
|
|
21551
|
+
"edge"
|
|
21552
|
+
],
|
|
21553
|
+
"description": "Which opaque graph cursor was rejected."
|
|
21554
|
+
},
|
|
21555
|
+
"Workflow.WorkflowEdgeCursor": {
|
|
21556
|
+
"type": "string",
|
|
21557
|
+
"minLength": 1,
|
|
21558
|
+
"maxLength": 1536,
|
|
21559
|
+
"description": "Opaque edge-page continuation scoped to one workflow run and generation. Reuse it unchanged; clients must not parse or construct it."
|
|
21560
|
+
},
|
|
21561
|
+
"Workflow.WorkflowEdgeId": {
|
|
21562
|
+
"type": "string",
|
|
21563
|
+
"minLength": 1,
|
|
21564
|
+
"maxLength": 192,
|
|
21565
|
+
"description": "Stable identifier of one graph edge. Endpoint tuples preserve the nodes' structural run-versus-attempt scope and ordinal component boundaries, escape colon as \\c and backslash as \\\\, and never infer scope from a literal component value. A canonical identifier over 192 Unicode scalar values is replaced by its edge kind, a tilde, and the full lowercase 64-hex SHA-256 of the length-prefixed canonical tuple."
|
|
21566
|
+
},
|
|
21095
21567
|
"Workflow.WorkflowEdgeKind": {
|
|
21096
21568
|
"type": "string",
|
|
21097
21569
|
"enum": [
|
|
@@ -21227,10 +21699,10 @@
|
|
|
21227
21699
|
"$ref": "#/components/schemas/Workflow.WorkflowSequence"
|
|
21228
21700
|
},
|
|
21229
21701
|
"first_journal_sequence": {
|
|
21230
|
-
"$ref": "#/components/schemas/Workflow.
|
|
21702
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21231
21703
|
},
|
|
21232
21704
|
"last_journal_sequence": {
|
|
21233
|
-
"$ref": "#/components/schemas/Workflow.
|
|
21705
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21234
21706
|
}
|
|
21235
21707
|
},
|
|
21236
21708
|
"unevaluatedProperties": {
|
|
@@ -21260,10 +21732,10 @@
|
|
|
21260
21732
|
}
|
|
21261
21733
|
},
|
|
21262
21734
|
"next_sequence": {
|
|
21263
|
-
"$ref": "#/components/schemas/Workflow.
|
|
21735
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21264
21736
|
},
|
|
21265
21737
|
"high_water_mark": {
|
|
21266
|
-
"$ref": "#/components/schemas/Workflow.
|
|
21738
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21267
21739
|
},
|
|
21268
21740
|
"cursor_gap": {
|
|
21269
21741
|
"type": "boolean"
|
|
@@ -21274,6 +21746,13 @@
|
|
|
21274
21746
|
},
|
|
21275
21747
|
"description": "A bounded page of workflow journal events."
|
|
21276
21748
|
},
|
|
21749
|
+
"Workflow.WorkflowGeneration": {
|
|
21750
|
+
"type": "string",
|
|
21751
|
+
"minLength": 32,
|
|
21752
|
+
"maxLength": 32,
|
|
21753
|
+
"pattern": "^[0-9a-f]{12}4[0-9a-f]{3}[89ab][0-9a-f]{15}$",
|
|
21754
|
+
"description": "Opaque incarnation identifier for one workflow run's projected state."
|
|
21755
|
+
},
|
|
21277
21756
|
"Workflow.WorkflowGraphEdge": {
|
|
21278
21757
|
"type": "object",
|
|
21279
21758
|
"required": [
|
|
@@ -21285,7 +21764,7 @@
|
|
|
21285
21764
|
],
|
|
21286
21765
|
"properties": {
|
|
21287
21766
|
"edge_id": {
|
|
21288
|
-
"
|
|
21767
|
+
"$ref": "#/components/schemas/Workflow.WorkflowEdgeId"
|
|
21289
21768
|
},
|
|
21290
21769
|
"source_node_id": {
|
|
21291
21770
|
"$ref": "#/components/schemas/Workflow.WorkflowNodeId"
|
|
@@ -21303,7 +21782,7 @@
|
|
|
21303
21782
|
"unevaluatedProperties": {
|
|
21304
21783
|
"not": {}
|
|
21305
21784
|
},
|
|
21306
|
-
"description": "One typed edge in the deterministic workflow graph projection."
|
|
21785
|
+
"description": "One typed edge in the deterministic workflow graph projection. Data, Control, and Gate edges are causal dependencies. Temporal edges describe observed order, Resource edges describe resource use, and Conflict edges describe contention; Temporal, Resource, and Conflict edges are excluded from critical-path causality."
|
|
21307
21786
|
},
|
|
21308
21787
|
"Workflow.WorkflowGraphNode": {
|
|
21309
21788
|
"type": "object",
|
|
@@ -21332,9 +21811,6 @@
|
|
|
21332
21811
|
"agent_id": {
|
|
21333
21812
|
"$ref": "#/components/schemas/Workflow.WorkflowAgentId"
|
|
21334
21813
|
},
|
|
21335
|
-
"parent_node_id": {
|
|
21336
|
-
"$ref": "#/components/schemas/Workflow.WorkflowNodeId"
|
|
21337
|
-
},
|
|
21338
21814
|
"started_at": {
|
|
21339
21815
|
"type": "string",
|
|
21340
21816
|
"format": "date-time"
|
|
@@ -21366,6 +21842,7 @@
|
|
|
21366
21842
|
"type": "object",
|
|
21367
21843
|
"required": [
|
|
21368
21844
|
"run",
|
|
21845
|
+
"projection_status",
|
|
21369
21846
|
"nodes",
|
|
21370
21847
|
"edges",
|
|
21371
21848
|
"statistics",
|
|
@@ -21379,6 +21856,9 @@
|
|
|
21379
21856
|
"run": {
|
|
21380
21857
|
"$ref": "#/components/schemas/Workflow.WorkflowRun"
|
|
21381
21858
|
},
|
|
21859
|
+
"projection_status": {
|
|
21860
|
+
"$ref": "#/components/schemas/Workflow.WorkflowProjectionStatus"
|
|
21861
|
+
},
|
|
21382
21862
|
"nodes": {
|
|
21383
21863
|
"type": "array",
|
|
21384
21864
|
"items": {
|
|
@@ -21395,13 +21875,15 @@
|
|
|
21395
21875
|
"$ref": "#/components/schemas/Workflow.WorkflowGraphStatistics"
|
|
21396
21876
|
},
|
|
21397
21877
|
"journal_sequence": {
|
|
21398
|
-
"$ref": "#/components/schemas/Workflow.
|
|
21878
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21399
21879
|
},
|
|
21400
21880
|
"next_node_cursor": {
|
|
21401
|
-
"
|
|
21881
|
+
"$ref": "#/components/schemas/Workflow.WorkflowNodeCursor",
|
|
21882
|
+
"description": "Opaque node continuation for the next page. Reuse it unchanged as node_cursor on the next graph request; do not parse, construct, or modify it."
|
|
21402
21883
|
},
|
|
21403
21884
|
"next_edge_cursor": {
|
|
21404
|
-
"
|
|
21885
|
+
"$ref": "#/components/schemas/Workflow.WorkflowEdgeCursor",
|
|
21886
|
+
"description": "Opaque edge continuation for the next page. Reuse it unchanged as edge_cursor on the next graph request; do not parse, construct, or modify it."
|
|
21405
21887
|
},
|
|
21406
21888
|
"has_more_nodes": {
|
|
21407
21889
|
"type": "boolean"
|
|
@@ -21469,7 +21951,7 @@
|
|
|
21469
21951
|
"unevaluatedProperties": {
|
|
21470
21952
|
"not": {}
|
|
21471
21953
|
},
|
|
21472
|
-
"description": "Work and critical-path statistics for a workflow graph."
|
|
21954
|
+
"description": "Work and critical-path statistics for a workflow graph. Every ToolCall, Wait, Gate, and duration-bearing Message or Item contributes an independently weighted interval even when it has no Agent owner. An Agent contributes its own-work fragments: its interval minus the union of precisely owned child intervals clipped to the Agent interval. Precisely owned children are Control-linked Agent and ToolCall nodes, Temporal-linked Wait nodes, Gate-linked Gate nodes, and Data-linked duration-bearing Message or Item nodes. Peak concurrency sweeps every positive independently weighted or Agent own-work fragment. Critical-path analysis uses only Data, Control, and Gate edges, condenses each causal strongly connected component, charges every component member exactly once, and expands selected component members in ordinal node-id order."
|
|
21473
21955
|
},
|
|
21474
21956
|
"Workflow.WorkflowHeartbeatEvent": {
|
|
21475
21957
|
"type": "object",
|
|
@@ -21486,7 +21968,7 @@
|
|
|
21486
21968
|
]
|
|
21487
21969
|
},
|
|
21488
21970
|
"high_water_mark": {
|
|
21489
|
-
"$ref": "#/components/schemas/Workflow.
|
|
21971
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21490
21972
|
},
|
|
21491
21973
|
"timestamp": {
|
|
21492
21974
|
"type": "string",
|
|
@@ -21513,7 +21995,7 @@
|
|
|
21513
21995
|
"type": "string"
|
|
21514
21996
|
},
|
|
21515
21997
|
"journal_sequence": {
|
|
21516
|
-
"$ref": "#/components/schemas/Workflow.
|
|
21998
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21517
21999
|
}
|
|
21518
22000
|
},
|
|
21519
22001
|
"unevaluatedProperties": {
|
|
@@ -21562,11 +22044,23 @@
|
|
|
21562
22044
|
],
|
|
21563
22045
|
"description": "Immutable journal event kinds accepted from a Codex observer."
|
|
21564
22046
|
},
|
|
22047
|
+
"Workflow.WorkflowJournalPosition": {
|
|
22048
|
+
"type": "string",
|
|
22049
|
+
"format": "uint64",
|
|
22050
|
+
"minimum": 0,
|
|
22051
|
+
"description": "Collector-assigned position in the authoritative workflow journal, encoded without JavaScript precision loss."
|
|
22052
|
+
},
|
|
22053
|
+
"Workflow.WorkflowNodeCursor": {
|
|
22054
|
+
"type": "string",
|
|
22055
|
+
"minLength": 1,
|
|
22056
|
+
"maxLength": 1536,
|
|
22057
|
+
"description": "Opaque node-page continuation scoped to one workflow run and generation. Reuse it unchanged; clients must not parse or construct it."
|
|
22058
|
+
},
|
|
21565
22059
|
"Workflow.WorkflowNodeId": {
|
|
21566
22060
|
"type": "string",
|
|
21567
22061
|
"minLength": 1,
|
|
21568
22062
|
"maxLength": 192,
|
|
21569
|
-
"description": "Stable identifier of one graph node."
|
|
22063
|
+
"description": "Stable identifier of one graph node. Canonical tuples structurally distinguish run scope from attempt scope, escape colon as \\c and backslash as \\\\, and never infer scope from a literal component value. A canonical identifier over 192 Unicode scalar values is replaced by its kind, a tilde, and the full lowercase 64-hex SHA-256 of the length-prefixed canonical tuple."
|
|
21570
22064
|
},
|
|
21571
22065
|
"Workflow.WorkflowNodeKind": {
|
|
21572
22066
|
"type": "string",
|
|
@@ -21583,10 +22077,82 @@
|
|
|
21583
22077
|
],
|
|
21584
22078
|
"description": "Kinds of execution node in the deterministic workflow graph."
|
|
21585
22079
|
},
|
|
22080
|
+
"Workflow.WorkflowProjectionCorruptError": {
|
|
22081
|
+
"type": "object",
|
|
22082
|
+
"required": [
|
|
22083
|
+
"title",
|
|
22084
|
+
"projection_status"
|
|
22085
|
+
],
|
|
22086
|
+
"properties": {
|
|
22087
|
+
"title": {
|
|
22088
|
+
"type": "string",
|
|
22089
|
+
"enum": [
|
|
22090
|
+
"Workflow Projection Corrupt"
|
|
22091
|
+
]
|
|
22092
|
+
},
|
|
22093
|
+
"projection_status": {
|
|
22094
|
+
"$ref": "#/components/schemas/Workflow.WorkflowProjectionStatus"
|
|
22095
|
+
}
|
|
22096
|
+
},
|
|
22097
|
+
"unevaluatedProperties": {
|
|
22098
|
+
"not": {}
|
|
22099
|
+
},
|
|
22100
|
+
"allOf": [
|
|
22101
|
+
{
|
|
22102
|
+
"$ref": "#/components/schemas/Common.Errors.ProblemDetails"
|
|
22103
|
+
}
|
|
22104
|
+
],
|
|
22105
|
+
"description": "Workflow projection is non-retryably corrupt or incompatible. Internal storage details are intentionally omitted."
|
|
22106
|
+
},
|
|
22107
|
+
"Workflow.WorkflowProjectionStatus": {
|
|
22108
|
+
"anyOf": [
|
|
22109
|
+
{
|
|
22110
|
+
"$ref": "#/components/schemas/Workflow.CommittedWorkflowProjectionStatus"
|
|
22111
|
+
},
|
|
22112
|
+
{
|
|
22113
|
+
"$ref": "#/components/schemas/Workflow.RebuildingWorkflowProjectionStatus"
|
|
22114
|
+
},
|
|
22115
|
+
{
|
|
22116
|
+
"$ref": "#/components/schemas/Workflow.UnavailableWorkflowProjectionStatus"
|
|
22117
|
+
},
|
|
22118
|
+
{
|
|
22119
|
+
"$ref": "#/components/schemas/Workflow.CorruptWorkflowProjectionStatus"
|
|
22120
|
+
}
|
|
22121
|
+
],
|
|
22122
|
+
"description": "Closed public availability state for one workflow projection. Storage paths, hashes, fingerprints, and database errors remain private."
|
|
22123
|
+
},
|
|
22124
|
+
"Workflow.WorkflowProjectionUnavailableError": {
|
|
22125
|
+
"type": "object",
|
|
22126
|
+
"required": [
|
|
22127
|
+
"title",
|
|
22128
|
+
"projection_status"
|
|
22129
|
+
],
|
|
22130
|
+
"properties": {
|
|
22131
|
+
"title": {
|
|
22132
|
+
"type": "string",
|
|
22133
|
+
"enum": [
|
|
22134
|
+
"Workflow Projection Unavailable"
|
|
22135
|
+
]
|
|
22136
|
+
},
|
|
22137
|
+
"projection_status": {
|
|
22138
|
+
"$ref": "#/components/schemas/Workflow.WorkflowProjectionStatus"
|
|
22139
|
+
}
|
|
22140
|
+
},
|
|
22141
|
+
"unevaluatedProperties": {
|
|
22142
|
+
"not": {}
|
|
22143
|
+
},
|
|
22144
|
+
"allOf": [
|
|
22145
|
+
{
|
|
22146
|
+
"$ref": "#/components/schemas/Common.Errors.ProblemDetails"
|
|
22147
|
+
}
|
|
22148
|
+
],
|
|
22149
|
+
"description": "Workflow projection is rebuilding or temporarily unavailable after a retryable storage failure."
|
|
22150
|
+
},
|
|
21586
22151
|
"Workflow.WorkflowRun": {
|
|
21587
22152
|
"type": "object",
|
|
21588
22153
|
"required": [
|
|
21589
22154
|
"run_id",
|
|
22155
|
+
"generation",
|
|
21590
22156
|
"status",
|
|
21591
22157
|
"started_at",
|
|
21592
22158
|
"latest_journal_sequence"
|
|
@@ -21595,6 +22161,9 @@
|
|
|
21595
22161
|
"run_id": {
|
|
21596
22162
|
"$ref": "#/components/schemas/Workflow.WorkflowRunId"
|
|
21597
22163
|
},
|
|
22164
|
+
"generation": {
|
|
22165
|
+
"$ref": "#/components/schemas/Workflow.WorkflowGeneration"
|
|
22166
|
+
},
|
|
21598
22167
|
"thread_id": {
|
|
21599
22168
|
"type": "string"
|
|
21600
22169
|
},
|
|
@@ -21613,7 +22182,7 @@
|
|
|
21613
22182
|
"format": "date-time"
|
|
21614
22183
|
},
|
|
21615
22184
|
"latest_journal_sequence": {
|
|
21616
|
-
"$ref": "#/components/schemas/Workflow.
|
|
22185
|
+
"$ref": "#/components/schemas/Workflow.WorkflowJournalPosition"
|
|
21617
22186
|
},
|
|
21618
22187
|
"active_attempt_id": {
|
|
21619
22188
|
"$ref": "#/components/schemas/Workflow.WorkflowAttemptId"
|
|
@@ -21658,6 +22227,39 @@
|
|
|
21658
22227
|
},
|
|
21659
22228
|
"description": "Request to create an observed workflow run before appending journal events."
|
|
21660
22229
|
},
|
|
22230
|
+
"Workflow.WorkflowRunCursor": {
|
|
22231
|
+
"type": "string",
|
|
22232
|
+
"minLength": 1,
|
|
22233
|
+
"maxLength": 512,
|
|
22234
|
+
"description": "Opaque workflow-run list continuation scoped to the project and status filter. Reuse it unchanged; clients must not parse or construct it."
|
|
22235
|
+
},
|
|
22236
|
+
"Workflow.WorkflowRunDeletedError": {
|
|
22237
|
+
"type": "object",
|
|
22238
|
+
"required": [
|
|
22239
|
+
"title",
|
|
22240
|
+
"run_id"
|
|
22241
|
+
],
|
|
22242
|
+
"properties": {
|
|
22243
|
+
"title": {
|
|
22244
|
+
"type": "string",
|
|
22245
|
+
"enum": [
|
|
22246
|
+
"Workflow Run Deleted"
|
|
22247
|
+
]
|
|
22248
|
+
},
|
|
22249
|
+
"run_id": {
|
|
22250
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunId"
|
|
22251
|
+
}
|
|
22252
|
+
},
|
|
22253
|
+
"unevaluatedProperties": {
|
|
22254
|
+
"not": {}
|
|
22255
|
+
},
|
|
22256
|
+
"allOf": [
|
|
22257
|
+
{
|
|
22258
|
+
"$ref": "#/components/schemas/Common.Errors.ProblemDetails"
|
|
22259
|
+
}
|
|
22260
|
+
],
|
|
22261
|
+
"description": "Workflow run was durably deleted and can no longer accept events or publish projections."
|
|
22262
|
+
},
|
|
21661
22263
|
"Workflow.WorkflowRunId": {
|
|
21662
22264
|
"type": "string",
|
|
21663
22265
|
"minLength": 1,
|
|
@@ -21678,7 +22280,7 @@
|
|
|
21678
22280
|
}
|
|
21679
22281
|
},
|
|
21680
22282
|
"next_cursor": {
|
|
21681
|
-
"
|
|
22283
|
+
"$ref": "#/components/schemas/Workflow.WorkflowRunCursor"
|
|
21682
22284
|
},
|
|
21683
22285
|
"has_more": {
|
|
21684
22286
|
"type": "boolean"
|