@stigmer/protos 1.0.4 → 2.0.1
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/ai/stigmer/activity/v1/io_pb.d.ts +109 -0
- package/ai/stigmer/activity/v1/io_pb.js +25 -0
- package/ai/stigmer/activity/v1/io_pb.js.map +1 -0
- package/ai/stigmer/activity/v1/query_connect.d.ts +39 -0
- package/ai/stigmer/activity/v1/query_connect.js +46 -0
- package/ai/stigmer/activity/v1/query_connect.js.map +1 -0
- package/ai/stigmer/activity/v1/query_pb.d.ts +41 -0
- package/ai/stigmer/activity/v1/query_pb.js +28 -0
- package/ai/stigmer/activity/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/version_pb.d.ts +214 -0
- package/ai/stigmer/agentic/agent/v1/version_pb.js +43 -0
- package/ai/stigmer/agentic/agent/v1/version_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -15
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +14 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +50 -9
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +26 -7
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +4 -4
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +27 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +28 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +27 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +3 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +50 -0
- package/ai/stigmer/agentic/session/v1/enum_pb.js +53 -2
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +37 -35
- package/ai/stigmer/agentic/session/v1/spec_pb.js +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +44 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +46 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +44 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js +3 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +46 -2
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +47 -2
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +45 -2
- package/ai/stigmer/agentic/workflow/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +22 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/version_pb.d.ts +281 -0
- package/ai/stigmer/agentic/workflow/v1/version_pb.js +42 -0
- package/ai/stigmer/agentic/workflow/v1/version_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +32 -4
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +44 -25
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +44 -25
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +44 -25
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +2 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +2 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.d.ts +83 -5
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js +13 -8
- package/ai/stigmer/agentic/workflowexecution/v1/event_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +234 -4
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +61 -10
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +21 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +2 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +28 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +29 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +28 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/billing/v1/enum_pb.d.ts +35 -0
- package/ai/stigmer/billing/v1/enum_pb.js +43 -7
- package/ai/stigmer/billing/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/billing/v1/io_pb.d.ts +13 -1
- package/ai/stigmer/billing/v1/io_pb.js +1 -1
- package/ai/stigmer/billing/v1/io_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +0 -6
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +1 -7
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +21 -3
- package/ai/stigmer/commons/apiresource/enum_pb.js +21 -3
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +17 -6
- package/ai/stigmer/commons/apiresource/io_pb.js +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +24 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js +1 -1
- package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -1
- package/ai/stigmer/iam/invitation/v1/query_connect.d.ts +2 -2
- package/ai/stigmer/iam/invitation/v1/query_connect.js +2 -2
- package/ai/stigmer/iam/invitation/v1/query_pb.d.ts +2 -2
- package/ai/stigmer/iam/invitation/v1/query_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
- package/buf/validate/validate_pb.d.ts +217 -156
- package/buf/validate/validate_pb.js +3 -3
- package/buf/validate/validate_pb.js.map +1 -1
- package/package.json +3 -2
- package/ai/stigmer/agentic/runner/v1/api_pb.d.ts +0 -247
- package/ai/stigmer/agentic/runner/v1/api_pb.js +0 -30
- package/ai/stigmer/agentic/runner/v1/api_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/command_connect.d.ts +0 -198
- package/ai/stigmer/agentic/runner/v1/command_connect.js +0 -206
- package/ai/stigmer/agentic/runner/v1/command_connect.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/command_pb.d.ts +0 -193
- package/ai/stigmer/agentic/runner/v1/command_pb.js +0 -34
- package/ai/stigmer/agentic/runner/v1/command_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/enum_pb.d.ts +0 -83
- package/ai/stigmer/agentic/runner/v1/enum_pb.js +0 -88
- package/ai/stigmer/agentic/runner/v1/enum_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/io_pb.d.ts +0 -640
- package/ai/stigmer/agentic/runner/v1/io_pb.js +0 -114
- package/ai/stigmer/agentic/runner/v1/io_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/query_connect.d.ts +0 -64
- package/ai/stigmer/agentic/runner/v1/query_connect.js +0 -73
- package/ai/stigmer/agentic/runner/v1/query_connect.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/query_pb.d.ts +0 -66
- package/ai/stigmer/agentic/runner/v1/query_pb.js +0 -24
- package/ai/stigmer/agentic/runner/v1/query_pb.js.map +0 -1
- package/ai/stigmer/agentic/runner/v1/spec_pb.d.ts +0 -36
- package/ai/stigmer/agentic/runner/v1/spec_pb.js +0 -14
- package/ai/stigmer/agentic/runner/v1/spec_pb.js.map +0 -1
|
@@ -136,6 +136,33 @@ export type ListWorkflowExecutionsRequest = Message<"ai.stigmer.agentic.workflow
|
|
|
136
136
|
* @generated from field: repeated string tags = 4;
|
|
137
137
|
*/
|
|
138
138
|
tags: string[];
|
|
139
|
+
/**
|
|
140
|
+
* Structured filter criteria for advanced filtering.
|
|
141
|
+
*
|
|
142
|
+
* When set, applies AND-conjunction with the existing `phase` and `tags` fields.
|
|
143
|
+
* If both `phase` and `filter.phases` are set, `filter.phases` takes precedence.
|
|
144
|
+
*
|
|
145
|
+
* @since T13 (Execution History)
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.ExecutionFilterCriteria filter = 5;
|
|
148
|
+
*/
|
|
149
|
+
filter?: ExecutionFilterCriteria;
|
|
150
|
+
/**
|
|
151
|
+
* Sort field. When unspecified, defaults to started_at descending.
|
|
152
|
+
*
|
|
153
|
+
* @since T13 (Execution History)
|
|
154
|
+
*
|
|
155
|
+
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.ExecutionSortField sort_field = 6;
|
|
156
|
+
*/
|
|
157
|
+
sortField: ExecutionSortField;
|
|
158
|
+
/**
|
|
159
|
+
* When true, sorts in ascending order. Default (false) is descending.
|
|
160
|
+
*
|
|
161
|
+
* @since T13 (Execution History)
|
|
162
|
+
*
|
|
163
|
+
* @generated from field: bool sort_ascending = 7;
|
|
164
|
+
*/
|
|
165
|
+
sortAscending: boolean;
|
|
139
166
|
};
|
|
140
167
|
/**
|
|
141
168
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.ListWorkflowExecutionsRequest.
|
|
@@ -176,6 +203,30 @@ export type ListWorkflowExecutionsByWorkflowRequest = Message<"ai.stigmer.agenti
|
|
|
176
203
|
* @generated from field: string page_token = 3;
|
|
177
204
|
*/
|
|
178
205
|
pageToken: string;
|
|
206
|
+
/**
|
|
207
|
+
* Structured filter criteria for advanced filtering.
|
|
208
|
+
*
|
|
209
|
+
* @since T13 (Execution History)
|
|
210
|
+
*
|
|
211
|
+
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.ExecutionFilterCriteria filter = 4;
|
|
212
|
+
*/
|
|
213
|
+
filter?: ExecutionFilterCriteria;
|
|
214
|
+
/**
|
|
215
|
+
* Sort field. When unspecified, defaults to started_at descending.
|
|
216
|
+
*
|
|
217
|
+
* @since T13 (Execution History)
|
|
218
|
+
*
|
|
219
|
+
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.ExecutionSortField sort_field = 5;
|
|
220
|
+
*/
|
|
221
|
+
sortField: ExecutionSortField;
|
|
222
|
+
/**
|
|
223
|
+
* When true, sorts in ascending order. Default (false) is descending.
|
|
224
|
+
*
|
|
225
|
+
* @since T13 (Execution History)
|
|
226
|
+
*
|
|
227
|
+
* @generated from field: bool sort_ascending = 6;
|
|
228
|
+
*/
|
|
229
|
+
sortAscending: boolean;
|
|
179
230
|
};
|
|
180
231
|
/**
|
|
181
232
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.ListWorkflowExecutionsByWorkflowRequest.
|
|
@@ -231,6 +282,25 @@ export type WorkflowExecutionUpdateStatusInput = Message<"ai.stigmer.agentic.wor
|
|
|
231
282
|
* @generated from field: repeated ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionEvent events = 10;
|
|
232
283
|
*/
|
|
233
284
|
events: WorkflowExecutionEvent[];
|
|
285
|
+
/**
|
|
286
|
+
* When true, status.pending_approvals will be merged into the existing
|
|
287
|
+
* execution (replacing the stored list). When false (default), existing
|
|
288
|
+
* pending_approvals are preserved unchanged.
|
|
289
|
+
*
|
|
290
|
+
* @internal
|
|
291
|
+
* This prevents a race condition where concurrent event emissions
|
|
292
|
+
* (which don't include pending_approvals) inadvertently clear active
|
|
293
|
+
* approval gates set by call-agent-status.
|
|
294
|
+
*
|
|
295
|
+
* Only call-agent-status.ts sets this to true — both when populating
|
|
296
|
+
* approvals from a child_approval_required signal and when clearing them
|
|
297
|
+
* after the child agent completes.
|
|
298
|
+
*
|
|
299
|
+
* @since Agent Call Live Experience
|
|
300
|
+
*
|
|
301
|
+
* @generated from field: bool update_pending_approvals = 11;
|
|
302
|
+
*/
|
|
303
|
+
updatePendingApprovals: boolean;
|
|
234
304
|
};
|
|
235
305
|
/**
|
|
236
306
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionUpdateStatusInput.
|
|
@@ -481,10 +551,17 @@ export declare const TerminateWorkflowExecutionInputSchema: GenMessage<Terminate
|
|
|
481
551
|
/**
|
|
482
552
|
* RecoverWorkflowExecutionInput requests recovery of a failed workflow execution.
|
|
483
553
|
*
|
|
554
|
+
* Recovery preserves completed work: tasks that succeeded in the failed run are
|
|
555
|
+
* skipped (their outputs restored into workflow context), and execution resumes
|
|
556
|
+
* from the first incomplete or failed task.
|
|
557
|
+
*
|
|
484
558
|
* @internal
|
|
485
|
-
*
|
|
486
|
-
*
|
|
487
|
-
*
|
|
559
|
+
* Terminates the existing Temporal orchestrator and child workflows, recreates
|
|
560
|
+
* the ExecutionContext with freshly resolved environment variables, and starts a
|
|
561
|
+
* new orchestrator with recoveryMode enabled. The workflow engine reads completed
|
|
562
|
+
* task outputs from the persisted event log, skips those tasks (emitting
|
|
563
|
+
* task_skipped events), and begins execution at the first non-completed task.
|
|
564
|
+
* Event sequence numbers continue from the high-water mark of the previous run.
|
|
488
565
|
*
|
|
489
566
|
* Preconditions:
|
|
490
567
|
* - Execution must be in EXECUTION_FAILED phase
|
|
@@ -822,7 +899,88 @@ export type SubscribeEventsRequest = Message<"ai.stigmer.agentic.workflowexecuti
|
|
|
822
899
|
*/
|
|
823
900
|
export declare const SubscribeEventsRequestSchema: GenMessage<SubscribeEventsRequest>;
|
|
824
901
|
/**
|
|
825
|
-
*
|
|
902
|
+
* ExecutionFilterCriteria defines structured filter conditions for listing
|
|
903
|
+
* workflow executions. All specified conditions are combined with AND logic.
|
|
904
|
+
*
|
|
905
|
+
* @since T13 (Execution History)
|
|
906
|
+
*
|
|
907
|
+
* @generated from message ai.stigmer.agentic.workflowexecution.v1.ExecutionFilterCriteria
|
|
908
|
+
*/
|
|
909
|
+
export type ExecutionFilterCriteria = Message<"ai.stigmer.agentic.workflowexecution.v1.ExecutionFilterCriteria"> & {
|
|
910
|
+
/**
|
|
911
|
+
* Filter by execution phases. Empty means all phases.
|
|
912
|
+
*
|
|
913
|
+
* Supersedes the top-level `phase` field on ListWorkflowExecutionsRequest
|
|
914
|
+
* when both are set.
|
|
915
|
+
*
|
|
916
|
+
* @generated from field: repeated ai.stigmer.agentic.workflowexecution.v1.ExecutionPhase phases = 1;
|
|
917
|
+
*/
|
|
918
|
+
phases: ExecutionPhase[];
|
|
919
|
+
/**
|
|
920
|
+
* Include only executions started at or after this timestamp.
|
|
921
|
+
*
|
|
922
|
+
* @generated from field: google.protobuf.Timestamp started_after = 2;
|
|
923
|
+
*/
|
|
924
|
+
startedAfter?: Timestamp;
|
|
925
|
+
/**
|
|
926
|
+
* Include only executions started at or before this timestamp.
|
|
927
|
+
*
|
|
928
|
+
* @generated from field: google.protobuf.Timestamp started_before = 3;
|
|
929
|
+
*/
|
|
930
|
+
startedBefore?: Timestamp;
|
|
931
|
+
/**
|
|
932
|
+
* Minimum execution duration (completed executions only).
|
|
933
|
+
*
|
|
934
|
+
* Executions still in progress or without timestamps are excluded
|
|
935
|
+
* when this filter is set.
|
|
936
|
+
*
|
|
937
|
+
* @generated from field: google.protobuf.Duration min_duration = 4;
|
|
938
|
+
*/
|
|
939
|
+
minDuration?: Duration;
|
|
940
|
+
/**
|
|
941
|
+
* Maximum execution duration (completed executions only).
|
|
942
|
+
*
|
|
943
|
+
* @generated from field: google.protobuf.Duration max_duration = 5;
|
|
944
|
+
*/
|
|
945
|
+
maxDuration?: Duration;
|
|
946
|
+
/**
|
|
947
|
+
* Minimum cost in micro-USD.
|
|
948
|
+
*
|
|
949
|
+
* @generated from field: int64 min_cost_micros = 6;
|
|
950
|
+
*/
|
|
951
|
+
minCostMicros: bigint;
|
|
952
|
+
/**
|
|
953
|
+
* Maximum cost in micro-USD.
|
|
954
|
+
*
|
|
955
|
+
* @generated from field: int64 max_cost_micros = 7;
|
|
956
|
+
*/
|
|
957
|
+
maxCostMicros: bigint;
|
|
958
|
+
/**
|
|
959
|
+
* Filter to executions containing a failed task with this exact name.
|
|
960
|
+
*
|
|
961
|
+
* Matches against any task in status.tasks where
|
|
962
|
+
* task.status == WORKFLOW_TASK_FAILED AND task.task_name == this value.
|
|
963
|
+
*
|
|
964
|
+
* @generated from field: string failed_task_name = 8;
|
|
965
|
+
*/
|
|
966
|
+
failedTaskName: string;
|
|
967
|
+
/**
|
|
968
|
+
* When true, include only executions that contain at least one retried task.
|
|
969
|
+
*
|
|
970
|
+
* A task is considered retried when its metadata contains a retry_count > 0.
|
|
971
|
+
*
|
|
972
|
+
* @generated from field: bool has_retries = 9;
|
|
973
|
+
*/
|
|
974
|
+
hasRetries: boolean;
|
|
975
|
+
};
|
|
976
|
+
/**
|
|
977
|
+
* Describes the message ai.stigmer.agentic.workflowexecution.v1.ExecutionFilterCriteria.
|
|
978
|
+
* Use `create(ExecutionFilterCriteriaSchema)` to create a new message.
|
|
979
|
+
*/
|
|
980
|
+
export declare const ExecutionFilterCriteriaSchema: GenMessage<ExecutionFilterCriteria>;
|
|
981
|
+
/**
|
|
982
|
+
* GetExecutionSummaryRequest fetches aggregated execution statistics for an organization,
|
|
983
|
+
* optionally scoped to a single workflow.
|
|
826
984
|
*
|
|
827
985
|
* @since T14 (Dashboard Integration)
|
|
828
986
|
*
|
|
@@ -843,6 +1001,15 @@ export type GetExecutionSummaryRequest = Message<"ai.stigmer.agentic.workflowexe
|
|
|
843
1001
|
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.SummaryTimeWindow time_window = 2;
|
|
844
1002
|
*/
|
|
845
1003
|
timeWindow: SummaryTimeWindow;
|
|
1004
|
+
/**
|
|
1005
|
+
* When set, scopes the summary to executions of this workflow only.
|
|
1006
|
+
* When empty, aggregates across all workflows in the organization.
|
|
1007
|
+
*
|
|
1008
|
+
* @since T12 (Overview Page Redesign)
|
|
1009
|
+
*
|
|
1010
|
+
* @generated from field: string workflow_id = 3;
|
|
1011
|
+
*/
|
|
1012
|
+
workflowId: string;
|
|
846
1013
|
};
|
|
847
1014
|
/**
|
|
848
1015
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.GetExecutionSummaryRequest.
|
|
@@ -906,6 +1073,24 @@ export type ExecutionSummary = Message<"ai.stigmer.agentic.workflowexecution.v1.
|
|
|
906
1073
|
* @generated from field: repeated ai.stigmer.agentic.workflowexecution.v1.WorkflowCostBreakdown cost_by_workflow = 6;
|
|
907
1074
|
*/
|
|
908
1075
|
costByWorkflow: WorkflowCostBreakdown[];
|
|
1076
|
+
/**
|
|
1077
|
+
* Total number of executions in the time window (sum of all phase_counts values).
|
|
1078
|
+
*
|
|
1079
|
+
* @since T12 (Overview Page Redesign)
|
|
1080
|
+
*
|
|
1081
|
+
* @generated from field: int32 total_count = 7;
|
|
1082
|
+
*/
|
|
1083
|
+
totalCount: number;
|
|
1084
|
+
/**
|
|
1085
|
+
* Success rate as a ratio (0.0 to 1.0).
|
|
1086
|
+
* Computed as completed / (completed + failed). Returns -1.0 when no
|
|
1087
|
+
* completed or failed executions exist in the time window.
|
|
1088
|
+
*
|
|
1089
|
+
* @since T12 (Overview Page Redesign)
|
|
1090
|
+
*
|
|
1091
|
+
* @generated from field: double success_rate = 8;
|
|
1092
|
+
*/
|
|
1093
|
+
successRate: number;
|
|
909
1094
|
};
|
|
910
1095
|
/**
|
|
911
1096
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.ExecutionSummary.
|
|
@@ -1120,6 +1305,51 @@ export type PendingApprovalsList = Message<"ai.stigmer.agentic.workflowexecution
|
|
|
1120
1305
|
* Use `create(PendingApprovalsListSchema)` to create a new message.
|
|
1121
1306
|
*/
|
|
1122
1307
|
export declare const PendingApprovalsListSchema: GenMessage<PendingApprovalsList>;
|
|
1308
|
+
/**
|
|
1309
|
+
* ExecutionSortField defines the column to sort execution lists by.
|
|
1310
|
+
*
|
|
1311
|
+
* @since T13 (Execution History)
|
|
1312
|
+
*
|
|
1313
|
+
* @generated from enum ai.stigmer.agentic.workflowexecution.v1.ExecutionSortField
|
|
1314
|
+
*/
|
|
1315
|
+
export declare enum ExecutionSortField {
|
|
1316
|
+
/**
|
|
1317
|
+
* Default: sort by started_at descending.
|
|
1318
|
+
*
|
|
1319
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_UNSPECIFIED = 0;
|
|
1320
|
+
*/
|
|
1321
|
+
UNSPECIFIED = 0,
|
|
1322
|
+
/**
|
|
1323
|
+
* Sort by execution start time.
|
|
1324
|
+
*
|
|
1325
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_STARTED_AT = 1;
|
|
1326
|
+
*/
|
|
1327
|
+
STARTED_AT = 1,
|
|
1328
|
+
/**
|
|
1329
|
+
* Sort by execution duration (completed_at - started_at).
|
|
1330
|
+
*
|
|
1331
|
+
* Executions without both timestamps sort last.
|
|
1332
|
+
*
|
|
1333
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_DURATION = 2;
|
|
1334
|
+
*/
|
|
1335
|
+
DURATION = 2,
|
|
1336
|
+
/**
|
|
1337
|
+
* Sort by total cost (status.total_cost_micros).
|
|
1338
|
+
*
|
|
1339
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_COST = 3;
|
|
1340
|
+
*/
|
|
1341
|
+
COST = 3,
|
|
1342
|
+
/**
|
|
1343
|
+
* Sort by execution phase enum value.
|
|
1344
|
+
*
|
|
1345
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_STATUS = 4;
|
|
1346
|
+
*/
|
|
1347
|
+
STATUS = 4
|
|
1348
|
+
}
|
|
1349
|
+
/**
|
|
1350
|
+
* Describes the enum ai.stigmer.agentic.workflowexecution.v1.ExecutionSortField.
|
|
1351
|
+
*/
|
|
1352
|
+
export declare const ExecutionSortFieldSchema: GenEnum<ExecutionSortField>;
|
|
1123
1353
|
/**
|
|
1124
1354
|
* SummaryTimeWindow controls the time range for aggregated dashboard queries.
|
|
1125
1355
|
*
|
|
@@ -11,7 +11,7 @@ import { file_google_protobuf_duration, file_google_protobuf_struct, file_google
|
|
|
11
11
|
/**
|
|
12
12
|
* Describes the file ai/stigmer/agentic/workflowexecution/v1/io.proto.
|
|
13
13
|
*/
|
|
14
|
-
export const file_ai_stigmer_agentic_workflowexecution_v1_io = /*@__PURE__*/ fileDesc("
|
|
14
|
+
export const file_ai_stigmer_agentic_workflowexecution_v1_io = /*@__PURE__*/ fileDesc("CjBhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dleGVjdXRpb24vdjEvaW8ucHJvdG8SJ2FpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MSIsChNXb3JrZmxvd0V4ZWN1dGlvbklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEiIwoKV29ya2Zsb3dJZBIVCgV2YWx1ZRgBIAEoCUIGukgDyAEBInkKFVdvcmtmbG93RXhlY3V0aW9uTGlzdBITCgt0b3RhbF9wYWdlcxgBIAEoBRJLCgdlbnRyaWVzGAIgAygLMjouYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uItcCCh1MaXN0V29ya2Zsb3dFeGVjdXRpb25zUmVxdWVzdBIRCglwYWdlX3NpemUYASABKAUSEgoKcGFnZV90b2tlbhgCIAEoCRJGCgVwaGFzZRgDIAEoDjI3LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5FeGVjdXRpb25QaGFzZRIMCgR0YWdzGAQgAygJElAKBmZpbHRlchgFIAEoCzJALmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5FeGVjdXRpb25GaWx0ZXJDcml0ZXJpYRJPCgpzb3J0X2ZpZWxkGAYgASgOMjsuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLkV4ZWN1dGlvblNvcnRGaWVsZBIWCg5zb3J0X2FzY2VuZGluZxgHIAEoCCKoAgonTGlzdFdvcmtmbG93RXhlY3V0aW9uc0J5V29ya2Zsb3dSZXF1ZXN0EhsKC3dvcmtmbG93X2lkGAEgASgJQga6SAPIAQESEQoJcGFnZV9zaXplGAIgASgFEhIKCnBhZ2VfdG9rZW4YAyABKAkSUAoGZmlsdGVyGAQgASgLMkAuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLkV4ZWN1dGlvbkZpbHRlckNyaXRlcmlhEk8KCnNvcnRfZmllbGQYBSABKA4yOy5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuRXhlY3V0aW9uU29ydEZpZWxkEhYKDnNvcnRfYXNjZW5kaW5nGAYgASgIIpACCiJXb3JrZmxvd0V4ZWN1dGlvblVwZGF0ZVN0YXR1c0lucHV0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARJYCgZzdGF0dXMYAiABKAsyQC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dFeGVjdXRpb25TdGF0dXNCBrpIA8gBARJPCgZldmVudHMYCiADKAsyPy5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dFeGVjdXRpb25FdmVudBIgChh1cGRhdGVfcGVuZGluZ19hcHByb3ZhbHMYCyABKAgivgEKG1N1Ym1pdFdvcmtmbG93QXBwcm92YWxJbnB1dBIdCgxleGVjdXRpb25faWQYASABKAlCB7pIBHICEAESHQoMdG9vbF9jYWxsX2lkGAIgASgJQge6SARyAhABElAKBmFjdGlvbhgDIAEoDjI0LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5BcHByb3ZhbEFjdGlvbkIKukgHggEEEAEgABIPCgdjb21tZW50GAQgASgJIsUBCh9TdWJtaXRXb3JrZmxvd1Rhc2tBcHByb3ZhbElucHV0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARIaCgl0YXNrX25hbWUYAiABKAlCB7pIBHICEAESGAoHb3V0Y29tZRgDIAEoCUIHukgEcgIQARIqCglmb3JtX2RhdGEYBCABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0EhAKCHJldmlld2VyGAUgASgJEg8KB2NvbW1lbnQYBiABKAkiQQohU3Vic2NyaWJlV29ya2Zsb3dFeGVjdXRpb25SZXF1ZXN0EhwKDGV4ZWN1dGlvbl9pZBgBIAEoCUIGukgDyAEBIkMKHENhbmNlbFdvcmtmbG93RXhlY3V0aW9uSW5wdXQSEwoCaWQYASABKAlCB7pIBHICEAESDgoGcmVhc29uGAIgASgJIkYKH1Rlcm1pbmF0ZVdvcmtmbG93RXhlY3V0aW9uSW5wdXQSEwoCaWQYASABKAlCB7pIBHICEAESDgoGcmVhc29uGAIgASgJIkQKHVJlY292ZXJXb3JrZmxvd0V4ZWN1dGlvbklucHV0EhMKAmlkGAEgASgJQge6SARyAhABEg4KBnJlYXNvbhgCIAEoCSJCChtQYXVzZVdvcmtmbG93RXhlY3V0aW9uSW5wdXQSEwoCaWQYASABKAlCB7pIBHICEAESDgoGcmVhc29uGAIgASgJIjMKHFJlc3VtZVdvcmtmbG93RXhlY3V0aW9uSW5wdXQSEwoCaWQYASABKAlCB7pIBHICEAEikQEKD1NlbmRTaWduYWxJbnB1dBIdCgxleGVjdXRpb25faWQYASABKAlCB7pIBHICEAESHAoLc2lnbmFsX25hbWUYAiABKAlCB7pIBHICEAESKAoHcGF5bG9hZBgDIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSFwoPaWRlbXBvdGVuY3lfa2V5GAQgASgJIsIBChJHZXRFdmVudExvZ1JlcXVlc3QSHQoMZXhlY3V0aW9uX2lkGAEgASgJQge6SARyAhABEhYKDmFmdGVyX3NlcXVlbmNlGAIgASgEEk8KC2V2ZW50X3R5cGVzGAMgAygOMjouYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXZlbnRUeXBlEhEKCXRhc2tfbmFtZRgEIAEoCRIRCglwYWdlX3NpemUYBSABKAUikQEKE0dldEV2ZW50TG9nUmVzcG9uc2USTwoGZXZlbnRzGAEgAygLMj8uYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uRXZlbnQSEAoIaGFzX21vcmUYAiABKAgSFwoPbGF0ZXN0X3NlcXVlbmNlGAMgASgEIqABChZTdWJzY3JpYmVFdmVudHNSZXF1ZXN0Eh0KDGV4ZWN1dGlvbl9pZBgBIAEoCUIHukgEcgIQARIWCg5hZnRlcl9zZXF1ZW5jZRgCIAEoBBJPCgtldmVudF90eXBlcxgDIAMoDjI6LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5Xb3JrZmxvd0V2ZW50VHlwZSKMAwoXRXhlY3V0aW9uRmlsdGVyQ3JpdGVyaWESRwoGcGhhc2VzGAEgAygOMjcuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLkV4ZWN1dGlvblBoYXNlEjEKDXN0YXJ0ZWRfYWZ0ZXIYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjIKDnN0YXJ0ZWRfYmVmb3JlGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIvCgxtaW5fZHVyYXRpb24YBCABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SLwoMbWF4X2R1cmF0aW9uGAUgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uEhcKD21pbl9jb3N0X21pY3JvcxgGIAEoAxIXCg9tYXhfY29zdF9taWNyb3MYByABKAMSGAoQZmFpbGVkX3Rhc2tfbmFtZRgIIAEoCRITCgtoYXNfcmV0cmllcxgJIAEoCCKYAQoaR2V0RXhlY3V0aW9uU3VtbWFyeVJlcXVlc3QSFAoDb3JnGAEgASgJQge6SARyAhABEk8KC3RpbWVfd2luZG93GAIgASgOMjouYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLlN1bW1hcnlUaW1lV2luZG93EhMKC3dvcmtmbG93X2lkGAMgASgJIqMEChBFeGVjdXRpb25TdW1tYXJ5EhQKDGFjdGl2ZV9jb3VudBgBIAEoBRJgCgxwaGFzZV9jb3VudHMYAiADKAsySi5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuRXhlY3V0aW9uU3VtbWFyeS5QaGFzZUNvdW50c0VudHJ5ElAKCnRvdGFsX2Nvc3QYAyABKAsyPC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dDb3N0U3VtbWFyeRIvCgxhdmdfZHVyYXRpb24YBCABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SWwoVdG9wX2ZhaWxpbmdfd29ya2Zsb3dzGAUgAygLMjwuYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RmFpbHVyZVJhbmsSWAoQY29zdF9ieV93b3JrZmxvdxgGIAMoCzI+LmFpLnN0aWdtZXIuYWdlbnRpYy53b3JrZmxvd2V4ZWN1dGlvbi52MS5Xb3JrZmxvd0Nvc3RCcmVha2Rvd24SEwoLdG90YWxfY291bnQYByABKAUSFAoMc3VjY2Vzc19yYXRlGAggASgBGjIKEFBoYXNlQ291bnRzRW50cnkSCwoDa2V5GAEgASgFEg0KBXZhbHVlGAIgASgFOgI4ASJmChNXb3JrZmxvd0Nvc3RTdW1tYXJ5EhYKDnRvdGFsX2Nvc3RfdXNkGAEgASgBEhoKEnRvdGFsX2lucHV0X3Rva2VucxgCIAEoAxIbChN0b3RhbF9vdXRwdXRfdG9rZW5zGAMgASgDIloKE1dvcmtmbG93RmFpbHVyZVJhbmsSFQoNd29ya2Zsb3dfc2x1ZxgBIAEoCRIVCg13b3JrZmxvd19uYW1lGAIgASgJEhUKDWZhaWx1cmVfY291bnQYAyABKAUidgoVV29ya2Zsb3dDb3N0QnJlYWtkb3duEhUKDXdvcmtmbG93X3NsdWcYASABKAkSFQoNd29ya2Zsb3dfbmFtZRgCIAEoCRIWCg50b3RhbF9jb3N0X3VzZBgDIAEoARIXCg9leGVjdXRpb25fY291bnQYBCABKAUiWgobTGlzdFBlbmRpbmdBcHByb3ZhbHNSZXF1ZXN0EhQKA29yZxgBIAEoCUIHukgEcgIQARIRCglwYWdlX3NpemUYAiABKAUSEgoKcGFnZV90b2tlbhgDIAEoCSL0AQoPUGVuZGluZ0FwcHJvdmFsEhQKDGV4ZWN1dGlvbl9pZBgBIAEoCRIVCg13b3JrZmxvd19uYW1lGAIgASgJEhEKCXRhc2tfbmFtZRgDIAEoCRIRCglyZXF1ZXN0ZXIYBCABKAkSMAoMcmVxdWVzdGVkX2F0GAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp0aW1lb3V0X2F0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIsCgtmb3JtX3NjaGVtYRgHIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QijwEKFFBlbmRpbmdBcHByb3ZhbHNMaXN0EkkKB2VudHJpZXMYASADKAsyOC5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuUGVuZGluZ0FwcHJvdmFsEhMKC3RvdGFsX2NvdW50GAIgASgFEhcKD25leHRfcGFnZV90b2tlbhgDIAEoCSrCAQoSRXhlY3V0aW9uU29ydEZpZWxkEiQKIEVYRUNVVElPTl9TT1JUX0ZJRUxEX1VOU1BFQ0lGSUVEEAASIwofRVhFQ1VUSU9OX1NPUlRfRklFTERfU1RBUlRFRF9BVBABEiEKHUVYRUNVVElPTl9TT1JUX0ZJRUxEX0RVUkFUSU9OEAISHQoZRVhFQ1VUSU9OX1NPUlRfRklFTERfQ09TVBADEh8KG0VYRUNVVElPTl9TT1JUX0ZJRUxEX1NUQVRVUxAEKr8BChFTdW1tYXJ5VGltZVdpbmRvdxIjCh9TVU1NQVJZX1RJTUVfV0lORE9XX1VOU1BFQ0lGSUVEEAASIAocU1VNTUFSWV9USU1FX1dJTkRPV19MQVNUXzI0SBABEh8KG1NVTU1BUllfVElNRV9XSU5ET1dfTEFTVF83RBACEiAKHFNVTU1BUllfVElNRV9XSU5ET1dfTEFTVF8zMEQQAxIgChxTVU1NQVJZX1RJTUVfV0lORE9XX0FMTF9USU1FEARiBnByb3RvMw", [file_ai_stigmer_agentic_agentexecution_v1_enum, file_ai_stigmer_agentic_workflowexecution_v1_api, file_ai_stigmer_agentic_workflowexecution_v1_enum, file_ai_stigmer_agentic_workflowexecution_v1_event, file_buf_validate_validate, file_google_protobuf_duration, file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
15
15
|
/**
|
|
16
16
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionId.
|
|
17
17
|
* Use `create(WorkflowExecutionIdSchema)` to create a new message.
|
|
@@ -102,46 +102,97 @@ export const GetEventLogResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigm
|
|
|
102
102
|
* Use `create(SubscribeEventsRequestSchema)` to create a new message.
|
|
103
103
|
*/
|
|
104
104
|
export const SubscribeEventsRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 17);
|
|
105
|
+
/**
|
|
106
|
+
* Describes the message ai.stigmer.agentic.workflowexecution.v1.ExecutionFilterCriteria.
|
|
107
|
+
* Use `create(ExecutionFilterCriteriaSchema)` to create a new message.
|
|
108
|
+
*/
|
|
109
|
+
export const ExecutionFilterCriteriaSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 18);
|
|
105
110
|
/**
|
|
106
111
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.GetExecutionSummaryRequest.
|
|
107
112
|
* Use `create(GetExecutionSummaryRequestSchema)` to create a new message.
|
|
108
113
|
*/
|
|
109
|
-
export const GetExecutionSummaryRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io,
|
|
114
|
+
export const GetExecutionSummaryRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 19);
|
|
110
115
|
/**
|
|
111
116
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.ExecutionSummary.
|
|
112
117
|
* Use `create(ExecutionSummarySchema)` to create a new message.
|
|
113
118
|
*/
|
|
114
|
-
export const ExecutionSummarySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io,
|
|
119
|
+
export const ExecutionSummarySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 20);
|
|
115
120
|
/**
|
|
116
121
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowCostSummary.
|
|
117
122
|
* Use `create(WorkflowCostSummarySchema)` to create a new message.
|
|
118
123
|
*/
|
|
119
|
-
export const WorkflowCostSummarySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io,
|
|
124
|
+
export const WorkflowCostSummarySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 21);
|
|
120
125
|
/**
|
|
121
126
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowFailureRank.
|
|
122
127
|
* Use `create(WorkflowFailureRankSchema)` to create a new message.
|
|
123
128
|
*/
|
|
124
|
-
export const WorkflowFailureRankSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io,
|
|
129
|
+
export const WorkflowFailureRankSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 22);
|
|
125
130
|
/**
|
|
126
131
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowCostBreakdown.
|
|
127
132
|
* Use `create(WorkflowCostBreakdownSchema)` to create a new message.
|
|
128
133
|
*/
|
|
129
|
-
export const WorkflowCostBreakdownSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io,
|
|
134
|
+
export const WorkflowCostBreakdownSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 23);
|
|
130
135
|
/**
|
|
131
136
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.ListPendingApprovalsRequest.
|
|
132
137
|
* Use `create(ListPendingApprovalsRequestSchema)` to create a new message.
|
|
133
138
|
*/
|
|
134
|
-
export const ListPendingApprovalsRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io,
|
|
139
|
+
export const ListPendingApprovalsRequestSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 24);
|
|
135
140
|
/**
|
|
136
141
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.PendingApproval.
|
|
137
142
|
* Use `create(PendingApprovalSchema)` to create a new message.
|
|
138
143
|
*/
|
|
139
|
-
export const PendingApprovalSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io,
|
|
144
|
+
export const PendingApprovalSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 25);
|
|
140
145
|
/**
|
|
141
146
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.PendingApprovalsList.
|
|
142
147
|
* Use `create(PendingApprovalsListSchema)` to create a new message.
|
|
143
148
|
*/
|
|
144
|
-
export const PendingApprovalsListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io,
|
|
149
|
+
export const PendingApprovalsListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 26);
|
|
150
|
+
/**
|
|
151
|
+
* ExecutionSortField defines the column to sort execution lists by.
|
|
152
|
+
*
|
|
153
|
+
* @since T13 (Execution History)
|
|
154
|
+
*
|
|
155
|
+
* @generated from enum ai.stigmer.agentic.workflowexecution.v1.ExecutionSortField
|
|
156
|
+
*/
|
|
157
|
+
export var ExecutionSortField;
|
|
158
|
+
(function (ExecutionSortField) {
|
|
159
|
+
/**
|
|
160
|
+
* Default: sort by started_at descending.
|
|
161
|
+
*
|
|
162
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_UNSPECIFIED = 0;
|
|
163
|
+
*/
|
|
164
|
+
ExecutionSortField[ExecutionSortField["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
165
|
+
/**
|
|
166
|
+
* Sort by execution start time.
|
|
167
|
+
*
|
|
168
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_STARTED_AT = 1;
|
|
169
|
+
*/
|
|
170
|
+
ExecutionSortField[ExecutionSortField["STARTED_AT"] = 1] = "STARTED_AT";
|
|
171
|
+
/**
|
|
172
|
+
* Sort by execution duration (completed_at - started_at).
|
|
173
|
+
*
|
|
174
|
+
* Executions without both timestamps sort last.
|
|
175
|
+
*
|
|
176
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_DURATION = 2;
|
|
177
|
+
*/
|
|
178
|
+
ExecutionSortField[ExecutionSortField["DURATION"] = 2] = "DURATION";
|
|
179
|
+
/**
|
|
180
|
+
* Sort by total cost (status.total_cost_micros).
|
|
181
|
+
*
|
|
182
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_COST = 3;
|
|
183
|
+
*/
|
|
184
|
+
ExecutionSortField[ExecutionSortField["COST"] = 3] = "COST";
|
|
185
|
+
/**
|
|
186
|
+
* Sort by execution phase enum value.
|
|
187
|
+
*
|
|
188
|
+
* @generated from enum value: EXECUTION_SORT_FIELD_STATUS = 4;
|
|
189
|
+
*/
|
|
190
|
+
ExecutionSortField[ExecutionSortField["STATUS"] = 4] = "STATUS";
|
|
191
|
+
})(ExecutionSortField || (ExecutionSortField = {}));
|
|
192
|
+
/**
|
|
193
|
+
* Describes the enum ai.stigmer.agentic.workflowexecution.v1.ExecutionSortField.
|
|
194
|
+
*/
|
|
195
|
+
export const ExecutionSortFieldSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 0);
|
|
145
196
|
/**
|
|
146
197
|
* SummaryTimeWindow controls the time range for aggregated dashboard queries.
|
|
147
198
|
*
|
|
@@ -175,5 +226,5 @@ export var SummaryTimeWindow;
|
|
|
175
226
|
/**
|
|
176
227
|
* Describes the enum ai.stigmer.agentic.workflowexecution.v1.SummaryTimeWindow.
|
|
177
228
|
*/
|
|
178
|
-
export const SummaryTimeWindowSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflowexecution_v1_io,
|
|
229
|
+
export const SummaryTimeWindowSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflowexecution_v1_io, 1);
|
|
179
230
|
//# sourceMappingURL=io_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,yIAAyI;AACzI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,8CAA8C,EAAE,MAAM,oCAAoC,CAAC;AAEpG,OAAO,EAAE,gDAAgD,EAAE,MAAM,aAAa,CAAC;AAE/E,OAAO,EAAE,iDAAiD,EAAE,MAAM,cAAc,CAAC;AAEjF,OAAO,EAAE,kDAAkD,EAAE,MAAM,eAAe,CAAC;AACnF,OAAO,EAAE,0BAA0B,EAAE,MAAM,4CAA4C,CAAC;AAExF,OAAO,EAAE,6BAA6B,EAAE,2BAA2B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGpI;;GAEG;AACH,MAAM,CAAC,MAAM,+CAA+C,GAAY,aAAa,CACnF,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/io_pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { ExecutionValue } from "../../executioncontext/v1/spec_pb.js";
|
|
3
|
+
import type { ExecutionTarget } from "../../session/v1/enum_pb.js";
|
|
3
4
|
import type { Message } from "@bufbuild/protobuf";
|
|
4
5
|
/**
|
|
5
6
|
* Describes the file ai/stigmer/agentic/workflowexecution/v1/spec.proto.
|
|
@@ -161,6 +162,26 @@ export type WorkflowExecutionSpec = Message<"ai.stigmer.agentic.workflowexecutio
|
|
|
161
162
|
* @generated from field: bytes callback_token = 7;
|
|
162
163
|
*/
|
|
163
164
|
callbackToken: Uint8Array;
|
|
165
|
+
/**
|
|
166
|
+
* Where workflow activities are executed — shared runner pool or dedicated sandbox.
|
|
167
|
+
*
|
|
168
|
+
* @internal
|
|
169
|
+
* Determines dispatch routing for the workflow and all child executions:
|
|
170
|
+
* - UNSPECIFIED: server defaults (LOCAL for OSS, CLOUD for managed)
|
|
171
|
+
* - LOCAL: workflow runs on global queue (stigmer_runner)
|
|
172
|
+
* - CLOUD: server provisions a dedicated sandbox with per-execution queue
|
|
173
|
+
*
|
|
174
|
+
* When CLOUD: all call:agent tasks within this workflow share the same sandbox.
|
|
175
|
+
* Child agent executions inherit this sandbox via activity_task_queue propagation
|
|
176
|
+
* on AgentExecutionSpec, avoiding N separate sandbox cold starts.
|
|
177
|
+
*
|
|
178
|
+
* Immutable after creation (sandbox provisioning is a one-time operation).
|
|
179
|
+
*
|
|
180
|
+
* @since Workflow Sandbox Affinity
|
|
181
|
+
*
|
|
182
|
+
* @generated from field: ai.stigmer.agentic.session.v1.ExecutionTarget execution_target = 8;
|
|
183
|
+
*/
|
|
184
|
+
executionTarget: ExecutionTarget;
|
|
164
185
|
};
|
|
165
186
|
/**
|
|
166
187
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionSpec.
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
5
|
import { file_ai_stigmer_agentic_executioncontext_v1_spec } from "../../executioncontext/v1/spec_pb.js";
|
|
6
|
+
import { file_ai_stigmer_agentic_session_v1_enum } from "../../session/v1/enum_pb.js";
|
|
6
7
|
/**
|
|
7
8
|
* Describes the file ai/stigmer/agentic/workflowexecution/v1/spec.proto.
|
|
8
9
|
*/
|
|
9
|
-
export const file_ai_stigmer_agentic_workflowexecution_v1_spec = /*@__PURE__*/ fileDesc("
|
|
10
|
+
export const file_ai_stigmer_agentic_workflowexecution_v1_spec = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dleGVjdXRpb24vdjEvc3BlYy5wcm90bxInYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxIrwEChVXb3JrZmxvd0V4ZWN1dGlvblNwZWMSHAoUd29ya2Zsb3dfaW5zdGFuY2VfaWQYASABKAkSEwoLd29ya2Zsb3dfaWQYBiABKAkSFwoPdHJpZ2dlcl9tZXNzYWdlGAMgASgJEm0KEHRyaWdnZXJfbWV0YWRhdGEYBCADKAsyUy5haS5zdGlnbWVyLmFnZW50aWMud29ya2Zsb3dleGVjdXRpb24udjEuV29ya2Zsb3dFeGVjdXRpb25TcGVjLlRyaWdnZXJNZXRhZGF0YUVudHJ5EmMKC3J1bnRpbWVfZW52GAUgAygLMk4uYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxLldvcmtmbG93RXhlY3V0aW9uU3BlYy5SdW50aW1lRW52RW50cnkSFgoOY2FsbGJhY2tfdG9rZW4YByABKAwSSAoQZXhlY3V0aW9uX3RhcmdldBgIIAEoDjIuLmFpLnN0aWdtZXIuYWdlbnRpYy5zZXNzaW9uLnYxLkV4ZWN1dGlvblRhcmdldBo2ChRUcmlnZ2VyTWV0YWRhdGFFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBGmkKD1J1bnRpbWVFbnZFbnRyeRILCgNrZXkYASABKAkSRQoFdmFsdWUYAiABKAsyNi5haS5zdGlnbWVyLmFnZW50aWMuZXhlY3V0aW9uY29udGV4dC52MS5FeGVjdXRpb25WYWx1ZToCOAFiBnByb3RvMw", [file_ai_stigmer_agentic_executioncontext_v1_spec, file_ai_stigmer_agentic_session_v1_enum]);
|
|
10
11
|
/**
|
|
11
12
|
* Describes the message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionSpec.
|
|
12
13
|
* Use `create(WorkflowExecutionSpecSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,2IAA2I;AAC3I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,2IAA2I;AAC3I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,sCAAsC,CAAC;AAExG,OAAO,EAAE,uCAAuC,EAAE,MAAM,6BAA6B,CAAC;AAGtF;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,w4BAAw4B,EAAE,CAAC,gDAAgD,EAAE,uCAAuC,CAAC,CAAC,CAAC;AAsLl/B;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -82,6 +82,34 @@ export declare const WorkflowInstanceCommandController: {
|
|
|
82
82
|
readonly O: any;
|
|
83
83
|
readonly kind: any;
|
|
84
84
|
};
|
|
85
|
+
/**
|
|
86
|
+
* Update the visibility of an existing workflow instance.
|
|
87
|
+
*
|
|
88
|
+
* Changes who can view this instance and its executions. Supports the full
|
|
89
|
+
* visibility spectrum: PRIVATE (owner only), ORG (all org members), or
|
|
90
|
+
* PUBLIC (all authenticated users).
|
|
91
|
+
*
|
|
92
|
+
* For workflow instances, visibility has cascading effects on execution
|
|
93
|
+
* observability: workflow executions inherit visibility from their parent
|
|
94
|
+
* instance via FGA. An ORG-visible instance means all org members can see
|
|
95
|
+
* all executions — zero per-execution tuples needed.
|
|
96
|
+
*
|
|
97
|
+
* @internal
|
|
98
|
+
* Authorization: Requires can_edit permission on the workflow instance.
|
|
99
|
+
* Visibility transitions trigger FGA tuple management in Cloud mode:
|
|
100
|
+
* - PRIVATE → ORG: creates workflow_instance#viewer@organization:<org>#member
|
|
101
|
+
* - PRIVATE → PUBLIC: creates workflow_instance#viewer@identity_account:*
|
|
102
|
+
* - ORG → PRIVATE: deletes the org member viewer tuple
|
|
103
|
+
* - PUBLIC → PRIVATE: deletes the wildcard viewer tuple
|
|
104
|
+
*
|
|
105
|
+
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.updateVisibility
|
|
106
|
+
*/
|
|
107
|
+
readonly updateVisibility: {
|
|
108
|
+
readonly name: "updateVisibility";
|
|
109
|
+
readonly I: any;
|
|
110
|
+
readonly O: any;
|
|
111
|
+
readonly kind: any;
|
|
112
|
+
};
|
|
85
113
|
/**
|
|
86
114
|
* Delete a workflow instance.
|
|
87
115
|
*
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
// Package workflowinstance contains the command controller for WorkflowInstance write operations.
|
|
6
6
|
import { WorkflowInstance } from "./api_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
|
+
import { UpdateVisibilityInput } from "../../../commons/apiresource/io_pbjs";
|
|
8
9
|
import { WorkflowInstanceId } from "./io_pbjs";
|
|
9
10
|
/**
|
|
10
11
|
* WorkflowInstanceCommandController handles write operations for workflow instances.
|
|
@@ -90,6 +91,34 @@ export const WorkflowInstanceCommandController = {
|
|
|
90
91
|
O: WorkflowInstance,
|
|
91
92
|
kind: MethodKind.Unary,
|
|
92
93
|
},
|
|
94
|
+
/**
|
|
95
|
+
* Update the visibility of an existing workflow instance.
|
|
96
|
+
*
|
|
97
|
+
* Changes who can view this instance and its executions. Supports the full
|
|
98
|
+
* visibility spectrum: PRIVATE (owner only), ORG (all org members), or
|
|
99
|
+
* PUBLIC (all authenticated users).
|
|
100
|
+
*
|
|
101
|
+
* For workflow instances, visibility has cascading effects on execution
|
|
102
|
+
* observability: workflow executions inherit visibility from their parent
|
|
103
|
+
* instance via FGA. An ORG-visible instance means all org members can see
|
|
104
|
+
* all executions — zero per-execution tuples needed.
|
|
105
|
+
*
|
|
106
|
+
* @internal
|
|
107
|
+
* Authorization: Requires can_edit permission on the workflow instance.
|
|
108
|
+
* Visibility transitions trigger FGA tuple management in Cloud mode:
|
|
109
|
+
* - PRIVATE → ORG: creates workflow_instance#viewer@organization:<org>#member
|
|
110
|
+
* - PRIVATE → PUBLIC: creates workflow_instance#viewer@identity_account:*
|
|
111
|
+
* - ORG → PRIVATE: deletes the org member viewer tuple
|
|
112
|
+
* - PUBLIC → PRIVATE: deletes the wildcard viewer tuple
|
|
113
|
+
*
|
|
114
|
+
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.updateVisibility
|
|
115
|
+
*/
|
|
116
|
+
updateVisibility: {
|
|
117
|
+
name: "updateVisibility",
|
|
118
|
+
I: UpdateVisibilityInput,
|
|
119
|
+
O: WorkflowInstance,
|
|
120
|
+
kind: MethodKind.Unary,
|
|
121
|
+
},
|
|
93
122
|
/**
|
|
94
123
|
* Delete a workflow instance.
|
|
95
124
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,4IAA4I;AAC5I,oBAAoB;AACpB,cAAc;AAEd,kGAAkG;AAElG,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC/C,QAAQ,EAAE,0EAA0E;IACpF,OAAO,EAAE;QACP;;;;;;;;WAQG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;WAgBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;WAmBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowinstance/v1/command_connect.ts"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,4IAA4I;AAC5I,oBAAoB;AACpB,cAAc;AAEd,kGAAkG;AAElG,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAE/C;;;;;;;;;;;;;;;GAeG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAG;IAC/C,QAAQ,EAAE,0EAA0E;IACpF,OAAO,EAAE;QACP;;;;;;;;WAQG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;WAgBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,gBAAgB;YACnB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;WAqBG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;WAmBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,kBAAkB;YACrB,CAAC,EAAE,gBAAgB;YACnB,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { WorkflowInstanceSchema } from "./api_pb.js";
|
|
3
3
|
import type { WorkflowInstanceIdSchema } from "./io_pb.js";
|
|
4
|
+
import type { UpdateVisibilityInputSchema } from "../../../commons/apiresource/io_pb.js";
|
|
4
5
|
/**
|
|
5
6
|
* Describes the file ai/stigmer/agentic/workflowinstance/v1/command.proto.
|
|
6
7
|
*/
|
|
@@ -84,6 +85,33 @@ export declare const WorkflowInstanceCommandController: GenService<{
|
|
|
84
85
|
input: typeof WorkflowInstanceSchema;
|
|
85
86
|
output: typeof WorkflowInstanceSchema;
|
|
86
87
|
};
|
|
88
|
+
/**
|
|
89
|
+
* Update the visibility of an existing workflow instance.
|
|
90
|
+
*
|
|
91
|
+
* Changes who can view this instance and its executions. Supports the full
|
|
92
|
+
* visibility spectrum: PRIVATE (owner only), ORG (all org members), or
|
|
93
|
+
* PUBLIC (all authenticated users).
|
|
94
|
+
*
|
|
95
|
+
* For workflow instances, visibility has cascading effects on execution
|
|
96
|
+
* observability: workflow executions inherit visibility from their parent
|
|
97
|
+
* instance via FGA. An ORG-visible instance means all org members can see
|
|
98
|
+
* all executions — zero per-execution tuples needed.
|
|
99
|
+
*
|
|
100
|
+
* @internal
|
|
101
|
+
* Authorization: Requires can_edit permission on the workflow instance.
|
|
102
|
+
* Visibility transitions trigger FGA tuple management in Cloud mode:
|
|
103
|
+
* - PRIVATE → ORG: creates workflow_instance#viewer@organization:<org>#member
|
|
104
|
+
* - PRIVATE → PUBLIC: creates workflow_instance#viewer@identity_account:*
|
|
105
|
+
* - ORG → PRIVATE: deletes the org member viewer tuple
|
|
106
|
+
* - PUBLIC → PRIVATE: deletes the wildcard viewer tuple
|
|
107
|
+
*
|
|
108
|
+
* @generated from rpc ai.stigmer.agentic.workflowinstance.v1.WorkflowInstanceCommandController.updateVisibility
|
|
109
|
+
*/
|
|
110
|
+
updateVisibility: {
|
|
111
|
+
methodKind: "unary";
|
|
112
|
+
input: typeof UpdateVisibilityInputSchema;
|
|
113
|
+
output: typeof WorkflowInstanceSchema;
|
|
114
|
+
};
|
|
87
115
|
/**
|
|
88
116
|
* Delete a workflow instance.
|
|
89
117
|
*
|