@stigmer/protos 0.0.68 → 0.0.70
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/agentic/agent/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
- 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/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
- package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
- package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
- package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
- package/ai/stigmer/search/v1/io_pb.js.map +1 -1
- package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
- package/ai/stigmer/search/v1/query_connect.js +26 -20
- package/ai/stigmer/search/v1/query_connect.js.map +1 -1
- package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
- package/ai/stigmer/search/v1/query_pb.js +14 -8
- package/ai/stigmer/search/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
- package/package.json +1 -1
|
@@ -10,18 +10,9 @@ export declare const file_ai_stigmer_agentic_workflowexecution_v1_io: GenFile;
|
|
|
10
10
|
/**
|
|
11
11
|
* WorkflowExecutionId wraps a workflow execution identifier.
|
|
12
12
|
*
|
|
13
|
-
*
|
|
14
|
-
* Using a wrapper (instead of a raw string) provides
|
|
15
|
-
*
|
|
16
|
-
* - Clear field naming ("value" instead of unnamed parameter)
|
|
17
|
-
* - Extensibility (can add fields later without breaking API)
|
|
18
|
-
*
|
|
19
|
-
* Format: "wfx-{unique-suffix}"
|
|
20
|
-
* Example: "wfx-abc123xyz456"
|
|
21
|
-
*
|
|
22
|
-
* Used By:
|
|
23
|
-
* - get(WorkflowExecutionId): Get a single execution by ID
|
|
24
|
-
* - delete(WorkflowExecutionId): Delete an execution (if implemented)
|
|
13
|
+
* @internal
|
|
14
|
+
* Using a wrapper (instead of a raw string) provides validation,
|
|
15
|
+
* clear field naming, and extensibility.
|
|
25
16
|
*
|
|
26
17
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionId
|
|
27
18
|
*/
|
|
@@ -29,10 +20,8 @@ export type WorkflowExecutionId = Message<"ai.stigmer.agentic.workflowexecution.
|
|
|
29
20
|
/**
|
|
30
21
|
* Workflow execution identifier.
|
|
31
22
|
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* Validation: Required field, cannot be empty
|
|
23
|
+
* @internal
|
|
24
|
+
* Format: "wfx_{unique-suffix}" (auto-generated by backend)
|
|
36
25
|
*
|
|
37
26
|
* @generated from field: string value = 1;
|
|
38
27
|
*/
|
|
@@ -46,17 +35,8 @@ export declare const WorkflowExecutionIdSchema: GenMessage<WorkflowExecutionId>;
|
|
|
46
35
|
/**
|
|
47
36
|
* WorkflowId wraps a workflow or workflow instance identifier for filtering.
|
|
48
37
|
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
* - Workflow ID (wf-{slug}): Lists all executions of any instance of this workflow
|
|
52
|
-
* - WorkflowInstance ID (wfi-{slug}): Lists executions of a specific instance
|
|
53
|
-
*
|
|
54
|
-
* Format Examples:
|
|
55
|
-
* - Workflow ID: "wf-customer-onboarding"
|
|
56
|
-
* - WorkflowInstance ID: "wfi-customer-onboarding-prod"
|
|
57
|
-
*
|
|
58
|
-
* Used By:
|
|
59
|
-
* - list_by_workflow(ListWorkflowExecutionsByWorkflowRequest): Filter executions by workflow
|
|
38
|
+
* @internal
|
|
39
|
+
* Accepts either a Workflow ID (wf_{slug}) or WorkflowInstance ID (wfi_{slug}).
|
|
60
40
|
*
|
|
61
41
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.WorkflowId
|
|
62
42
|
*/
|
|
@@ -64,15 +44,8 @@ export type WorkflowId = Message<"ai.stigmer.agentic.workflowexecution.v1.Workfl
|
|
|
64
44
|
/**
|
|
65
45
|
* Workflow or WorkflowInstance identifier.
|
|
66
46
|
*
|
|
67
|
-
*
|
|
68
|
-
*
|
|
69
|
-
* - WorkflowInstance ID (wfi-{slug}): Filter by specific instance
|
|
70
|
-
*
|
|
71
|
-
* Examples:
|
|
72
|
-
* - "wf-customer-onboarding" (all instances of this workflow)
|
|
73
|
-
* - "wfi-customer-onboarding-prod" (specific instance)
|
|
74
|
-
*
|
|
75
|
-
* Validation: Required field, cannot be empty
|
|
47
|
+
* @internal
|
|
48
|
+
* Can be either a Workflow ID (wf_{slug}) or WorkflowInstance ID (wfi_{slug}).
|
|
76
49
|
*
|
|
77
50
|
* @generated from field: string value = 1;
|
|
78
51
|
*/
|
|
@@ -86,21 +59,9 @@ export declare const WorkflowIdSchema: GenMessage<WorkflowId>;
|
|
|
86
59
|
/**
|
|
87
60
|
* WorkflowExecutionList contains a paginated list of workflow executions.
|
|
88
61
|
*
|
|
89
|
-
*
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
* Pagination Pattern:
|
|
93
|
-
* 1. Client sends request with page_size (e.g., 50)
|
|
94
|
-
* 2. Server returns up to page_size entries + total_pages count
|
|
95
|
-
* 3. Client displays entries and "Page 1 of N" indicator
|
|
96
|
-
* 4. Client can request next page using page_token from response
|
|
97
|
-
*
|
|
98
|
-
* Example Usage:
|
|
99
|
-
* Response for page 1:
|
|
100
|
-
* {
|
|
101
|
-
* "total_pages": 10,
|
|
102
|
-
* "entries": [ execution1, execution2, ... execution50 ]
|
|
103
|
-
* }
|
|
62
|
+
* @internal
|
|
63
|
+
* Returned by list operations (list, list_by_workflow).
|
|
64
|
+
* Includes pagination metadata and the execution entries for the current page.
|
|
104
65
|
*
|
|
105
66
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionList
|
|
106
67
|
*/
|
|
@@ -108,37 +69,15 @@ export type WorkflowExecutionList = Message<"ai.stigmer.agentic.workflowexecutio
|
|
|
108
69
|
/**
|
|
109
70
|
* Total number of pages available for this query.
|
|
110
71
|
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
* Use Cases:
|
|
116
|
-
* - Display pagination UI ("Page 1 of 5")
|
|
117
|
-
* - Disable "Next" button when on last page
|
|
118
|
-
* - Show total result count (total_pages * page_size approximation)
|
|
119
|
-
*
|
|
120
|
-
* Note: total_pages may change between requests if new executions are created
|
|
121
|
-
* or deleted, or if filters change.
|
|
72
|
+
* @internal
|
|
73
|
+
* Calculated as: ceil(total_matching_executions / page_size).
|
|
74
|
+
* May change between requests if results are created or deleted.
|
|
122
75
|
*
|
|
123
76
|
* @generated from field: int32 total_pages = 1;
|
|
124
77
|
*/
|
|
125
78
|
totalPages: number;
|
|
126
79
|
/**
|
|
127
|
-
* Workflow executions in the current page.
|
|
128
|
-
*
|
|
129
|
-
* Contains up to page_size WorkflowExecution resources.
|
|
130
|
-
* May contain fewer than page_size if:
|
|
131
|
-
* - This is the last page (fewer remaining results)
|
|
132
|
-
* - Fewer results match the filter criteria
|
|
133
|
-
*
|
|
134
|
-
* Executions are sorted by created_at descending (newest first).
|
|
135
|
-
*
|
|
136
|
-
* Example:
|
|
137
|
-
* entries: [
|
|
138
|
-
* { metadata: { id: "wfx-newest", created_at: "2025-01-11T14:30:22Z" }, ... },
|
|
139
|
-
* { metadata: { id: "wfx-second", created_at: "2025-01-11T10:15:00Z" }, ... },
|
|
140
|
-
* { metadata: { id: "wfx-third", created_at: "2025-01-10T22:05:33Z" }, ... }
|
|
141
|
-
* ]
|
|
80
|
+
* Workflow executions in the current page, sorted by created_at descending.
|
|
142
81
|
*
|
|
143
82
|
* @generated from field: repeated ai.stigmer.agentic.workflowexecution.v1.WorkflowExecution entries = 2;
|
|
144
83
|
*/
|
|
@@ -152,15 +91,8 @@ export declare const WorkflowExecutionListSchema: GenMessage<WorkflowExecutionLi
|
|
|
152
91
|
/**
|
|
153
92
|
* ListWorkflowExecutionsRequest specifies parameters for listing workflow executions.
|
|
154
93
|
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
* Common Use Cases:
|
|
159
|
-
* - List all recent executions (no filters)
|
|
160
|
-
* - List all in-progress executions (phase filter)
|
|
161
|
-
* - List all failed executions (phase filter)
|
|
162
|
-
* - List executions for specific environment (tags filter)
|
|
163
|
-
* - Page through execution history (pagination)
|
|
94
|
+
* @internal
|
|
95
|
+
* Supports pagination and filtering by phase and tags.
|
|
164
96
|
*
|
|
165
97
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.ListWorkflowExecutionsRequest
|
|
166
98
|
*/
|
|
@@ -168,83 +100,36 @@ export type ListWorkflowExecutionsRequest = Message<"ai.stigmer.agentic.workflow
|
|
|
168
100
|
/**
|
|
169
101
|
* Maximum number of executions to return per page.
|
|
170
102
|
*
|
|
171
|
-
*
|
|
172
|
-
* Maximum: 100 (backend enforces this limit)
|
|
173
|
-
*
|
|
174
|
-
* Recommendation: Use 20-50 for UI lists, 100 for bulk exports
|
|
175
|
-
*
|
|
176
|
-
* Example: page_size=20 returns up to 20 executions
|
|
103
|
+
* @internal
|
|
104
|
+
* Default: 50. Maximum: 100 (backend enforces this limit).
|
|
177
105
|
*
|
|
178
106
|
* @generated from field: int32 page_size = 1;
|
|
179
107
|
*/
|
|
180
108
|
pageSize: number;
|
|
181
109
|
/**
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
* Opaque string generated by the server to represent a cursor in the result set.
|
|
185
|
-
*
|
|
186
|
-
* Pagination Flow:
|
|
187
|
-
* 1. Initial request: page_token is empty (or not set)
|
|
188
|
-
* 2. Server returns first page + page_token for next page
|
|
189
|
-
* 3. Subsequent request: include page_token from previous response
|
|
190
|
-
* 4. Server returns next page + new page_token
|
|
191
|
-
* 5. When page_token is empty in response, no more pages available
|
|
110
|
+
* Opaque pagination token from a previous response.
|
|
192
111
|
*
|
|
193
|
-
*
|
|
194
|
-
*
|
|
195
|
-
* Response 1: { entries: [...], page_token: "eyJvZmZzZXQiOjUwfQ==" }
|
|
196
|
-
* Request 2: { page_size: 50, page_token: "eyJvZmZzZXQiOjUwfQ==" }
|
|
197
|
-
* Response 2: { entries: [...], page_token: "" } // Last page
|
|
198
|
-
*
|
|
199
|
-
* Note: page_token is opaque - clients should not parse or modify it.
|
|
112
|
+
* @internal
|
|
113
|
+
* Empty on first request. When empty in a response, no more pages are available.
|
|
200
114
|
*
|
|
201
115
|
* @generated from field: string page_token = 2;
|
|
202
116
|
*/
|
|
203
117
|
pageToken: string;
|
|
204
118
|
/**
|
|
205
|
-
* Filter by execution phase
|
|
119
|
+
* Filter by execution phase.
|
|
206
120
|
*
|
|
207
|
-
*
|
|
121
|
+
* @internal
|
|
208
122
|
* If not specified (or EXECUTION_PHASE_UNSPECIFIED), all phases are included.
|
|
209
123
|
*
|
|
210
|
-
* Common Filters:
|
|
211
|
-
* - EXECUTION_IN_PROGRESS: Show only running executions
|
|
212
|
-
* - EXECUTION_FAILED: Show only failed executions (for debugging)
|
|
213
|
-
* - EXECUTION_COMPLETED: Show only successful executions
|
|
214
|
-
*
|
|
215
|
-
* Example Use Cases:
|
|
216
|
-
* - Monitor dashboard: phase=EXECUTION_IN_PROGRESS
|
|
217
|
-
* - Debug dashboard: phase=EXECUTION_FAILED
|
|
218
|
-
* - Success audit: phase=EXECUTION_COMPLETED
|
|
219
|
-
*
|
|
220
|
-
* Example: phase=2 (EXECUTION_IN_PROGRESS)
|
|
221
|
-
*
|
|
222
124
|
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.ExecutionPhase phase = 3;
|
|
223
125
|
*/
|
|
224
126
|
phase: ExecutionPhase;
|
|
225
127
|
/**
|
|
226
|
-
* Filter by resource tags (
|
|
227
|
-
*
|
|
228
|
-
* Limits results to executions that have ALL specified tags (AND logic).
|
|
229
|
-
* Tags are key-value pairs stored in metadata.tags.
|
|
128
|
+
* Filter by resource tags (AND logic).
|
|
230
129
|
*
|
|
231
|
-
*
|
|
232
|
-
*
|
|
233
|
-
*
|
|
234
|
-
* - "team:backend"
|
|
235
|
-
* - "critical"
|
|
236
|
-
* - "region:us-west-2"
|
|
237
|
-
*
|
|
238
|
-
* Filtering Logic:
|
|
239
|
-
* If tags=["environment:production", "team:backend"], result must have BOTH tags.
|
|
240
|
-
*
|
|
241
|
-
* Example Use Cases:
|
|
242
|
-
* - List production executions: tags=["environment:production"]
|
|
243
|
-
* - List backend team's critical executions: tags=["team:backend", "critical"]
|
|
244
|
-
* - List executions in specific region: tags=["region:us-west-2"]
|
|
245
|
-
*
|
|
246
|
-
* Example:
|
|
247
|
-
* tags: ["environment:production", "critical"]
|
|
130
|
+
* @internal
|
|
131
|
+
* Limits results to executions that have ALL specified tags.
|
|
132
|
+
* Tag format: "key:value" or "key" (for boolean tags).
|
|
248
133
|
*
|
|
249
134
|
* @generated from field: repeated string tags = 4;
|
|
250
135
|
*/
|
|
@@ -256,19 +141,11 @@ export type ListWorkflowExecutionsRequest = Message<"ai.stigmer.agentic.workflow
|
|
|
256
141
|
*/
|
|
257
142
|
export declare const ListWorkflowExecutionsRequestSchema: GenMessage<ListWorkflowExecutionsRequest>;
|
|
258
143
|
/**
|
|
259
|
-
* ListWorkflowExecutionsByWorkflowRequest lists
|
|
144
|
+
* ListWorkflowExecutionsByWorkflowRequest lists executions for a specific workflow.
|
|
260
145
|
*
|
|
146
|
+
* @internal
|
|
261
147
|
* Filters executions by Workflow or WorkflowInstance ID.
|
|
262
|
-
*
|
|
263
|
-
*
|
|
264
|
-
* Difference from ListWorkflowExecutionsRequest:
|
|
265
|
-
* - ListWorkflowExecutionsRequest: Lists executions across ALL workflows (with optional filters)
|
|
266
|
-
* - ListWorkflowExecutionsByWorkflowRequest: Lists executions for ONE specific workflow
|
|
267
|
-
*
|
|
268
|
-
* Use Cases:
|
|
269
|
-
* - Workflow details page: Show execution history for this workflow
|
|
270
|
-
* - Workflow testing: View all test runs of this workflow
|
|
271
|
-
* - Performance analysis: Analyze execution patterns for this workflow
|
|
148
|
+
* Unlike ListWorkflowExecutionsRequest (cross-workflow), this scopes to one workflow.
|
|
272
149
|
*
|
|
273
150
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.ListWorkflowExecutionsByWorkflowRequest
|
|
274
151
|
*/
|
|
@@ -276,19 +153,8 @@ export type ListWorkflowExecutionsByWorkflowRequest = Message<"ai.stigmer.agenti
|
|
|
276
153
|
/**
|
|
277
154
|
* Workflow or WorkflowInstance ID to filter by.
|
|
278
155
|
*
|
|
279
|
-
*
|
|
280
|
-
*
|
|
281
|
-
* - WorkflowInstance ID (wfi-{slug}): Lists executions of specific instance
|
|
282
|
-
*
|
|
283
|
-
* Examples:
|
|
284
|
-
* - "wf-customer-onboarding" (all instances: prod, dev, staging)
|
|
285
|
-
* - "wfi-customer-onboarding-prod" (only prod instance)
|
|
286
|
-
*
|
|
287
|
-
* Validation: Required field, cannot be empty
|
|
288
|
-
*
|
|
289
|
-
* Error Cases:
|
|
290
|
-
* - NOT_FOUND: No Workflow/WorkflowInstance with this ID exists
|
|
291
|
-
* - PERMISSION_DENIED: User doesn't have access to this Workflow/WorkflowInstance
|
|
156
|
+
* @internal
|
|
157
|
+
* Can be either a Workflow ID (wf_{slug}) or WorkflowInstance ID (wfi_{slug}).
|
|
292
158
|
*
|
|
293
159
|
* @generated from field: string workflow_id = 1;
|
|
294
160
|
*/
|
|
@@ -296,23 +162,14 @@ export type ListWorkflowExecutionsByWorkflowRequest = Message<"ai.stigmer.agenti
|
|
|
296
162
|
/**
|
|
297
163
|
* Maximum number of executions to return per page.
|
|
298
164
|
*
|
|
299
|
-
*
|
|
300
|
-
* Maximum: 100 (backend enforces this limit)
|
|
301
|
-
*
|
|
302
|
-
* Example: page_size=20 returns up to 20 executions
|
|
165
|
+
* @internal
|
|
166
|
+
* Default: 50. Maximum: 100 (backend enforces this limit).
|
|
303
167
|
*
|
|
304
168
|
* @generated from field: int32 page_size = 2;
|
|
305
169
|
*/
|
|
306
170
|
pageSize: number;
|
|
307
171
|
/**
|
|
308
|
-
*
|
|
309
|
-
*
|
|
310
|
-
* Same pagination semantics as ListWorkflowExecutionsRequest.page_token.
|
|
311
|
-
*
|
|
312
|
-
* Example:
|
|
313
|
-
* Request 1: { workflow_id: "wfi-prod", page_size: 50 }
|
|
314
|
-
* Response 1: { entries: [...], page_token: "abc123" }
|
|
315
|
-
* Request 2: { workflow_id: "wfi-prod", page_size: 50, page_token: "abc123" }
|
|
172
|
+
* Opaque pagination token from a previous response.
|
|
316
173
|
*
|
|
317
174
|
* @generated from field: string page_token = 3;
|
|
318
175
|
*/
|
|
@@ -324,23 +181,28 @@ export type ListWorkflowExecutionsByWorkflowRequest = Message<"ai.stigmer.agenti
|
|
|
324
181
|
*/
|
|
325
182
|
export declare const ListWorkflowExecutionsByWorkflowRequestSchema: GenMessage<ListWorkflowExecutionsByWorkflowRequest>;
|
|
326
183
|
/**
|
|
327
|
-
* Input
|
|
184
|
+
* Input for the updateStatus RPC.
|
|
185
|
+
*
|
|
186
|
+
* @internal
|
|
328
187
|
* Contains only the execution ID and the status fields to be updated.
|
|
329
|
-
* This avoids validation errors on incomplete metadata/spec fields
|
|
188
|
+
* This avoids validation errors on incomplete metadata/spec fields.
|
|
330
189
|
*
|
|
331
190
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionUpdateStatusInput
|
|
332
191
|
*/
|
|
333
192
|
export type WorkflowExecutionUpdateStatusInput = Message<"ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionUpdateStatusInput"> & {
|
|
334
193
|
/**
|
|
335
|
-
* ID of the workflow execution to update
|
|
194
|
+
* ID of the workflow execution to update.
|
|
195
|
+
*
|
|
196
|
+
* @internal
|
|
336
197
|
* Format: "wex_abc123xyz456"
|
|
337
198
|
*
|
|
338
199
|
* @generated from field: string execution_id = 1;
|
|
339
200
|
*/
|
|
340
201
|
executionId: string;
|
|
341
202
|
/**
|
|
342
|
-
* Status fields to
|
|
343
|
-
*
|
|
203
|
+
* Status fields to merge into the existing execution status.
|
|
204
|
+
*
|
|
205
|
+
* @internal
|
|
344
206
|
* Only the fields present in this status object will be updated.
|
|
345
207
|
*
|
|
346
208
|
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionStatus status = 2;
|
|
@@ -353,73 +215,51 @@ export type WorkflowExecutionUpdateStatusInput = Message<"ai.stigmer.agentic.wor
|
|
|
353
215
|
*/
|
|
354
216
|
export declare const WorkflowExecutionUpdateStatusInputSchema: GenMessage<WorkflowExecutionUpdateStatusInput>;
|
|
355
217
|
/**
|
|
356
|
-
* Input
|
|
218
|
+
* Input for the submitApproval RPC.
|
|
357
219
|
*
|
|
220
|
+
* @internal
|
|
358
221
|
* Forwards an approval decision to a child AgentExecution that is waiting for
|
|
359
|
-
* approval. The child execution ID is resolved from
|
|
360
|
-
*
|
|
361
|
-
* ## Usage
|
|
362
|
-
*
|
|
363
|
-
* When a workflow task invokes an agent that requires tool approval, the approval
|
|
364
|
-
* request surfaces at the workflow level via WorkflowExecution.status.pending_approval.
|
|
365
|
-
* This message captures the user's decision to forward to the child agent.
|
|
366
|
-
*
|
|
367
|
-
* ## Example
|
|
368
|
-
*
|
|
369
|
-
* {
|
|
370
|
-
* "execution_id": "wfx_abc123xyz456",
|
|
371
|
-
* "tool_call_id": "call_tool789",
|
|
372
|
-
* "action": "APPROVAL_ACTION_APPROVE",
|
|
373
|
-
* "comment": "Verified safe to execute"
|
|
374
|
-
* }
|
|
375
|
-
*
|
|
376
|
-
* ## Validation
|
|
222
|
+
* approval. The child execution ID is resolved from
|
|
223
|
+
* status.pending_approval.child_agent_execution_id.
|
|
377
224
|
*
|
|
225
|
+
* Validation:
|
|
378
226
|
* - execution_id: Required, must reference an existing WorkflowExecution
|
|
379
227
|
* - tool_call_id: Required, must match status.pending_approval.tool_call_id
|
|
380
228
|
* - action: Required, must be APPROVE, SKIP, or REJECT (not UNSPECIFIED)
|
|
381
229
|
* - comment: Optional, stored in audit trail
|
|
382
230
|
*
|
|
383
|
-
* @since Phase 5.3 (Approval Forwarding)
|
|
384
|
-
*
|
|
385
231
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.SubmitWorkflowApprovalInput
|
|
386
232
|
*/
|
|
387
233
|
export type SubmitWorkflowApprovalInput = Message<"ai.stigmer.agentic.workflowexecution.v1.SubmitWorkflowApprovalInput"> & {
|
|
388
234
|
/**
|
|
389
235
|
* ID of the workflow execution.
|
|
236
|
+
*
|
|
237
|
+
* @internal
|
|
390
238
|
* Format: "wfx_abc123xyz456"
|
|
391
239
|
*
|
|
392
240
|
* @generated from field: string execution_id = 1;
|
|
393
241
|
*/
|
|
394
242
|
executionId: string;
|
|
395
243
|
/**
|
|
396
|
-
* ID of the tool call to approve
|
|
244
|
+
* ID of the tool call to approve, skip, or reject.
|
|
245
|
+
*
|
|
246
|
+
* @internal
|
|
397
247
|
* Must match status.pending_approval.tool_call_id exactly.
|
|
398
|
-
* Format: Tool call ID from agent runtime (e.g., "call_abc123")
|
|
399
248
|
*
|
|
400
249
|
* @generated from field: string tool_call_id = 2;
|
|
401
250
|
*/
|
|
402
251
|
toolCallId: string;
|
|
403
252
|
/**
|
|
404
|
-
*
|
|
405
|
-
* APPROVAL_ACTION_UNSPECIFIED (0) is rejected by validation.
|
|
253
|
+
* Approval decision: APPROVE, SKIP, or REJECT.
|
|
406
254
|
*
|
|
407
|
-
*
|
|
408
|
-
*
|
|
409
|
-
* - SKIP: Tool execution is skipped, agent receives skip message
|
|
410
|
-
* - REJECT: Agent execution fails with rejection error
|
|
255
|
+
* @internal
|
|
256
|
+
* APPROVAL_ACTION_UNSPECIFIED (0) is rejected by validation.
|
|
411
257
|
*
|
|
412
258
|
* @generated from field: ai.stigmer.agentic.agentexecution.v1.ApprovalAction action = 3;
|
|
413
259
|
*/
|
|
414
260
|
action: ApprovalAction;
|
|
415
261
|
/**
|
|
416
|
-
* Optional reason
|
|
417
|
-
* Stored in audit trail for compliance and debugging.
|
|
418
|
-
*
|
|
419
|
-
* Examples:
|
|
420
|
-
* - "Verified the target repository is safe to delete" (on APPROVE)
|
|
421
|
-
* - "Will handle this operation manually" (on SKIP)
|
|
422
|
-
* - "Unexpected target - this looks like the wrong repository" (on REJECT)
|
|
262
|
+
* Optional reason or comment for the decision, stored in the audit trail.
|
|
423
263
|
*
|
|
424
264
|
* @generated from field: string comment = 4;
|
|
425
265
|
*/
|
|
@@ -433,21 +273,9 @@ export declare const SubmitWorkflowApprovalInputSchema: GenMessage<SubmitWorkflo
|
|
|
433
273
|
/**
|
|
434
274
|
* SubscribeWorkflowExecutionRequest subscribes to real-time execution updates.
|
|
435
275
|
*
|
|
276
|
+
* @internal
|
|
436
277
|
* Opens a server-side streaming RPC that pushes WorkflowExecution updates
|
|
437
|
-
* as the execution progresses
|
|
438
|
-
*
|
|
439
|
-
* Stream Behavior:
|
|
440
|
-
* 1. Client sends this request with execution_id
|
|
441
|
-
* 2. Server validates authorization (user must have "get" permission)
|
|
442
|
-
* 3. Server sends initial WorkflowExecution (current state)
|
|
443
|
-
* 4. Server streams updates as execution state changes
|
|
444
|
-
* 5. Server closes stream when execution reaches terminal state
|
|
445
|
-
*
|
|
446
|
-
* Use Cases:
|
|
447
|
-
* - Real-time progress monitoring in UI
|
|
448
|
-
* - Live dashboards showing execution status
|
|
449
|
-
* - Debugging with live updates
|
|
450
|
-
* - Multi-user collaborative monitoring
|
|
278
|
+
* as the execution progresses. Stream closes when execution reaches a terminal state.
|
|
451
279
|
*
|
|
452
280
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.SubscribeWorkflowExecutionRequest
|
|
453
281
|
*/
|
|
@@ -455,23 +283,8 @@ export type SubscribeWorkflowExecutionRequest = Message<"ai.stigmer.agentic.work
|
|
|
455
283
|
/**
|
|
456
284
|
* Execution ID to subscribe to.
|
|
457
285
|
*
|
|
458
|
-
*
|
|
459
|
-
*
|
|
460
|
-
*
|
|
461
|
-
* Validation: Required field, cannot be empty
|
|
462
|
-
*
|
|
463
|
-
* Error Cases:
|
|
464
|
-
* - NOT_FOUND: No WorkflowExecution with this ID exists
|
|
465
|
-
* - PERMISSION_DENIED: User doesn't have "get" permission on this execution
|
|
466
|
-
*
|
|
467
|
-
* Example:
|
|
468
|
-
* execution_id: "wfx-abc123xyz456"
|
|
469
|
-
*
|
|
470
|
-
* After subscription starts, client receives:
|
|
471
|
-
* - Initial message: Current state of execution
|
|
472
|
-
* - Update messages: Changes to status.phase, status.tasks, etc.
|
|
473
|
-
* - Final message: Execution reached terminal state (COMPLETED/FAILED/CANCELLED)
|
|
474
|
-
* - Stream closes automatically after final message
|
|
286
|
+
* @internal
|
|
287
|
+
* Format: "wfx_{unique-suffix}"
|
|
475
288
|
*
|
|
476
289
|
* @generated from field: string execution_id = 1;
|
|
477
290
|
*/
|
|
@@ -485,20 +298,9 @@ export declare const SubscribeWorkflowExecutionRequestSchema: GenMessage<Subscri
|
|
|
485
298
|
/**
|
|
486
299
|
* WorkflowExecutionUpdate represents a real-time execution update event.
|
|
487
300
|
*
|
|
488
|
-
*
|
|
489
|
-
*
|
|
490
|
-
*
|
|
491
|
-
* Difference from subscribe() RPC:
|
|
492
|
-
* - subscribe() RPC: Sends full WorkflowExecution on each update
|
|
493
|
-
* - WorkflowExecutionUpdate: Sends only what changed (more efficient for high-frequency updates)
|
|
494
|
-
*
|
|
495
|
-
* Use Cases:
|
|
496
|
-
* - WebSocket streaming (more efficient than full execution on each update)
|
|
497
|
-
* - Event sourcing patterns (replay update events to reconstruct state)
|
|
498
|
-
* - Real-time UI updates (apply delta updates to cached state)
|
|
499
|
-
*
|
|
500
|
-
* Note: Currently not used by subscribe() RPC (which sends full WorkflowExecution).
|
|
501
|
-
* This message is reserved for future WebSocket/SSE streaming implementations.
|
|
301
|
+
* @internal
|
|
302
|
+
* Reserved for future WebSocket/SSE streaming implementations.
|
|
303
|
+
* Currently not used by subscribe() RPC (which sends full WorkflowExecution).
|
|
502
304
|
*
|
|
503
305
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionUpdate
|
|
504
306
|
*/
|
|
@@ -506,62 +308,27 @@ export type WorkflowExecutionUpdate = Message<"ai.stigmer.agentic.workflowexecut
|
|
|
506
308
|
/**
|
|
507
309
|
* Type of update that occurred.
|
|
508
310
|
*
|
|
509
|
-
*
|
|
510
|
-
*
|
|
511
|
-
* - wf_update_task_started: task changed to IN_PROGRESS
|
|
512
|
-
* - wf_update_task_completed: task changed to COMPLETED
|
|
513
|
-
* - wf_update_task_failed: task changed to FAILED
|
|
514
|
-
* - wf_update_execution_completed: execution reached COMPLETED
|
|
515
|
-
* - wf_update_execution_cancelled: execution reached CANCELLED
|
|
516
|
-
*
|
|
517
|
-
* Validation: Must be a defined enum value (not unspecified)
|
|
311
|
+
* @internal
|
|
312
|
+
* Determines which fields in this message are populated.
|
|
518
313
|
*
|
|
519
314
|
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.WorkflowUpdateType update_type = 1;
|
|
520
315
|
*/
|
|
521
316
|
updateType: WorkflowUpdateType;
|
|
522
317
|
/**
|
|
523
|
-
* Updated execution (full or partial).
|
|
524
|
-
*
|
|
525
|
-
*
|
|
526
|
-
*
|
|
527
|
-
* - wf_update_task_*: Partial execution with updated status.tasks[i]
|
|
528
|
-
* - wf_update_execution_completed: Full execution with final state
|
|
529
|
-
*
|
|
530
|
-
* Clients should merge this with cached state to get complete picture.
|
|
531
|
-
*
|
|
532
|
-
* Example (task completed update):
|
|
533
|
-
* execution: {
|
|
534
|
-
* metadata: { id: "wfx-abc123" },
|
|
535
|
-
* status: {
|
|
536
|
-
* completed_tasks: 1,
|
|
537
|
-
* tasks: [
|
|
538
|
-
* { task_id: "task-1", status: WORKFLOW_TASK_COMPLETED, output: {...} }
|
|
539
|
-
* ]
|
|
540
|
-
* }
|
|
541
|
-
* }
|
|
318
|
+
* Updated execution state (full or partial).
|
|
319
|
+
*
|
|
320
|
+
* @internal
|
|
321
|
+
* May contain only changed fields. Clients should merge with cached state.
|
|
542
322
|
*
|
|
543
323
|
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.WorkflowExecution execution = 2;
|
|
544
324
|
*/
|
|
545
325
|
execution?: WorkflowExecution;
|
|
546
326
|
/**
|
|
547
|
-
* Updated task
|
|
548
|
-
*
|
|
549
|
-
* Populated when update_type is:
|
|
550
|
-
* - wf_update_task_started
|
|
551
|
-
* - wf_update_task_completed
|
|
552
|
-
* - wf_update_task_failed
|
|
327
|
+
* Updated task, populated only for task-related update types.
|
|
553
328
|
*
|
|
329
|
+
* @internal
|
|
554
330
|
* Provides direct access to the changed task without searching execution.status.tasks[].
|
|
555
331
|
*
|
|
556
|
-
* Example (task completed):
|
|
557
|
-
* task: {
|
|
558
|
-
* task_id: "task-1",
|
|
559
|
-
* task_name: "validate_email",
|
|
560
|
-
* status: WORKFLOW_TASK_COMPLETED,
|
|
561
|
-
* output: { "valid": true },
|
|
562
|
-
* completed_at: "2025-01-11T14:30:27Z"
|
|
563
|
-
* }
|
|
564
|
-
*
|
|
565
332
|
* @generated from field: ai.stigmer.agentic.workflowexecution.v1.WorkflowTask task = 3;
|
|
566
333
|
*/
|
|
567
334
|
task?: WorkflowTask;
|
|
@@ -574,40 +341,15 @@ export declare const WorkflowExecutionUpdateSchema: GenMessage<WorkflowExecution
|
|
|
574
341
|
/**
|
|
575
342
|
* CancelWorkflowExecutionInput requests graceful cancellation of a workflow execution.
|
|
576
343
|
*
|
|
577
|
-
*
|
|
578
|
-
*
|
|
579
|
-
*
|
|
580
|
-
*
|
|
581
|
-
* ## Behavior
|
|
582
|
-
*
|
|
583
|
-
* - Sends cancellation signal to Temporal via CancelWorkflow API
|
|
584
|
-
* - Workflow code receives the signal and can perform cleanup
|
|
585
|
-
* - Execution transitions to EXECUTION_CANCELLED phase after cleanup
|
|
586
|
-
* - In-progress tasks may complete or be interrupted depending on workflow logic
|
|
587
|
-
*
|
|
588
|
-
* ## Preconditions
|
|
344
|
+
* @internal
|
|
345
|
+
* Sends a cancellation signal to the workflow engine, allowing the workflow code
|
|
346
|
+
* to perform cleanup before transitioning to EXECUTION_CANCELLED phase.
|
|
589
347
|
*
|
|
348
|
+
* Preconditions:
|
|
590
349
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
591
|
-
* - User must have can_edit permission
|
|
592
|
-
*
|
|
593
|
-
* ## Idempotency
|
|
594
|
-
*
|
|
595
|
-
* If the execution is already cancelled (phase == EXECUTION_CANCELLED),
|
|
596
|
-
* the call succeeds as a no-op and returns the current execution state.
|
|
597
|
-
*
|
|
598
|
-
* ## Use Cases
|
|
599
|
-
*
|
|
600
|
-
* - User realizes they triggered the wrong workflow
|
|
601
|
-
* - Business decision to stop a long-running process
|
|
602
|
-
* - Graceful shutdown before maintenance window
|
|
603
|
-
* - Cancel stuck workflow that is still responsive
|
|
350
|
+
* - User must have can_edit permission
|
|
604
351
|
*
|
|
605
|
-
*
|
|
606
|
-
*
|
|
607
|
-
* {
|
|
608
|
-
* "id": "wfx-abc123xyz456",
|
|
609
|
-
* "reason": "Customer requested cancellation - no longer needed"
|
|
610
|
-
* }
|
|
352
|
+
* Idempotent: if already cancelled, returns current state as a no-op.
|
|
611
353
|
*
|
|
612
354
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.CancelWorkflowExecutionInput
|
|
613
355
|
*/
|
|
@@ -615,25 +357,14 @@ export type CancelWorkflowExecutionInput = Message<"ai.stigmer.agentic.workflowe
|
|
|
615
357
|
/**
|
|
616
358
|
* Workflow execution ID to cancel.
|
|
617
359
|
*
|
|
618
|
-
*
|
|
619
|
-
*
|
|
620
|
-
*
|
|
621
|
-
* Validation: Required, cannot be empty
|
|
360
|
+
* @internal
|
|
361
|
+
* Format: "wfx_{ulid}"
|
|
622
362
|
*
|
|
623
363
|
* @generated from field: string id = 1;
|
|
624
364
|
*/
|
|
625
365
|
id: string;
|
|
626
366
|
/**
|
|
627
|
-
* Human-readable reason for cancellation.
|
|
628
|
-
*
|
|
629
|
-
* Stored in the audit trail and passed to Temporal for operational debugging.
|
|
630
|
-
* Optional but strongly recommended for compliance and troubleshooting.
|
|
631
|
-
*
|
|
632
|
-
* Examples:
|
|
633
|
-
* - "Customer requested cancellation"
|
|
634
|
-
* - "Incorrect workflow triggered by mistake"
|
|
635
|
-
* - "Superseded by newer execution wfx-def456"
|
|
636
|
-
* - "Pre-maintenance shutdown"
|
|
367
|
+
* Human-readable reason for cancellation, stored in the audit trail.
|
|
637
368
|
*
|
|
638
369
|
* @generated from field: string reason = 2;
|
|
639
370
|
*/
|
|
@@ -647,50 +378,15 @@ export declare const CancelWorkflowExecutionInputSchema: GenMessage<CancelWorkfl
|
|
|
647
378
|
/**
|
|
648
379
|
* TerminateWorkflowExecutionInput requests immediate termination of a workflow execution.
|
|
649
380
|
*
|
|
650
|
-
*
|
|
651
|
-
*
|
|
652
|
-
*
|
|
653
|
-
*
|
|
654
|
-
* ## Behavior
|
|
655
|
-
*
|
|
656
|
-
* - Force-kills workflow via Temporal TerminateWorkflow API
|
|
657
|
-
* - Workflow code does NOT receive any signal (cannot clean up)
|
|
658
|
-
* - Execution transitions to EXECUTION_TERMINATED phase immediately
|
|
659
|
-
* - All in-progress tasks are stopped abruptly
|
|
660
|
-
* - No compensation or defer blocks are executed
|
|
661
|
-
*
|
|
662
|
-
* ## Preconditions
|
|
381
|
+
* @internal
|
|
382
|
+
* Force-kills the workflow without allowing cleanup. Unlike cancellation,
|
|
383
|
+
* the workflow code cannot respond to termination.
|
|
663
384
|
*
|
|
385
|
+
* Preconditions:
|
|
664
386
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
665
|
-
* - User must have can_edit permission
|
|
666
|
-
*
|
|
667
|
-
* ## Idempotency
|
|
668
|
-
*
|
|
669
|
-
* If the execution is already terminated (phase == EXECUTION_TERMINATED),
|
|
670
|
-
* the call succeeds as a no-op and returns the current execution state.
|
|
387
|
+
* - User must have can_edit permission
|
|
671
388
|
*
|
|
672
|
-
*
|
|
673
|
-
*
|
|
674
|
-
* | Aspect | Cancel | Terminate |
|
|
675
|
-
* |--------|--------|-----------|
|
|
676
|
-
* | Signal | Workflow receives cancellation signal | No signal sent |
|
|
677
|
-
* | Cleanup | Workflow can clean up gracefully | No cleanup possible |
|
|
678
|
-
* | Use case | Normal cancellation | Stuck/unresponsive workflows |
|
|
679
|
-
* | Recovery | Cannot recover | Cannot recover |
|
|
680
|
-
*
|
|
681
|
-
* ## Use Cases
|
|
682
|
-
*
|
|
683
|
-
* - Workflow is stuck and not responding to cancellation
|
|
684
|
-
* - Workflow is consuming excessive resources (infinite loop, memory leak)
|
|
685
|
-
* - Emergency stop for misbehaving workflow
|
|
686
|
-
* - Workflow has a bug causing it to ignore cancellation signals
|
|
687
|
-
*
|
|
688
|
-
* ## Example
|
|
689
|
-
*
|
|
690
|
-
* {
|
|
691
|
-
* "id": "wfx-abc123xyz456",
|
|
692
|
-
* "reason": "Workflow stuck for 2 hours, not responding to cancel"
|
|
693
|
-
* }
|
|
389
|
+
* Idempotent: if already terminated, returns current state as a no-op.
|
|
694
390
|
*
|
|
695
391
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.TerminateWorkflowExecutionInput
|
|
696
392
|
*/
|
|
@@ -698,26 +394,14 @@ export type TerminateWorkflowExecutionInput = Message<"ai.stigmer.agentic.workfl
|
|
|
698
394
|
/**
|
|
699
395
|
* Workflow execution ID to terminate.
|
|
700
396
|
*
|
|
701
|
-
*
|
|
702
|
-
*
|
|
703
|
-
*
|
|
704
|
-
* Validation: Required, cannot be empty
|
|
397
|
+
* @internal
|
|
398
|
+
* Format: "wfx_{ulid}"
|
|
705
399
|
*
|
|
706
400
|
* @generated from field: string id = 1;
|
|
707
401
|
*/
|
|
708
402
|
id: string;
|
|
709
403
|
/**
|
|
710
|
-
* Human-readable reason for termination.
|
|
711
|
-
*
|
|
712
|
-
* Stored in the audit trail and passed to Temporal for operational debugging.
|
|
713
|
-
* Optional but strongly recommended - termination is a drastic action
|
|
714
|
-
* and the reason helps with post-incident analysis.
|
|
715
|
-
*
|
|
716
|
-
* Examples:
|
|
717
|
-
* - "Workflow stuck for 2 hours, not responding to cancel"
|
|
718
|
-
* - "Infinite loop detected, consuming 100% CPU"
|
|
719
|
-
* - "Emergency stop - incorrect data being processed"
|
|
720
|
-
* - "Cancel failed after 3 attempts, force terminating"
|
|
404
|
+
* Human-readable reason for termination, stored in the audit trail.
|
|
721
405
|
*
|
|
722
406
|
* @generated from field: string reason = 2;
|
|
723
407
|
*/
|
|
@@ -731,81 +415,32 @@ export declare const TerminateWorkflowExecutionInputSchema: GenMessage<Terminate
|
|
|
731
415
|
/**
|
|
732
416
|
* RecoverWorkflowExecutionInput requests recovery of a failed workflow execution.
|
|
733
417
|
*
|
|
734
|
-
*
|
|
735
|
-
*
|
|
736
|
-
* the workflow without re-executing
|
|
737
|
-
*
|
|
738
|
-
* ## Behavior
|
|
739
|
-
*
|
|
740
|
-
* - Uses Temporal ResetWorkflow API to resume from last successful point
|
|
741
|
-
* - Completed tasks are preserved - NOT re-executed
|
|
742
|
-
* - Creates a new Temporal run in the same workflow ID chain
|
|
743
|
-
* - Execution transitions from FAILED back to IN_PROGRESS phase
|
|
744
|
-
* - Workflow continues from where it failed
|
|
745
|
-
*
|
|
746
|
-
* ## Preconditions
|
|
418
|
+
* @internal
|
|
419
|
+
* Resumes execution from the last successful checkpoint, preserving all completed work.
|
|
420
|
+
* Uses the workflow engine's reset functionality to continue without re-executing
|
|
421
|
+
* successful steps.
|
|
747
422
|
*
|
|
423
|
+
* Preconditions:
|
|
748
424
|
* - Execution must be in EXECUTION_FAILED phase
|
|
749
|
-
* - TERMINATED executions cannot be recovered
|
|
750
|
-
* -
|
|
751
|
-
* - User must have can_edit permission on the workflow execution
|
|
752
|
-
*
|
|
753
|
-
* ## Idempotency
|
|
754
|
-
*
|
|
755
|
-
* If recovery is already in progress (execution moved to IN_PROGRESS after
|
|
756
|
-
* a previous recover call), the call succeeds as a no-op and returns current state.
|
|
757
|
-
*
|
|
758
|
-
* ## Recovery vs Restart
|
|
759
|
-
*
|
|
760
|
-
* | Aspect | Recover | Restart (create new) |
|
|
761
|
-
* |--------|---------|----------------------|
|
|
762
|
-
* | Completed work | Preserved | Lost (re-executed) |
|
|
763
|
-
* | Side effects | Not duplicated | May duplicate |
|
|
764
|
-
* | Execution ID | Same | New ID |
|
|
765
|
-
* | Use case | Resume after fix | Start fresh |
|
|
425
|
+
* - TERMINATED and CANCELLED executions cannot be recovered
|
|
426
|
+
* - User must have can_edit permission
|
|
766
427
|
*
|
|
767
|
-
*
|
|
768
|
-
*
|
|
769
|
-
* - Workflow failed due to transient error (network timeout, rate limit)
|
|
770
|
-
* - External dependency was down but is now available
|
|
771
|
-
* - Bug was fixed and workflow should continue from failure point
|
|
772
|
-
* - Retry after investigating and fixing the root cause
|
|
773
|
-
*
|
|
774
|
-
* ## Example
|
|
775
|
-
*
|
|
776
|
-
* {
|
|
777
|
-
* "id": "wfx-abc123xyz456",
|
|
778
|
-
* "reason": "Stripe API was down, now recovered - resuming payment processing"
|
|
779
|
-
* }
|
|
428
|
+
* Idempotent: if recovery is already in progress, returns current state as a no-op.
|
|
780
429
|
*
|
|
781
430
|
* @generated from message ai.stigmer.agentic.workflowexecution.v1.RecoverWorkflowExecutionInput
|
|
782
431
|
*/
|
|
783
432
|
export type RecoverWorkflowExecutionInput = Message<"ai.stigmer.agentic.workflowexecution.v1.RecoverWorkflowExecutionInput"> & {
|
|
784
433
|
/**
|
|
785
|
-
* Workflow execution ID to recover.
|
|
786
|
-
*
|
|
787
|
-
* Must be in FAILED phase. TERMINATED and CANCELLED executions
|
|
788
|
-
* cannot be recovered.
|
|
789
|
-
*
|
|
790
|
-
* Format: "wfx-{ulid}" (auto-generated unique identifier)
|
|
791
|
-
* Example: "wfx-abc123xyz456"
|
|
434
|
+
* Workflow execution ID to recover (must be in FAILED phase).
|
|
792
435
|
*
|
|
793
|
-
*
|
|
436
|
+
* @internal
|
|
437
|
+
* Format: "wfx_{ulid}"
|
|
794
438
|
*
|
|
795
439
|
* @generated from field: string id = 1;
|
|
796
440
|
*/
|
|
797
441
|
id: string;
|
|
798
442
|
/**
|
|
799
|
-
* Human-readable reason for recovery.
|
|
800
|
-
*
|
|
801
|
-
* Stored in the audit trail for operational debugging and compliance.
|
|
802
|
-
* Helps track why the recovery was needed and what was fixed.
|
|
803
|
-
*
|
|
804
|
-
* Examples:
|
|
805
|
-
* - "Stripe API recovered, resuming payment processing"
|
|
806
|
-
* - "Fixed typo in email template, continuing workflow"
|
|
807
|
-
* - "Increased timeout for slow API, retrying"
|
|
808
|
-
* - "Root cause identified and fixed in config"
|
|
443
|
+
* Human-readable reason for recovery, stored in the audit trail.
|
|
809
444
|
*
|
|
810
445
|
* @generated from field: string reason = 2;
|
|
811
446
|
*/
|
|
@@ -819,24 +454,9 @@ export declare const RecoverWorkflowExecutionInputSchema: GenMessage<RecoverWork
|
|
|
819
454
|
/**
|
|
820
455
|
* PauseWorkflowExecutionInput requests temporarily pausing a workflow execution.
|
|
821
456
|
*
|
|
822
|
-
*
|
|
823
|
-
*
|
|
824
|
-
*
|
|
825
|
-
* ## Behavior
|
|
826
|
-
*
|
|
827
|
-
* When a workflow is paused:
|
|
828
|
-
* 1. A "pause" signal is sent to the Temporal workflow
|
|
829
|
-
* 2. Running activities are gracefully cancelled (checkpoint saved)
|
|
830
|
-
* 3. Execution transitions to EXECUTION_PAUSED phase
|
|
831
|
-
* 4. Workflow waits for resume signal (no resources consumed)
|
|
832
|
-
*
|
|
833
|
-
* ## Resume Flow
|
|
834
|
-
*
|
|
835
|
-
* The paused workflow can be resumed via the resume RPC:
|
|
836
|
-
* 1. Resume signal unblocks the workflow
|
|
837
|
-
* 2. Activities are re-invoked with same thread_id
|
|
838
|
-
* 3. LangGraph loads from checkpoint automatically
|
|
839
|
-
* 4. Execution continues from exact pause point
|
|
457
|
+
* @internal
|
|
458
|
+
* Pauses the workflow at its current checkpoint. The execution is NOT terminal
|
|
459
|
+
* and can be resumed later via the resume RPC.
|
|
840
460
|
*
|
|
841
461
|
* @since Gap A3 (Pause/Resume Propagation)
|
|
842
462
|
*
|
|
@@ -844,30 +464,16 @@ export declare const RecoverWorkflowExecutionInputSchema: GenMessage<RecoverWork
|
|
|
844
464
|
*/
|
|
845
465
|
export type PauseWorkflowExecutionInput = Message<"ai.stigmer.agentic.workflowexecution.v1.PauseWorkflowExecutionInput"> & {
|
|
846
466
|
/**
|
|
847
|
-
* Workflow execution ID to pause.
|
|
848
|
-
*
|
|
849
|
-
* Must be in PENDING or IN_PROGRESS phase. Cannot pause
|
|
850
|
-
* executions that are already terminal (COMPLETED, FAILED, CANCELLED, TERMINATED).
|
|
851
|
-
*
|
|
852
|
-
* Format: "wfx-{ulid}" (auto-generated unique identifier)
|
|
853
|
-
* Example: "wfx-abc123xyz456"
|
|
467
|
+
* Workflow execution ID to pause (must be in PENDING or IN_PROGRESS phase).
|
|
854
468
|
*
|
|
855
|
-
*
|
|
469
|
+
* @internal
|
|
470
|
+
* Format: "wfx_{ulid}"
|
|
856
471
|
*
|
|
857
472
|
* @generated from field: string id = 1;
|
|
858
473
|
*/
|
|
859
474
|
id: string;
|
|
860
475
|
/**
|
|
861
|
-
* Human-readable reason for pausing.
|
|
862
|
-
*
|
|
863
|
-
* Stored in the audit trail for operational debugging and compliance.
|
|
864
|
-
* Helps track why the pause was needed.
|
|
865
|
-
*
|
|
866
|
-
* Examples:
|
|
867
|
-
* - "Pausing for scheduled maintenance window"
|
|
868
|
-
* - "User requested pause to review progress"
|
|
869
|
-
* - "Pausing due to rate limit concerns"
|
|
870
|
-
* - "Emergency pause - investigating issue"
|
|
476
|
+
* Human-readable reason for pausing, stored in the audit trail.
|
|
871
477
|
*
|
|
872
478
|
* @generated from field: string reason = 2;
|
|
873
479
|
*/
|
|
@@ -881,23 +487,9 @@ export declare const PauseWorkflowExecutionInputSchema: GenMessage<PauseWorkflow
|
|
|
881
487
|
/**
|
|
882
488
|
* ResumeWorkflowExecutionInput requests resuming a paused workflow execution.
|
|
883
489
|
*
|
|
884
|
-
*
|
|
885
|
-
*
|
|
886
|
-
*
|
|
887
|
-
*
|
|
888
|
-
* ## Behavior
|
|
889
|
-
*
|
|
890
|
-
* When a workflow is resumed:
|
|
891
|
-
* 1. A "resume" signal is sent to the paused Temporal workflow
|
|
892
|
-
* 2. Workflow unblocks from its wait state
|
|
893
|
-
* 3. Activities are re-invoked with same execution context
|
|
894
|
-
* 4. LangGraph loads checkpoint using thread_id
|
|
895
|
-
* 5. Execution continues from exact pause point
|
|
896
|
-
*
|
|
897
|
-
* ## Preconditions
|
|
898
|
-
*
|
|
899
|
-
* - Execution must be in EXECUTION_PAUSED phase
|
|
900
|
-
* - Cannot resume non-paused executions
|
|
490
|
+
* @internal
|
|
491
|
+
* Continues execution from the checkpoint where it was paused.
|
|
492
|
+
* Execution must be in EXECUTION_PAUSED phase.
|
|
901
493
|
*
|
|
902
494
|
* @since Gap A3 (Pause/Resume Propagation)
|
|
903
495
|
*
|
|
@@ -905,15 +497,10 @@ export declare const PauseWorkflowExecutionInputSchema: GenMessage<PauseWorkflow
|
|
|
905
497
|
*/
|
|
906
498
|
export type ResumeWorkflowExecutionInput = Message<"ai.stigmer.agentic.workflowexecution.v1.ResumeWorkflowExecutionInput"> & {
|
|
907
499
|
/**
|
|
908
|
-
* Workflow execution ID to resume.
|
|
909
|
-
*
|
|
910
|
-
* Must be in PAUSED phase. Cannot resume executions
|
|
911
|
-
* that are not paused.
|
|
500
|
+
* Workflow execution ID to resume (must be in PAUSED phase).
|
|
912
501
|
*
|
|
913
|
-
*
|
|
914
|
-
*
|
|
915
|
-
*
|
|
916
|
-
* Validation: Required, cannot be empty
|
|
502
|
+
* @internal
|
|
503
|
+
* Format: "wfx_{ulid}"
|
|
917
504
|
*
|
|
918
505
|
* @generated from field: string id = 1;
|
|
919
506
|
*/
|
|
@@ -925,53 +512,15 @@ export type ResumeWorkflowExecutionInput = Message<"ai.stigmer.agentic.workflowe
|
|
|
925
512
|
*/
|
|
926
513
|
export declare const ResumeWorkflowExecutionInputSchema: GenMessage<ResumeWorkflowExecutionInput>;
|
|
927
514
|
/**
|
|
928
|
-
* SendSignalInput
|
|
929
|
-
*
|
|
930
|
-
* Sends a signal to a running workflow execution, typically to unblock a LISTEN task.
|
|
931
|
-
* Uses Temporal's SignalWithStart API internally for race-proof delivery - if the
|
|
932
|
-
* workflow hasn't started yet, it will be started first and then receive the signal.
|
|
933
|
-
*
|
|
934
|
-
* ## Behavior
|
|
935
|
-
*
|
|
936
|
-
* 1. Validates execution exists and is in a signalable phase
|
|
937
|
-
* 2. Uses Temporal SignalWithStart for atomic delivery:
|
|
938
|
-
* - If workflow exists → sends signal immediately
|
|
939
|
-
* - If workflow not started yet → starts workflow, then sends signal
|
|
940
|
-
* 3. Signal is delivered to workflow's signal channel
|
|
941
|
-
* 4. LISTEN task waiting for this signal will unblock and continue
|
|
942
|
-
* 5. Returns the current WorkflowExecution state
|
|
515
|
+
* SendSignalInput delivers a named signal to a workflow execution.
|
|
943
516
|
*
|
|
944
|
-
*
|
|
517
|
+
* @internal
|
|
518
|
+
* Sends a signal to a running or pending workflow execution, typically to unblock
|
|
519
|
+
* a LISTEN task. Uses race-proof delivery internally (SignalWithStart).
|
|
945
520
|
*
|
|
521
|
+
* Preconditions:
|
|
946
522
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
947
|
-
* -
|
|
948
|
-
* - User must have can_edit permission on the workflow execution
|
|
949
|
-
*
|
|
950
|
-
* ## Race-Proof Delivery
|
|
951
|
-
*
|
|
952
|
-
* SignalWithStart solves the race condition where a signal might arrive before
|
|
953
|
-
* the Temporal workflow is fully started. Without it, SignalWorkflow fails with
|
|
954
|
-
* "WorkflowNotFound" if called too early. SignalWithStart handles both cases
|
|
955
|
-
* atomically, ensuring signals are never lost.
|
|
956
|
-
*
|
|
957
|
-
* ## Use Cases
|
|
958
|
-
*
|
|
959
|
-
* - External system events (webhooks, CDC) triggering workflow continuation
|
|
960
|
-
* - Human-in-the-loop approvals via external systems
|
|
961
|
-
* - Integration with third-party services that send callbacks
|
|
962
|
-
* - Testing LISTEN tasks during development
|
|
963
|
-
*
|
|
964
|
-
* ## Example
|
|
965
|
-
*
|
|
966
|
-
* {
|
|
967
|
-
* "execution_id": "wfx-abc123xyz456",
|
|
968
|
-
* "signal_name": "payment_confirmed",
|
|
969
|
-
* "payload": {
|
|
970
|
-
* "transaction_id": "txn_123",
|
|
971
|
-
* "amount": 99.99,
|
|
972
|
-
* "currency": "USD"
|
|
973
|
-
* }
|
|
974
|
-
* }
|
|
523
|
+
* - User must have can_edit permission
|
|
975
524
|
*
|
|
976
525
|
* @since Gap B1 (Signal-With-Start)
|
|
977
526
|
*
|
|
@@ -981,88 +530,34 @@ export type SendSignalInput = Message<"ai.stigmer.agentic.workflowexecution.v1.S
|
|
|
981
530
|
/**
|
|
982
531
|
* Workflow execution ID to send the signal to.
|
|
983
532
|
*
|
|
984
|
-
*
|
|
985
|
-
*
|
|
986
|
-
*
|
|
987
|
-
* Validation: Required, cannot be empty
|
|
533
|
+
* @internal
|
|
534
|
+
* Format: "wfx_{ulid}"
|
|
988
535
|
*
|
|
989
536
|
* @generated from field: string execution_id = 1;
|
|
990
537
|
*/
|
|
991
538
|
executionId: string;
|
|
992
539
|
/**
|
|
993
|
-
* Signal name
|
|
994
|
-
*
|
|
995
|
-
* Must match the signal ID defined in the workflow's LISTEN task.
|
|
996
|
-
* Signal names are case-sensitive and should follow snake_case convention.
|
|
540
|
+
* Signal name matching the workflow's LISTEN task signal ID.
|
|
997
541
|
*
|
|
998
|
-
*
|
|
999
|
-
* -
|
|
1000
|
-
* - "approval_received"
|
|
1001
|
-
* - "external_event"
|
|
1002
|
-
* - "verification_complete"
|
|
1003
|
-
*
|
|
1004
|
-
* Validation: Required, cannot be empty
|
|
542
|
+
* @internal
|
|
543
|
+
* Case-sensitive, follows snake_case convention.
|
|
1005
544
|
*
|
|
1006
545
|
* @generated from field: string signal_name = 2;
|
|
1007
546
|
*/
|
|
1008
547
|
signalName: string;
|
|
1009
548
|
/**
|
|
1010
|
-
*
|
|
1011
|
-
*
|
|
1012
|
-
* JSON-serializable data to send with the signal. The payload is delivered
|
|
1013
|
-
* to the workflow and can be accessed by the LISTEN task.
|
|
1014
|
-
*
|
|
1015
|
-
* Optional - signals can be sent without payload if they just need to
|
|
1016
|
-
* unblock the workflow without passing data.
|
|
1017
|
-
*
|
|
1018
|
-
* Examples:
|
|
1019
|
-
* - { "status": "approved", "approver": "jane@example.com" }
|
|
1020
|
-
* - { "transaction_id": "txn_123", "amount": 99.99 }
|
|
1021
|
-
* - { "verified": true }
|
|
1022
|
-
*
|
|
1023
|
-
* Note: Use google.protobuf.Struct for arbitrary JSON payloads.
|
|
549
|
+
* Optional JSON payload delivered to the LISTEN task.
|
|
1024
550
|
*
|
|
1025
551
|
* @generated from field: google.protobuf.Struct payload = 3;
|
|
1026
552
|
*/
|
|
1027
553
|
payload?: JsonObject;
|
|
1028
554
|
/**
|
|
1029
|
-
*
|
|
555
|
+
* Optional idempotency key for deduplication of signal delivery.
|
|
1030
556
|
*
|
|
1031
|
-
*
|
|
1032
|
-
* When provided, duplicate signals with the same key (within the TTL window)
|
|
557
|
+
* @internal
|
|
558
|
+
* When provided, duplicate signals with the same key (within the 24-hour TTL window)
|
|
1033
559
|
* return the cached response instead of re-delivering the signal.
|
|
1034
|
-
*
|
|
1035
|
-
* ## Format Recommendations
|
|
1036
|
-
*
|
|
1037
|
-
* - Webhook sources: "{source}:{event_id}" (e.g., "stripe:evt_1234567890")
|
|
1038
|
-
* - API callers: Client-generated UUID (e.g., "550e8400-e29b-41d4-a716-446655440000")
|
|
1039
|
-
* - Scheduled events: "{schedule_id}:{timestamp}" (e.g., "sched_abc:2026-02-08T12:00:00Z")
|
|
1040
|
-
*
|
|
1041
|
-
* ## Scope
|
|
1042
|
-
*
|
|
1043
560
|
* Keys are scoped to the organization to prevent cross-org collisions.
|
|
1044
|
-
* The effective key stored is: "{org_id}:{idempotency_key}"
|
|
1045
|
-
*
|
|
1046
|
-
* ## TTL (Time-To-Live)
|
|
1047
|
-
*
|
|
1048
|
-
* Keys expire after 24 hours by default. After expiration, the same key
|
|
1049
|
-
* can be reused and will trigger a new signal delivery. This aligns with
|
|
1050
|
-
* industry standards (e.g., Stripe's 24-hour idempotency window).
|
|
1051
|
-
*
|
|
1052
|
-
* ## Behavior on Duplicate
|
|
1053
|
-
*
|
|
1054
|
-
* When a duplicate key is detected:
|
|
1055
|
-
* - The signal is NOT re-delivered to the workflow
|
|
1056
|
-
* - The original WorkflowExecution state is returned (idempotent response)
|
|
1057
|
-
* - No error is returned (success with cached result)
|
|
1058
|
-
*
|
|
1059
|
-
* ## Use Cases
|
|
1060
|
-
*
|
|
1061
|
-
* 1. Webhook retry protection: Stripe/GitHub may retry webhooks on timeout
|
|
1062
|
-
* 2. Client retry safety: API clients can safely retry on network errors
|
|
1063
|
-
* 3. At-least-once to effectively-once: Convert retries into safe operations
|
|
1064
|
-
*
|
|
1065
|
-
* Example: "stripe:evt_1NqZP92eZvKYlo2CqOc7XYRT"
|
|
1066
561
|
*
|
|
1067
562
|
* @since Gap B2 (Event Dedupe)
|
|
1068
563
|
*
|
|
@@ -1078,22 +573,17 @@ export declare const SendSignalInputSchema: GenMessage<SendSignalInput>;
|
|
|
1078
573
|
/**
|
|
1079
574
|
* WorkflowUpdateType defines the type of workflow execution update event.
|
|
1080
575
|
*
|
|
576
|
+
* @internal
|
|
1081
577
|
* Used by WorkflowExecutionUpdate to indicate what changed in the execution.
|
|
1082
|
-
* Helps clients apply efficient delta updates instead of re-rendering entire UI.
|
|
1083
|
-
*
|
|
1084
|
-
* Event Sequence Example:
|
|
1085
|
-
* 1. wf_update_status_changed (PENDING → IN_PROGRESS)
|
|
1086
|
-
* 2. wf_update_task_started (task-1 started)
|
|
1087
|
-
* 3. wf_update_task_completed (task-1 completed)
|
|
1088
|
-
* 4. wf_update_task_started (task-2 started)
|
|
1089
|
-
* 5. wf_update_task_completed (task-2 completed)
|
|
1090
|
-
* 6. wf_update_execution_completed (workflow done)
|
|
1091
578
|
*
|
|
1092
579
|
* @generated from enum ai.stigmer.agentic.workflowexecution.v1.WorkflowUpdateType
|
|
1093
580
|
*/
|
|
1094
581
|
export declare enum WorkflowUpdateType {
|
|
1095
582
|
/**
|
|
1096
|
-
* Unspecified update type (invalid
|
|
583
|
+
* Unspecified update type (invalid).
|
|
584
|
+
*
|
|
585
|
+
* @internal
|
|
586
|
+
* Exists only for proto3 zero-value semantics.
|
|
1097
587
|
*
|
|
1098
588
|
* @generated from enum value: workflow_update_type_unspecified = 0;
|
|
1099
589
|
*/
|
|
@@ -1101,13 +591,8 @@ export declare enum WorkflowUpdateType {
|
|
|
1101
591
|
/**
|
|
1102
592
|
* Workflow execution phase changed.
|
|
1103
593
|
*
|
|
1104
|
-
*
|
|
1105
|
-
*
|
|
1106
|
-
* - IN_PROGRESS → COMPLETED (execution succeeded)
|
|
1107
|
-
* - IN_PROGRESS → FAILED (execution failed)
|
|
1108
|
-
* - IN_PROGRESS → CANCELLED (execution cancelled)
|
|
1109
|
-
*
|
|
1110
|
-
* UI Impact: Update status badge, progress indicator
|
|
594
|
+
* @internal
|
|
595
|
+
* Triggered when status.phase transitions to a new value.
|
|
1111
596
|
*
|
|
1112
597
|
* @generated from enum value: wf_update_status_changed = 1;
|
|
1113
598
|
*/
|
|
@@ -1115,62 +600,35 @@ export declare enum WorkflowUpdateType {
|
|
|
1115
600
|
/**
|
|
1116
601
|
* A workflow task started executing.
|
|
1117
602
|
*
|
|
603
|
+
* @internal
|
|
1118
604
|
* Triggered when task status changes from PENDING to IN_PROGRESS.
|
|
1119
605
|
*
|
|
1120
|
-
* Update includes:
|
|
1121
|
-
* - task.status = WORKFLOW_TASK_IN_PROGRESS
|
|
1122
|
-
* - task.started_at = current timestamp
|
|
1123
|
-
*
|
|
1124
|
-
* UI Impact: Show spinner/loading indicator for this task
|
|
1125
|
-
*
|
|
1126
606
|
* @generated from enum value: wf_update_task_started = 2;
|
|
1127
607
|
*/
|
|
1128
608
|
wf_update_task_started = 2,
|
|
1129
609
|
/**
|
|
1130
610
|
* A workflow task completed successfully.
|
|
1131
611
|
*
|
|
612
|
+
* @internal
|
|
1132
613
|
* Triggered when task status changes from IN_PROGRESS to COMPLETED.
|
|
1133
614
|
*
|
|
1134
|
-
* Update includes:
|
|
1135
|
-
* - task.status = WORKFLOW_TASK_COMPLETED
|
|
1136
|
-
* - task.output = task results
|
|
1137
|
-
* - task.completed_at = current timestamp
|
|
1138
|
-
* - execution.completed_tasks incremented
|
|
1139
|
-
*
|
|
1140
|
-
* UI Impact: Show checkmark, display task output, update progress bar
|
|
1141
|
-
*
|
|
1142
615
|
* @generated from enum value: wf_update_task_completed = 3;
|
|
1143
616
|
*/
|
|
1144
617
|
wf_update_task_completed = 3,
|
|
1145
618
|
/**
|
|
1146
619
|
* A workflow task failed.
|
|
1147
620
|
*
|
|
621
|
+
* @internal
|
|
1148
622
|
* Triggered when task status changes from IN_PROGRESS to FAILED.
|
|
1149
623
|
*
|
|
1150
|
-
* Update includes:
|
|
1151
|
-
* - task.status = WORKFLOW_TASK_FAILED
|
|
1152
|
-
* - task.error = error message
|
|
1153
|
-
* - task.completed_at = current timestamp
|
|
1154
|
-
* - execution.completed_tasks incremented
|
|
1155
|
-
*
|
|
1156
|
-
* UI Impact: Show error icon, display error message, may trigger workflow failure
|
|
1157
|
-
*
|
|
1158
624
|
* @generated from enum value: wf_update_task_failed = 4;
|
|
1159
625
|
*/
|
|
1160
626
|
wf_update_task_failed = 4,
|
|
1161
627
|
/**
|
|
1162
628
|
* Workflow execution completed successfully.
|
|
1163
629
|
*
|
|
1164
|
-
*
|
|
1165
|
-
*
|
|
1166
|
-
* Update includes:
|
|
1167
|
-
* - execution.status.phase = EXECUTION_COMPLETED
|
|
1168
|
-
* - execution.status.output = workflow results
|
|
1169
|
-
* - execution.status.completed_at = current timestamp
|
|
1170
|
-
*
|
|
1171
|
-
* UI Impact: Show success badge, display final output, enable download/export
|
|
1172
|
-
*
|
|
1173
|
-
* Note: This is a terminal event - no more updates will follow.
|
|
630
|
+
* @internal
|
|
631
|
+
* Terminal event - no more updates will follow.
|
|
1174
632
|
*
|
|
1175
633
|
* @generated from enum value: wf_update_execution_completed = 5;
|
|
1176
634
|
*/
|
|
@@ -1178,15 +636,8 @@ export declare enum WorkflowUpdateType {
|
|
|
1178
636
|
/**
|
|
1179
637
|
* Workflow execution was cancelled.
|
|
1180
638
|
*
|
|
1181
|
-
*
|
|
1182
|
-
*
|
|
1183
|
-
* Update includes:
|
|
1184
|
-
* - execution.status.phase = EXECUTION_CANCELLED
|
|
1185
|
-
* - execution.status.completed_at = current timestamp
|
|
1186
|
-
*
|
|
1187
|
-
* UI Impact: Show cancelled badge, grey out in-progress tasks
|
|
1188
|
-
*
|
|
1189
|
-
* Note: This is a terminal event - no more updates will follow.
|
|
639
|
+
* @internal
|
|
640
|
+
* Terminal event - no more updates will follow.
|
|
1190
641
|
*
|
|
1191
642
|
* @generated from enum value: wf_update_execution_cancelled = 6;
|
|
1192
643
|
*/
|