@boboddy/sdk 0.5.4 → 0.5.6
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/dist/client.js +3 -0
- package/dist/definitions/advancement-policies/define-advancement-policy.d.ts +2 -4
- package/dist/definitions/pipelines/define-pipeline.d.ts +1 -2
- package/dist/definitions/pipelines/index.js +3 -0
- package/dist/definitions/pipelines/node-input-ctx.d.ts +2 -4
- package/dist/definitions/pipelines/pipeline-states.d.ts +1 -2
- package/dist/definitions/steps/define-code-step.d.ts +1 -2
- package/dist/definitions/steps/define-step.d.ts +1 -2
- package/dist/definitions/steps/index.js +3 -0
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/sdk.gen.d.ts +2 -1
- package/dist/generated/types.gen.d.ts +536 -103
- package/dist/index.js +3 -0
- package/dist/push/index.js +3 -0
- package/package.json +1 -1
|
@@ -6385,6 +6385,406 @@ export type GetApiPipelineDefinitionsByPipelineDefinitionIdResponses = {
|
|
|
6385
6385
|
};
|
|
6386
6386
|
};
|
|
6387
6387
|
export type GetApiPipelineDefinitionsByPipelineDefinitionIdResponse = GetApiPipelineDefinitionsByPipelineDefinitionIdResponses[keyof GetApiPipelineDefinitionsByPipelineDefinitionIdResponses];
|
|
6388
|
+
export type GetApiPipelineDefinitionsByPipelineDefinitionIdVersionsByPipelineDefinitionVersionIdGraphSpecData = {
|
|
6389
|
+
body?: never;
|
|
6390
|
+
path: {
|
|
6391
|
+
pipelineDefinitionId: string;
|
|
6392
|
+
pipelineDefinitionVersionId: string;
|
|
6393
|
+
};
|
|
6394
|
+
query?: never;
|
|
6395
|
+
url: '/api/pipeline-definitions/{pipelineDefinitionId}/versions/{pipelineDefinitionVersionId}/graph-spec';
|
|
6396
|
+
};
|
|
6397
|
+
export type GetApiPipelineDefinitionsByPipelineDefinitionIdVersionsByPipelineDefinitionVersionIdGraphSpecErrors = {
|
|
6398
|
+
/**
|
|
6399
|
+
* Response for status 400
|
|
6400
|
+
*/
|
|
6401
|
+
400: {
|
|
6402
|
+
type: string;
|
|
6403
|
+
title: string;
|
|
6404
|
+
status: number;
|
|
6405
|
+
detail?: string;
|
|
6406
|
+
instance?: string;
|
|
6407
|
+
code?: string;
|
|
6408
|
+
errors?: Array<{
|
|
6409
|
+
path: string;
|
|
6410
|
+
message: string;
|
|
6411
|
+
summary?: string;
|
|
6412
|
+
}>;
|
|
6413
|
+
};
|
|
6414
|
+
/**
|
|
6415
|
+
* Response for status 401
|
|
6416
|
+
*/
|
|
6417
|
+
401: {
|
|
6418
|
+
type: string;
|
|
6419
|
+
title: string;
|
|
6420
|
+
status: number;
|
|
6421
|
+
detail?: string;
|
|
6422
|
+
instance?: string;
|
|
6423
|
+
code?: string;
|
|
6424
|
+
errors?: Array<{
|
|
6425
|
+
path: string;
|
|
6426
|
+
message: string;
|
|
6427
|
+
summary?: string;
|
|
6428
|
+
}>;
|
|
6429
|
+
};
|
|
6430
|
+
/**
|
|
6431
|
+
* Response for status 403
|
|
6432
|
+
*/
|
|
6433
|
+
403: {
|
|
6434
|
+
type: string;
|
|
6435
|
+
title: string;
|
|
6436
|
+
status: number;
|
|
6437
|
+
detail?: string;
|
|
6438
|
+
instance?: string;
|
|
6439
|
+
code?: string;
|
|
6440
|
+
errors?: Array<{
|
|
6441
|
+
path: string;
|
|
6442
|
+
message: string;
|
|
6443
|
+
summary?: string;
|
|
6444
|
+
}>;
|
|
6445
|
+
};
|
|
6446
|
+
/**
|
|
6447
|
+
* Response for status 404
|
|
6448
|
+
*/
|
|
6449
|
+
404: {
|
|
6450
|
+
type: string;
|
|
6451
|
+
title: string;
|
|
6452
|
+
status: number;
|
|
6453
|
+
detail?: string;
|
|
6454
|
+
instance?: string;
|
|
6455
|
+
code?: string;
|
|
6456
|
+
errors?: Array<{
|
|
6457
|
+
path: string;
|
|
6458
|
+
message: string;
|
|
6459
|
+
summary?: string;
|
|
6460
|
+
}>;
|
|
6461
|
+
};
|
|
6462
|
+
/**
|
|
6463
|
+
* Response for status 422
|
|
6464
|
+
*/
|
|
6465
|
+
422: {
|
|
6466
|
+
type: string;
|
|
6467
|
+
title: string;
|
|
6468
|
+
status: number;
|
|
6469
|
+
detail?: string;
|
|
6470
|
+
instance?: string;
|
|
6471
|
+
code?: string;
|
|
6472
|
+
errors?: Array<{
|
|
6473
|
+
path: string;
|
|
6474
|
+
message: string;
|
|
6475
|
+
summary?: string;
|
|
6476
|
+
}>;
|
|
6477
|
+
};
|
|
6478
|
+
/**
|
|
6479
|
+
* Response for status 500
|
|
6480
|
+
*/
|
|
6481
|
+
500: {
|
|
6482
|
+
type: string;
|
|
6483
|
+
title: string;
|
|
6484
|
+
status: number;
|
|
6485
|
+
detail?: string;
|
|
6486
|
+
instance?: string;
|
|
6487
|
+
code?: string;
|
|
6488
|
+
errors?: Array<{
|
|
6489
|
+
path: string;
|
|
6490
|
+
message: string;
|
|
6491
|
+
summary?: string;
|
|
6492
|
+
}>;
|
|
6493
|
+
};
|
|
6494
|
+
};
|
|
6495
|
+
export type GetApiPipelineDefinitionsByPipelineDefinitionIdVersionsByPipelineDefinitionVersionIdGraphSpecError = GetApiPipelineDefinitionsByPipelineDefinitionIdVersionsByPipelineDefinitionVersionIdGraphSpecErrors[keyof GetApiPipelineDefinitionsByPipelineDefinitionIdVersionsByPipelineDefinitionVersionIdGraphSpecErrors];
|
|
6496
|
+
export type GetApiPipelineDefinitionsByPipelineDefinitionIdVersionsByPipelineDefinitionVersionIdGraphSpecResponses = {
|
|
6497
|
+
/**
|
|
6498
|
+
* Response for status 200
|
|
6499
|
+
*/
|
|
6500
|
+
200: {
|
|
6501
|
+
key: string;
|
|
6502
|
+
name: string;
|
|
6503
|
+
description: string | unknown;
|
|
6504
|
+
version: number;
|
|
6505
|
+
status: 'draft' | 'active' | 'archived';
|
|
6506
|
+
inputSchemaJson?: {
|
|
6507
|
+
[key: string]: unknown;
|
|
6508
|
+
} | unknown;
|
|
6509
|
+
entryNodeKey: string;
|
|
6510
|
+
nodeDefinitions: Array<{
|
|
6511
|
+
nodeKey: string;
|
|
6512
|
+
kind: string;
|
|
6513
|
+
stepKey: string;
|
|
6514
|
+
stepName: string;
|
|
6515
|
+
stepDescription: string | unknown;
|
|
6516
|
+
inputBindingsJson: {
|
|
6517
|
+
[key: string]: {
|
|
6518
|
+
source: string;
|
|
6519
|
+
path: string;
|
|
6520
|
+
} | {
|
|
6521
|
+
source: string;
|
|
6522
|
+
field: string;
|
|
6523
|
+
} | {
|
|
6524
|
+
source: string;
|
|
6525
|
+
stepKey: string;
|
|
6526
|
+
signalKey: string;
|
|
6527
|
+
} | {
|
|
6528
|
+
source: string;
|
|
6529
|
+
stepKey: string;
|
|
6530
|
+
} | {
|
|
6531
|
+
source: string;
|
|
6532
|
+
value: unknown;
|
|
6533
|
+
} | {
|
|
6534
|
+
source: string;
|
|
6535
|
+
stepKey: string;
|
|
6536
|
+
} | {
|
|
6537
|
+
source: string;
|
|
6538
|
+
};
|
|
6539
|
+
};
|
|
6540
|
+
timeoutSeconds: number | unknown;
|
|
6541
|
+
advancementPolicyDefinition: {
|
|
6542
|
+
rulesJson: {
|
|
6543
|
+
rules: Array<{
|
|
6544
|
+
conditions: {
|
|
6545
|
+
all?: Array<unknown>;
|
|
6546
|
+
any?: Array<unknown>;
|
|
6547
|
+
};
|
|
6548
|
+
event: {
|
|
6549
|
+
type: string;
|
|
6550
|
+
params?: {
|
|
6551
|
+
[key: string]: unknown;
|
|
6552
|
+
};
|
|
6553
|
+
};
|
|
6554
|
+
}>;
|
|
6555
|
+
};
|
|
6556
|
+
defaultEventType: 'continue' | 'block' | 'route' | 'complete';
|
|
6557
|
+
defaultEventParamsJson: {
|
|
6558
|
+
[key: string]: unknown;
|
|
6559
|
+
} | unknown;
|
|
6560
|
+
allowedEventTypes: Array<'continue' | 'block' | 'route' | 'complete'>;
|
|
6561
|
+
};
|
|
6562
|
+
computedSignalDefinitions: Array<{
|
|
6563
|
+
key: string;
|
|
6564
|
+
type: 'average' | 'weighted_average' | 'sum' | 'min' | 'max' | 'count' | 'boolean_any' | 'boolean_all';
|
|
6565
|
+
inputSignalKeys: Array<string>;
|
|
6566
|
+
configJson: {
|
|
6567
|
+
[key: string]: unknown;
|
|
6568
|
+
} | unknown;
|
|
6569
|
+
availableWhenResultStatusIn: Array<string> | unknown;
|
|
6570
|
+
}>;
|
|
6571
|
+
} | {
|
|
6572
|
+
nodeKey: string;
|
|
6573
|
+
kind: string;
|
|
6574
|
+
stepKey: string;
|
|
6575
|
+
stepName: string;
|
|
6576
|
+
stepDescription: string | unknown;
|
|
6577
|
+
inputBindingsJson: {
|
|
6578
|
+
[key: string]: {
|
|
6579
|
+
source: string;
|
|
6580
|
+
path: string;
|
|
6581
|
+
} | {
|
|
6582
|
+
source: string;
|
|
6583
|
+
field: string;
|
|
6584
|
+
} | {
|
|
6585
|
+
source: string;
|
|
6586
|
+
stepKey: string;
|
|
6587
|
+
signalKey: string;
|
|
6588
|
+
} | {
|
|
6589
|
+
source: string;
|
|
6590
|
+
stepKey: string;
|
|
6591
|
+
} | {
|
|
6592
|
+
source: string;
|
|
6593
|
+
value: unknown;
|
|
6594
|
+
} | {
|
|
6595
|
+
source: string;
|
|
6596
|
+
stepKey: string;
|
|
6597
|
+
} | {
|
|
6598
|
+
source: string;
|
|
6599
|
+
};
|
|
6600
|
+
};
|
|
6601
|
+
timeoutSeconds: number | unknown;
|
|
6602
|
+
overSignalKey: string;
|
|
6603
|
+
advanceEachPolicyDefinition: {
|
|
6604
|
+
rules: Array<{
|
|
6605
|
+
conditions: {
|
|
6606
|
+
[key: string]: unknown;
|
|
6607
|
+
};
|
|
6608
|
+
event: {
|
|
6609
|
+
type: 'continue' | 'block';
|
|
6610
|
+
params?: {
|
|
6611
|
+
[key: string]: unknown;
|
|
6612
|
+
};
|
|
6613
|
+
};
|
|
6614
|
+
}>;
|
|
6615
|
+
defaultEventType: 'continue' | 'block';
|
|
6616
|
+
defaultEventParamsJson: {
|
|
6617
|
+
[key: string]: unknown;
|
|
6618
|
+
} | unknown;
|
|
6619
|
+
};
|
|
6620
|
+
maxConcurrency: number | unknown;
|
|
6621
|
+
} | {
|
|
6622
|
+
nodeKey: string;
|
|
6623
|
+
kind: string;
|
|
6624
|
+
advanceAllPolicyDefinition: {
|
|
6625
|
+
rules: Array<{
|
|
6626
|
+
conditions: {
|
|
6627
|
+
[key: string]: unknown;
|
|
6628
|
+
};
|
|
6629
|
+
event: {
|
|
6630
|
+
type: 'continue' | 'block';
|
|
6631
|
+
params?: {
|
|
6632
|
+
[key: string]: unknown;
|
|
6633
|
+
};
|
|
6634
|
+
};
|
|
6635
|
+
}>;
|
|
6636
|
+
defaultEventType: 'continue' | 'block';
|
|
6637
|
+
defaultEventParamsJson: {
|
|
6638
|
+
[key: string]: unknown;
|
|
6639
|
+
} | unknown;
|
|
6640
|
+
};
|
|
6641
|
+
stepSignalsListDefinitions: Array<{
|
|
6642
|
+
key: string;
|
|
6643
|
+
ops: Array<{
|
|
6644
|
+
op: string;
|
|
6645
|
+
signalKey: string;
|
|
6646
|
+
} | {
|
|
6647
|
+
op: string;
|
|
6648
|
+
operator: 'equal' | 'notEqual' | 'lessThan' | 'lessThanInclusive' | 'greaterThan' | 'greaterThanInclusive' | 'in' | 'notIn' | 'contains' | 'doesNotContain';
|
|
6649
|
+
value: unknown;
|
|
6650
|
+
} | {
|
|
6651
|
+
op: string;
|
|
6652
|
+
direction: 'asc' | 'desc';
|
|
6653
|
+
} | {
|
|
6654
|
+
op: string;
|
|
6655
|
+
}>;
|
|
6656
|
+
reducer: {
|
|
6657
|
+
op: string;
|
|
6658
|
+
} | {
|
|
6659
|
+
op: string;
|
|
6660
|
+
} | {
|
|
6661
|
+
op: string;
|
|
6662
|
+
} | {
|
|
6663
|
+
op: string;
|
|
6664
|
+
} | {
|
|
6665
|
+
op: string;
|
|
6666
|
+
} | {
|
|
6667
|
+
op: string;
|
|
6668
|
+
} | {
|
|
6669
|
+
op: string;
|
|
6670
|
+
} | {
|
|
6671
|
+
op: string;
|
|
6672
|
+
separator: string;
|
|
6673
|
+
} | {
|
|
6674
|
+
op: string;
|
|
6675
|
+
} | {
|
|
6676
|
+
op: string;
|
|
6677
|
+
};
|
|
6678
|
+
}>;
|
|
6679
|
+
} | {
|
|
6680
|
+
nodeKey: string;
|
|
6681
|
+
kind: string;
|
|
6682
|
+
choices: Array<{
|
|
6683
|
+
conditionJson: unknown;
|
|
6684
|
+
targetNodeKey: string;
|
|
6685
|
+
}>;
|
|
6686
|
+
default: string | unknown;
|
|
6687
|
+
} | {
|
|
6688
|
+
nodeKey: string;
|
|
6689
|
+
kind: string;
|
|
6690
|
+
branches: {
|
|
6691
|
+
[key: string]: {
|
|
6692
|
+
stepKey: string;
|
|
6693
|
+
stepName: string;
|
|
6694
|
+
stepDescription: string | unknown;
|
|
6695
|
+
inputBindingsJson: {
|
|
6696
|
+
[key: string]: {
|
|
6697
|
+
source: string;
|
|
6698
|
+
path: string;
|
|
6699
|
+
} | {
|
|
6700
|
+
source: string;
|
|
6701
|
+
field: string;
|
|
6702
|
+
} | {
|
|
6703
|
+
source: string;
|
|
6704
|
+
stepKey: string;
|
|
6705
|
+
signalKey: string;
|
|
6706
|
+
} | {
|
|
6707
|
+
source: string;
|
|
6708
|
+
stepKey: string;
|
|
6709
|
+
} | {
|
|
6710
|
+
source: string;
|
|
6711
|
+
value: unknown;
|
|
6712
|
+
} | {
|
|
6713
|
+
source: string;
|
|
6714
|
+
stepKey: string;
|
|
6715
|
+
} | {
|
|
6716
|
+
source: string;
|
|
6717
|
+
};
|
|
6718
|
+
};
|
|
6719
|
+
};
|
|
6720
|
+
};
|
|
6721
|
+
advanceAllPolicyDefinition?: {
|
|
6722
|
+
rules: Array<{
|
|
6723
|
+
conditions: {
|
|
6724
|
+
[key: string]: unknown;
|
|
6725
|
+
};
|
|
6726
|
+
event: {
|
|
6727
|
+
type: 'continue' | 'block';
|
|
6728
|
+
params?: {
|
|
6729
|
+
[key: string]: unknown;
|
|
6730
|
+
};
|
|
6731
|
+
};
|
|
6732
|
+
}>;
|
|
6733
|
+
defaultEventType: 'continue' | 'block';
|
|
6734
|
+
defaultEventParamsJson: {
|
|
6735
|
+
[key: string]: unknown;
|
|
6736
|
+
} | unknown;
|
|
6737
|
+
} | unknown;
|
|
6738
|
+
} | {
|
|
6739
|
+
nodeKey: string;
|
|
6740
|
+
kind: string;
|
|
6741
|
+
stepKey: string;
|
|
6742
|
+
stepName: string;
|
|
6743
|
+
stepDescription: string | unknown;
|
|
6744
|
+
inputBindingsJson: {
|
|
6745
|
+
[key: string]: {
|
|
6746
|
+
source: string;
|
|
6747
|
+
path: string;
|
|
6748
|
+
} | {
|
|
6749
|
+
source: string;
|
|
6750
|
+
field: string;
|
|
6751
|
+
} | {
|
|
6752
|
+
source: string;
|
|
6753
|
+
stepKey: string;
|
|
6754
|
+
signalKey: string;
|
|
6755
|
+
} | {
|
|
6756
|
+
source: string;
|
|
6757
|
+
stepKey: string;
|
|
6758
|
+
} | {
|
|
6759
|
+
source: string;
|
|
6760
|
+
value: unknown;
|
|
6761
|
+
} | {
|
|
6762
|
+
source: string;
|
|
6763
|
+
stepKey: string;
|
|
6764
|
+
} | {
|
|
6765
|
+
source: string;
|
|
6766
|
+
};
|
|
6767
|
+
};
|
|
6768
|
+
timeoutSeconds: number | unknown;
|
|
6769
|
+
maxIterations: number;
|
|
6770
|
+
untilConditionJson: unknown;
|
|
6771
|
+
} | {
|
|
6772
|
+
nodeKey: string;
|
|
6773
|
+
kind: string;
|
|
6774
|
+
} | {
|
|
6775
|
+
nodeKey: string;
|
|
6776
|
+
kind: string;
|
|
6777
|
+
}>;
|
|
6778
|
+
dependencyEdges: Array<{
|
|
6779
|
+
fromNodeKey: string;
|
|
6780
|
+
toNodeKey: string;
|
|
6781
|
+
discriminantJson?: {
|
|
6782
|
+
[key: string]: unknown;
|
|
6783
|
+
} | unknown;
|
|
6784
|
+
}>;
|
|
6785
|
+
};
|
|
6786
|
+
};
|
|
6787
|
+
export type GetApiPipelineDefinitionsByPipelineDefinitionIdVersionsByPipelineDefinitionVersionIdGraphSpecResponse = GetApiPipelineDefinitionsByPipelineDefinitionIdVersionsByPipelineDefinitionVersionIdGraphSpecResponses[keyof GetApiPipelineDefinitionsByPipelineDefinitionIdVersionsByPipelineDefinitionVersionIdGraphSpecResponses];
|
|
6388
6788
|
export type GetApiProjectsByProjectIdPipelineDefinitionsData = {
|
|
6389
6789
|
body?: never;
|
|
6390
6790
|
path: {
|
|
@@ -6851,13 +7251,16 @@ export type PostApiPipelineExecutionsResponses = {
|
|
|
6851
7251
|
id: string;
|
|
6852
7252
|
pipelineExecutionAttemptId: string;
|
|
6853
7253
|
pipelineStepDefinitionId: string;
|
|
6854
|
-
stepDefinitionId: string;
|
|
6855
|
-
stepDefinitionVersion: number;
|
|
7254
|
+
stepDefinitionId: string | unknown;
|
|
7255
|
+
stepDefinitionVersion: number | unknown;
|
|
6856
7256
|
stepKey: string;
|
|
6857
7257
|
position: number;
|
|
6858
|
-
|
|
6859
|
-
|
|
6860
|
-
|
|
7258
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
7259
|
+
branchIndex: number | unknown;
|
|
7260
|
+
branchKey: string | unknown;
|
|
7261
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
7262
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
7263
|
+
stepExecutionId: string | unknown;
|
|
6861
7264
|
stepExecutionResultId: string | unknown;
|
|
6862
7265
|
inheritedFromStepRunId: string | unknown;
|
|
6863
7266
|
acceptedByUserId: string | unknown;
|
|
@@ -6869,10 +7272,10 @@ export type PostApiPipelineExecutionsResponses = {
|
|
|
6869
7272
|
id: string;
|
|
6870
7273
|
pipelineExecutionAttemptId: string;
|
|
6871
7274
|
pipelineStepRunId: string;
|
|
6872
|
-
stepExecutionId: string;
|
|
6873
|
-
stepExecutionResultId: string;
|
|
6874
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
7275
|
+
stepExecutionId: string | unknown;
|
|
7276
|
+
stepExecutionResultId: string | unknown;
|
|
6875
7277
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
7278
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
6876
7279
|
policySnapshotJson: {
|
|
6877
7280
|
[key: string]: unknown;
|
|
6878
7281
|
} | unknown;
|
|
@@ -6881,7 +7284,7 @@ export type PostApiPipelineExecutionsResponses = {
|
|
|
6881
7284
|
};
|
|
6882
7285
|
ruleResultsJson: unknown;
|
|
6883
7286
|
finalStatus: 'pass' | 'fail';
|
|
6884
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
7287
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
6885
7288
|
finalPayloadJson: {
|
|
6886
7289
|
[key: string]: unknown;
|
|
6887
7290
|
} | unknown;
|
|
@@ -7025,13 +7428,16 @@ export type PutApiPipelineExecutionsByPipelineExecutionIdStartResponses = {
|
|
|
7025
7428
|
id: string;
|
|
7026
7429
|
pipelineExecutionAttemptId: string;
|
|
7027
7430
|
pipelineStepDefinitionId: string;
|
|
7028
|
-
stepDefinitionId: string;
|
|
7029
|
-
stepDefinitionVersion: number;
|
|
7431
|
+
stepDefinitionId: string | unknown;
|
|
7432
|
+
stepDefinitionVersion: number | unknown;
|
|
7030
7433
|
stepKey: string;
|
|
7031
7434
|
position: number;
|
|
7032
|
-
|
|
7033
|
-
|
|
7034
|
-
|
|
7435
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
7436
|
+
branchIndex: number | unknown;
|
|
7437
|
+
branchKey: string | unknown;
|
|
7438
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
7439
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
7440
|
+
stepExecutionId: string | unknown;
|
|
7035
7441
|
stepExecutionResultId: string | unknown;
|
|
7036
7442
|
inheritedFromStepRunId: string | unknown;
|
|
7037
7443
|
acceptedByUserId: string | unknown;
|
|
@@ -7043,10 +7449,10 @@ export type PutApiPipelineExecutionsByPipelineExecutionIdStartResponses = {
|
|
|
7043
7449
|
id: string;
|
|
7044
7450
|
pipelineExecutionAttemptId: string;
|
|
7045
7451
|
pipelineStepRunId: string;
|
|
7046
|
-
stepExecutionId: string;
|
|
7047
|
-
stepExecutionResultId: string;
|
|
7048
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
7452
|
+
stepExecutionId: string | unknown;
|
|
7453
|
+
stepExecutionResultId: string | unknown;
|
|
7049
7454
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
7455
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
7050
7456
|
policySnapshotJson: {
|
|
7051
7457
|
[key: string]: unknown;
|
|
7052
7458
|
} | unknown;
|
|
@@ -7055,7 +7461,7 @@ export type PutApiPipelineExecutionsByPipelineExecutionIdStartResponses = {
|
|
|
7055
7461
|
};
|
|
7056
7462
|
ruleResultsJson: unknown;
|
|
7057
7463
|
finalStatus: 'pass' | 'fail';
|
|
7058
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
7464
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
7059
7465
|
finalPayloadJson: {
|
|
7060
7466
|
[key: string]: unknown;
|
|
7061
7467
|
} | unknown;
|
|
@@ -7199,13 +7605,16 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdStepRunsFirstResponses
|
|
|
7199
7605
|
id: string;
|
|
7200
7606
|
pipelineExecutionAttemptId: string;
|
|
7201
7607
|
pipelineStepDefinitionId: string;
|
|
7202
|
-
stepDefinitionId: string;
|
|
7203
|
-
stepDefinitionVersion: number;
|
|
7608
|
+
stepDefinitionId: string | unknown;
|
|
7609
|
+
stepDefinitionVersion: number | unknown;
|
|
7204
7610
|
stepKey: string;
|
|
7205
7611
|
position: number;
|
|
7206
|
-
|
|
7207
|
-
|
|
7208
|
-
|
|
7612
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
7613
|
+
branchIndex: number | unknown;
|
|
7614
|
+
branchKey: string | unknown;
|
|
7615
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
7616
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
7617
|
+
stepExecutionId: string | unknown;
|
|
7209
7618
|
stepExecutionResultId: string | unknown;
|
|
7210
7619
|
inheritedFromStepRunId: string | unknown;
|
|
7211
7620
|
acceptedByUserId: string | unknown;
|
|
@@ -7217,10 +7626,10 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdStepRunsFirstResponses
|
|
|
7217
7626
|
id: string;
|
|
7218
7627
|
pipelineExecutionAttemptId: string;
|
|
7219
7628
|
pipelineStepRunId: string;
|
|
7220
|
-
stepExecutionId: string;
|
|
7221
|
-
stepExecutionResultId: string;
|
|
7222
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
7629
|
+
stepExecutionId: string | unknown;
|
|
7630
|
+
stepExecutionResultId: string | unknown;
|
|
7223
7631
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
7632
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
7224
7633
|
policySnapshotJson: {
|
|
7225
7634
|
[key: string]: unknown;
|
|
7226
7635
|
} | unknown;
|
|
@@ -7229,7 +7638,7 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdStepRunsFirstResponses
|
|
|
7229
7638
|
};
|
|
7230
7639
|
ruleResultsJson: unknown;
|
|
7231
7640
|
finalStatus: 'pass' | 'fail';
|
|
7232
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
7641
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
7233
7642
|
finalPayloadJson: {
|
|
7234
7643
|
[key: string]: unknown;
|
|
7235
7644
|
} | unknown;
|
|
@@ -7374,13 +7783,16 @@ export type PutApiPipelineExecutionsByPipelineExecutionIdStepRunsByPipelineStepR
|
|
|
7374
7783
|
id: string;
|
|
7375
7784
|
pipelineExecutionAttemptId: string;
|
|
7376
7785
|
pipelineStepDefinitionId: string;
|
|
7377
|
-
stepDefinitionId: string;
|
|
7378
|
-
stepDefinitionVersion: number;
|
|
7786
|
+
stepDefinitionId: string | unknown;
|
|
7787
|
+
stepDefinitionVersion: number | unknown;
|
|
7379
7788
|
stepKey: string;
|
|
7380
7789
|
position: number;
|
|
7381
|
-
|
|
7382
|
-
|
|
7383
|
-
|
|
7790
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
7791
|
+
branchIndex: number | unknown;
|
|
7792
|
+
branchKey: string | unknown;
|
|
7793
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
7794
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
7795
|
+
stepExecutionId: string | unknown;
|
|
7384
7796
|
stepExecutionResultId: string | unknown;
|
|
7385
7797
|
inheritedFromStepRunId: string | unknown;
|
|
7386
7798
|
acceptedByUserId: string | unknown;
|
|
@@ -7392,10 +7804,10 @@ export type PutApiPipelineExecutionsByPipelineExecutionIdStepRunsByPipelineStepR
|
|
|
7392
7804
|
id: string;
|
|
7393
7805
|
pipelineExecutionAttemptId: string;
|
|
7394
7806
|
pipelineStepRunId: string;
|
|
7395
|
-
stepExecutionId: string;
|
|
7396
|
-
stepExecutionResultId: string;
|
|
7397
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
7807
|
+
stepExecutionId: string | unknown;
|
|
7808
|
+
stepExecutionResultId: string | unknown;
|
|
7398
7809
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
7810
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
7399
7811
|
policySnapshotJson: {
|
|
7400
7812
|
[key: string]: unknown;
|
|
7401
7813
|
} | unknown;
|
|
@@ -7404,7 +7816,7 @@ export type PutApiPipelineExecutionsByPipelineExecutionIdStepRunsByPipelineStepR
|
|
|
7404
7816
|
};
|
|
7405
7817
|
ruleResultsJson: unknown;
|
|
7406
7818
|
finalStatus: 'pass' | 'fail';
|
|
7407
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
7819
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
7408
7820
|
finalPayloadJson: {
|
|
7409
7821
|
[key: string]: unknown;
|
|
7410
7822
|
} | unknown;
|
|
@@ -7555,13 +7967,16 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdStepRunsByPipelineStep
|
|
|
7555
7967
|
id: string;
|
|
7556
7968
|
pipelineExecutionAttemptId: string;
|
|
7557
7969
|
pipelineStepDefinitionId: string;
|
|
7558
|
-
stepDefinitionId: string;
|
|
7559
|
-
stepDefinitionVersion: number;
|
|
7970
|
+
stepDefinitionId: string | unknown;
|
|
7971
|
+
stepDefinitionVersion: number | unknown;
|
|
7560
7972
|
stepKey: string;
|
|
7561
7973
|
position: number;
|
|
7562
|
-
|
|
7563
|
-
|
|
7564
|
-
|
|
7974
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
7975
|
+
branchIndex: number | unknown;
|
|
7976
|
+
branchKey: string | unknown;
|
|
7977
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
7978
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
7979
|
+
stepExecutionId: string | unknown;
|
|
7565
7980
|
stepExecutionResultId: string | unknown;
|
|
7566
7981
|
inheritedFromStepRunId: string | unknown;
|
|
7567
7982
|
acceptedByUserId: string | unknown;
|
|
@@ -7573,10 +7988,10 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdStepRunsByPipelineStep
|
|
|
7573
7988
|
id: string;
|
|
7574
7989
|
pipelineExecutionAttemptId: string;
|
|
7575
7990
|
pipelineStepRunId: string;
|
|
7576
|
-
stepExecutionId: string;
|
|
7577
|
-
stepExecutionResultId: string;
|
|
7578
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
7991
|
+
stepExecutionId: string | unknown;
|
|
7992
|
+
stepExecutionResultId: string | unknown;
|
|
7579
7993
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
7994
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
7580
7995
|
policySnapshotJson: {
|
|
7581
7996
|
[key: string]: unknown;
|
|
7582
7997
|
} | unknown;
|
|
@@ -7585,7 +8000,7 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdStepRunsByPipelineStep
|
|
|
7585
8000
|
};
|
|
7586
8001
|
ruleResultsJson: unknown;
|
|
7587
8002
|
finalStatus: 'pass' | 'fail';
|
|
7588
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
8003
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
7589
8004
|
finalPayloadJson: {
|
|
7590
8005
|
[key: string]: unknown;
|
|
7591
8006
|
} | unknown;
|
|
@@ -7736,13 +8151,16 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdStepRunsByPipelineStep
|
|
|
7736
8151
|
id: string;
|
|
7737
8152
|
pipelineExecutionAttemptId: string;
|
|
7738
8153
|
pipelineStepDefinitionId: string;
|
|
7739
|
-
stepDefinitionId: string;
|
|
7740
|
-
stepDefinitionVersion: number;
|
|
8154
|
+
stepDefinitionId: string | unknown;
|
|
8155
|
+
stepDefinitionVersion: number | unknown;
|
|
7741
8156
|
stepKey: string;
|
|
7742
8157
|
position: number;
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
|
|
8158
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
8159
|
+
branchIndex: number | unknown;
|
|
8160
|
+
branchKey: string | unknown;
|
|
8161
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
8162
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
8163
|
+
stepExecutionId: string | unknown;
|
|
7746
8164
|
stepExecutionResultId: string | unknown;
|
|
7747
8165
|
inheritedFromStepRunId: string | unknown;
|
|
7748
8166
|
acceptedByUserId: string | unknown;
|
|
@@ -7754,10 +8172,10 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdStepRunsByPipelineStep
|
|
|
7754
8172
|
id: string;
|
|
7755
8173
|
pipelineExecutionAttemptId: string;
|
|
7756
8174
|
pipelineStepRunId: string;
|
|
7757
|
-
stepExecutionId: string;
|
|
7758
|
-
stepExecutionResultId: string;
|
|
7759
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
8175
|
+
stepExecutionId: string | unknown;
|
|
8176
|
+
stepExecutionResultId: string | unknown;
|
|
7760
8177
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
8178
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
7761
8179
|
policySnapshotJson: {
|
|
7762
8180
|
[key: string]: unknown;
|
|
7763
8181
|
} | unknown;
|
|
@@ -7766,7 +8184,7 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdStepRunsByPipelineStep
|
|
|
7766
8184
|
};
|
|
7767
8185
|
ruleResultsJson: unknown;
|
|
7768
8186
|
finalStatus: 'pass' | 'fail';
|
|
7769
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
8187
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
7770
8188
|
finalPayloadJson: {
|
|
7771
8189
|
[key: string]: unknown;
|
|
7772
8190
|
} | unknown;
|
|
@@ -7914,13 +8332,16 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdCohortsByOriginNodeDef
|
|
|
7914
8332
|
id: string;
|
|
7915
8333
|
pipelineExecutionAttemptId: string;
|
|
7916
8334
|
pipelineStepDefinitionId: string;
|
|
7917
|
-
stepDefinitionId: string;
|
|
7918
|
-
stepDefinitionVersion: number;
|
|
8335
|
+
stepDefinitionId: string | unknown;
|
|
8336
|
+
stepDefinitionVersion: number | unknown;
|
|
7919
8337
|
stepKey: string;
|
|
7920
8338
|
position: number;
|
|
7921
|
-
|
|
7922
|
-
|
|
7923
|
-
|
|
8339
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
8340
|
+
branchIndex: number | unknown;
|
|
8341
|
+
branchKey: string | unknown;
|
|
8342
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
8343
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
8344
|
+
stepExecutionId: string | unknown;
|
|
7924
8345
|
stepExecutionResultId: string | unknown;
|
|
7925
8346
|
inheritedFromStepRunId: string | unknown;
|
|
7926
8347
|
acceptedByUserId: string | unknown;
|
|
@@ -7932,10 +8353,10 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdCohortsByOriginNodeDef
|
|
|
7932
8353
|
id: string;
|
|
7933
8354
|
pipelineExecutionAttemptId: string;
|
|
7934
8355
|
pipelineStepRunId: string;
|
|
7935
|
-
stepExecutionId: string;
|
|
7936
|
-
stepExecutionResultId: string;
|
|
7937
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
8356
|
+
stepExecutionId: string | unknown;
|
|
8357
|
+
stepExecutionResultId: string | unknown;
|
|
7938
8358
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
8359
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
7939
8360
|
policySnapshotJson: {
|
|
7940
8361
|
[key: string]: unknown;
|
|
7941
8362
|
} | unknown;
|
|
@@ -7944,7 +8365,7 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdCohortsByOriginNodeDef
|
|
|
7944
8365
|
};
|
|
7945
8366
|
ruleResultsJson: unknown;
|
|
7946
8367
|
finalStatus: 'pass' | 'fail';
|
|
7947
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
8368
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
7948
8369
|
finalPayloadJson: {
|
|
7949
8370
|
[key: string]: unknown;
|
|
7950
8371
|
} | unknown;
|
|
@@ -8091,13 +8512,16 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdRerunResponses = {
|
|
|
8091
8512
|
id: string;
|
|
8092
8513
|
pipelineExecutionAttemptId: string;
|
|
8093
8514
|
pipelineStepDefinitionId: string;
|
|
8094
|
-
stepDefinitionId: string;
|
|
8095
|
-
stepDefinitionVersion: number;
|
|
8515
|
+
stepDefinitionId: string | unknown;
|
|
8516
|
+
stepDefinitionVersion: number | unknown;
|
|
8096
8517
|
stepKey: string;
|
|
8097
8518
|
position: number;
|
|
8098
|
-
|
|
8099
|
-
|
|
8100
|
-
|
|
8519
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
8520
|
+
branchIndex: number | unknown;
|
|
8521
|
+
branchKey: string | unknown;
|
|
8522
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
8523
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
8524
|
+
stepExecutionId: string | unknown;
|
|
8101
8525
|
stepExecutionResultId: string | unknown;
|
|
8102
8526
|
inheritedFromStepRunId: string | unknown;
|
|
8103
8527
|
acceptedByUserId: string | unknown;
|
|
@@ -8109,10 +8533,10 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdRerunResponses = {
|
|
|
8109
8533
|
id: string;
|
|
8110
8534
|
pipelineExecutionAttemptId: string;
|
|
8111
8535
|
pipelineStepRunId: string;
|
|
8112
|
-
stepExecutionId: string;
|
|
8113
|
-
stepExecutionResultId: string;
|
|
8114
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
8536
|
+
stepExecutionId: string | unknown;
|
|
8537
|
+
stepExecutionResultId: string | unknown;
|
|
8115
8538
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
8539
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
8116
8540
|
policySnapshotJson: {
|
|
8117
8541
|
[key: string]: unknown;
|
|
8118
8542
|
} | unknown;
|
|
@@ -8121,7 +8545,7 @@ export type PostApiPipelineExecutionsByPipelineExecutionIdRerunResponses = {
|
|
|
8121
8545
|
};
|
|
8122
8546
|
ruleResultsJson: unknown;
|
|
8123
8547
|
finalStatus: 'pass' | 'fail';
|
|
8124
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
8548
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
8125
8549
|
finalPayloadJson: {
|
|
8126
8550
|
[key: string]: unknown;
|
|
8127
8551
|
} | unknown;
|
|
@@ -8265,13 +8689,16 @@ export type PutApiPipelineExecutionsByPipelineExecutionIdCancelResponses = {
|
|
|
8265
8689
|
id: string;
|
|
8266
8690
|
pipelineExecutionAttemptId: string;
|
|
8267
8691
|
pipelineStepDefinitionId: string;
|
|
8268
|
-
stepDefinitionId: string;
|
|
8269
|
-
stepDefinitionVersion: number;
|
|
8692
|
+
stepDefinitionId: string | unknown;
|
|
8693
|
+
stepDefinitionVersion: number | unknown;
|
|
8270
8694
|
stepKey: string;
|
|
8271
8695
|
position: number;
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8696
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
8697
|
+
branchIndex: number | unknown;
|
|
8698
|
+
branchKey: string | unknown;
|
|
8699
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
8700
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
8701
|
+
stepExecutionId: string | unknown;
|
|
8275
8702
|
stepExecutionResultId: string | unknown;
|
|
8276
8703
|
inheritedFromStepRunId: string | unknown;
|
|
8277
8704
|
acceptedByUserId: string | unknown;
|
|
@@ -8283,10 +8710,10 @@ export type PutApiPipelineExecutionsByPipelineExecutionIdCancelResponses = {
|
|
|
8283
8710
|
id: string;
|
|
8284
8711
|
pipelineExecutionAttemptId: string;
|
|
8285
8712
|
pipelineStepRunId: string;
|
|
8286
|
-
stepExecutionId: string;
|
|
8287
|
-
stepExecutionResultId: string;
|
|
8288
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
8713
|
+
stepExecutionId: string | unknown;
|
|
8714
|
+
stepExecutionResultId: string | unknown;
|
|
8289
8715
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
8716
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
8290
8717
|
policySnapshotJson: {
|
|
8291
8718
|
[key: string]: unknown;
|
|
8292
8719
|
} | unknown;
|
|
@@ -8295,7 +8722,7 @@ export type PutApiPipelineExecutionsByPipelineExecutionIdCancelResponses = {
|
|
|
8295
8722
|
};
|
|
8296
8723
|
ruleResultsJson: unknown;
|
|
8297
8724
|
finalStatus: 'pass' | 'fail';
|
|
8298
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
8725
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
8299
8726
|
finalPayloadJson: {
|
|
8300
8727
|
[key: string]: unknown;
|
|
8301
8728
|
} | unknown;
|
|
@@ -8540,13 +8967,16 @@ export type GetApiPipelineExecutionsByPipelineExecutionIdResponses = {
|
|
|
8540
8967
|
id: string;
|
|
8541
8968
|
pipelineExecutionAttemptId: string;
|
|
8542
8969
|
pipelineStepDefinitionId: string;
|
|
8543
|
-
stepDefinitionId: string;
|
|
8544
|
-
stepDefinitionVersion: number;
|
|
8970
|
+
stepDefinitionId: string | unknown;
|
|
8971
|
+
stepDefinitionVersion: number | unknown;
|
|
8545
8972
|
stepKey: string;
|
|
8546
8973
|
position: number;
|
|
8547
|
-
|
|
8548
|
-
|
|
8549
|
-
|
|
8974
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
8975
|
+
branchIndex: number | unknown;
|
|
8976
|
+
branchKey: string | unknown;
|
|
8977
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
8978
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
8979
|
+
stepExecutionId: string | unknown;
|
|
8550
8980
|
stepExecutionResultId: string | unknown;
|
|
8551
8981
|
inheritedFromStepRunId: string | unknown;
|
|
8552
8982
|
acceptedByUserId: string | unknown;
|
|
@@ -8558,10 +8988,10 @@ export type GetApiPipelineExecutionsByPipelineExecutionIdResponses = {
|
|
|
8558
8988
|
id: string;
|
|
8559
8989
|
pipelineExecutionAttemptId: string;
|
|
8560
8990
|
pipelineStepRunId: string;
|
|
8561
|
-
stepExecutionId: string;
|
|
8562
|
-
stepExecutionResultId: string;
|
|
8563
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
8991
|
+
stepExecutionId: string | unknown;
|
|
8992
|
+
stepExecutionResultId: string | unknown;
|
|
8564
8993
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
8994
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
8565
8995
|
policySnapshotJson: {
|
|
8566
8996
|
[key: string]: unknown;
|
|
8567
8997
|
} | unknown;
|
|
@@ -8570,7 +9000,7 @@ export type GetApiPipelineExecutionsByPipelineExecutionIdResponses = {
|
|
|
8570
9000
|
};
|
|
8571
9001
|
ruleResultsJson: unknown;
|
|
8572
9002
|
finalStatus: 'pass' | 'fail';
|
|
8573
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
9003
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
8574
9004
|
finalPayloadJson: {
|
|
8575
9005
|
[key: string]: unknown;
|
|
8576
9006
|
} | unknown;
|
|
@@ -8715,13 +9145,16 @@ export type GetApiPipelineExecutionsByPipelineExecutionIdRoutedChainResponses =
|
|
|
8715
9145
|
id: string;
|
|
8716
9146
|
pipelineExecutionAttemptId: string;
|
|
8717
9147
|
pipelineStepDefinitionId: string;
|
|
8718
|
-
stepDefinitionId: string;
|
|
8719
|
-
stepDefinitionVersion: number;
|
|
9148
|
+
stepDefinitionId: string | unknown;
|
|
9149
|
+
stepDefinitionVersion: number | unknown;
|
|
8720
9150
|
stepKey: string;
|
|
8721
9151
|
position: number;
|
|
8722
|
-
|
|
8723
|
-
|
|
8724
|
-
|
|
9152
|
+
nodeKind: 'step' | 'fanOut' | 'cohortGate' | 'choice' | 'parallel' | 'loop' | 'succeed' | 'fail';
|
|
9153
|
+
branchIndex: number | unknown;
|
|
9154
|
+
branchKey: string | unknown;
|
|
9155
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
9156
|
+
satisfactionStatus: 'not_evaluated' | 'satisfied_by_policy' | 'satisfied_by_user' | 'unsatisfied_by_policy' | 'not_applicable';
|
|
9157
|
+
stepExecutionId: string | unknown;
|
|
8725
9158
|
stepExecutionResultId: string | unknown;
|
|
8726
9159
|
inheritedFromStepRunId: string | unknown;
|
|
8727
9160
|
acceptedByUserId: string | unknown;
|
|
@@ -8733,10 +9166,10 @@ export type GetApiPipelineExecutionsByPipelineExecutionIdRoutedChainResponses =
|
|
|
8733
9166
|
id: string;
|
|
8734
9167
|
pipelineExecutionAttemptId: string;
|
|
8735
9168
|
pipelineStepRunId: string;
|
|
8736
|
-
stepExecutionId: string;
|
|
8737
|
-
stepExecutionResultId: string;
|
|
8738
|
-
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
9169
|
+
stepExecutionId: string | unknown;
|
|
9170
|
+
stepExecutionResultId: string | unknown;
|
|
8739
9171
|
pipelineStepAdvancementPolicyDefinitionId: string | unknown;
|
|
9172
|
+
decisionKind: 'step_policy' | 'choice' | 'loop_until' | 'advance_each' | 'advance_all';
|
|
8740
9173
|
policySnapshotJson: {
|
|
8741
9174
|
[key: string]: unknown;
|
|
8742
9175
|
} | unknown;
|
|
@@ -8745,7 +9178,7 @@ export type GetApiPipelineExecutionsByPipelineExecutionIdRoutedChainResponses =
|
|
|
8745
9178
|
};
|
|
8746
9179
|
ruleResultsJson: unknown;
|
|
8747
9180
|
finalStatus: 'pass' | 'fail';
|
|
8748
|
-
finalAction: 'continue' | 'block' | 'complete' | 'route';
|
|
9181
|
+
finalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat';
|
|
8749
9182
|
finalPayloadJson: {
|
|
8750
9183
|
[key: string]: unknown;
|
|
8751
9184
|
} | unknown;
|
|
@@ -8959,9 +9392,9 @@ export type GetApiPipelineExecutionsStepRollupsByDefinitionByPipelineDefinitionI
|
|
|
8959
9392
|
latestRun: {
|
|
8960
9393
|
pipelineStepRunId: string;
|
|
8961
9394
|
pipelineExecutionId: string;
|
|
8962
|
-
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | '
|
|
9395
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
8963
9396
|
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
8964
|
-
evaluationFinalAction: 'continue' | 'block' | 'complete' | 'route' | unknown;
|
|
9397
|
+
evaluationFinalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat' | unknown;
|
|
8965
9398
|
createdAt: string;
|
|
8966
9399
|
} | unknown;
|
|
8967
9400
|
}>;
|
|
@@ -9067,9 +9500,9 @@ export type GetApiPipelineExecutionsStepRunsByDefinitionByPipelineDefinitionIdRe
|
|
|
9067
9500
|
200: Array<{
|
|
9068
9501
|
pipelineStepRunId: string;
|
|
9069
9502
|
pipelineExecutionId: string;
|
|
9070
|
-
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | '
|
|
9503
|
+
status: 'pending' | 'queued' | 'running' | 'satisfied' | 'unsatisfied' | 'blocked' | 'cancelled' | 'abandoned' | 'timeout';
|
|
9071
9504
|
stepExecutionResultStatus: 'succeeded' | 'failed' | unknown;
|
|
9072
|
-
evaluationFinalAction: 'continue' | 'block' | 'complete' | 'route' | unknown;
|
|
9505
|
+
evaluationFinalAction: 'continue' | 'block' | 'complete' | 'route' | 'route_to_node' | 'repeat' | unknown;
|
|
9073
9506
|
createdAt: string;
|
|
9074
9507
|
}>;
|
|
9075
9508
|
};
|