You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hugo/data/api/v2/full_spec.yaml
+106Lines changed: 106 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26764,6 +26764,8 @@ components:
26764
26764
description: "A sample workflow."
26765
26765
name: "Example Workflow"
26766
26766
published: true
26767
+
runAs:
26768
+
type: owner
26767
26769
spec:
26768
26770
annotations:
26769
26771
- display:
@@ -122546,6 +122548,8 @@ components:
122546
122548
description: "A sample workflow."
122547
122549
name: "Example Workflow"
122548
122550
published: true
122551
+
runAs:
122552
+
type: owner
122549
122553
spec:
122550
122554
annotations:
122551
122555
- display:
@@ -125496,6 +125500,12 @@ components:
125496
125500
published:
125497
125501
description: Set the workflow to published or unpublished. Workflows in an unpublished state will only be executable via manual runs. Automatic triggers such as Schedule will not execute the workflow until it is published.
description: The service account used to run the workflow. Present when `runAsUserMode` is `service_account`.
125527
125540
readOnly: true
125528
125541
type: object
125529
125542
WorkflowDataType:
@@ -125567,6 +125580,12 @@ components:
125567
125580
published:
125568
125581
description: Set the workflow to published or unpublished. Workflows in an unpublished state will only be executable via manual runs. Automatic triggers such as Schedule will not execute the workflow until it is published.
description: Whether the workflow is published. Unpublished workflows can only be run manually. Automatic triggers such as Schedule do not fire until the workflow is published.
0 commit comments