@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
|
@@ -29,8 +29,9 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
29
29
|
* Create and trigger a new workflow execution.
|
|
30
30
|
*
|
|
31
31
|
* This RPC creates a WorkflowExecution resource and immediately triggers it for execution.
|
|
32
|
-
* The workflow execution engine
|
|
32
|
+
* The workflow execution engine picks up the execution and begins processing tasks.
|
|
33
33
|
*
|
|
34
|
+
* @internal
|
|
34
35
|
* Input Validation:
|
|
35
36
|
* - metadata.org must be specified
|
|
36
37
|
* - spec.workflow_instance_id is required and must reference an existing WorkflowInstance
|
|
@@ -112,7 +113,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
112
113
|
* "org": "acme"
|
|
113
114
|
* },
|
|
114
115
|
* "spec": {
|
|
115
|
-
* "workflow_instance_id": "
|
|
116
|
+
* "workflow_instance_id": "wfi_customer-onboarding-prod",
|
|
116
117
|
* "trigger_message": "New signup: john.doe@example.com",
|
|
117
118
|
* "trigger_metadata": {
|
|
118
119
|
* "source": "api",
|
|
@@ -130,7 +131,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
130
131
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
131
132
|
* "kind": "WorkflowExecution",
|
|
132
133
|
* "metadata": {
|
|
133
|
-
* "id": "
|
|
134
|
+
* "id": "wfx_abc123xyz456", // Auto-generated
|
|
134
135
|
* "name": "customer-onboarding-20250111-143022",
|
|
135
136
|
* "org": "acme"
|
|
136
137
|
* },
|
|
@@ -152,7 +153,9 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
152
153
|
output: typeof WorkflowExecutionSchema;
|
|
153
154
|
};
|
|
154
155
|
/**
|
|
155
|
-
* Update execution with full state.
|
|
156
|
+
* Update an existing workflow execution with full state.
|
|
157
|
+
*
|
|
158
|
+
* @internal
|
|
156
159
|
* Used by users to update execution configuration (spec fields).
|
|
157
160
|
* No individual field updates - always provide complete state.
|
|
158
161
|
*
|
|
@@ -165,8 +168,11 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
165
168
|
};
|
|
166
169
|
/**
|
|
167
170
|
* Update execution status during workflow execution.
|
|
168
|
-
*
|
|
169
|
-
*
|
|
171
|
+
*
|
|
172
|
+
* @internal
|
|
173
|
+
* System-level RPC used by workflow-runner to send progressive status updates
|
|
174
|
+
* (messages, task states, phase, etc.). Optimized for frequent status updates
|
|
175
|
+
* and merges status fields with existing state.
|
|
170
176
|
*
|
|
171
177
|
* This RPC is used by the workflow execution engine (Temporal) to update the status
|
|
172
178
|
* of a running workflow execution. Users cannot call this RPC directly.
|
|
@@ -239,7 +245,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
239
245
|
* Example Request (Task Completed):
|
|
240
246
|
* {
|
|
241
247
|
* "metadata": {
|
|
242
|
-
* "id": "
|
|
248
|
+
* "id": "wfx_abc123xyz456"
|
|
243
249
|
* },
|
|
244
250
|
* "status": {
|
|
245
251
|
* "phase": 2, // EXECUTION_IN_PROGRESS
|
|
@@ -270,29 +276,27 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
270
276
|
output: typeof WorkflowExecutionSchema;
|
|
271
277
|
};
|
|
272
278
|
/**
|
|
273
|
-
* Submit approval for a child agent's tool execution
|
|
279
|
+
* Submit an approval decision for a child agent's tool execution.
|
|
274
280
|
*
|
|
275
281
|
* This RPC forwards the approval decision to the child AgentExecution that
|
|
276
282
|
* is waiting for approval. The child is identified by the child_agent_execution_id
|
|
277
283
|
* in status.pending_approval.
|
|
278
284
|
*
|
|
279
|
-
* ## Behavior
|
|
280
|
-
*
|
|
281
285
|
* When a workflow invokes an agent that requires tool approval, the approval
|
|
282
286
|
* request surfaces at the workflow level via status.pending_approval. Users can
|
|
283
287
|
* submit their decision through this RPC, which forwards it to the child agent.
|
|
284
288
|
*
|
|
289
|
+
* @internal
|
|
285
290
|
* The approval is forwarded to the child via AgentExecution.submitApproval RPC,
|
|
286
291
|
* ensuring consistent validation and Temporal workflow signaling.
|
|
287
292
|
*
|
|
288
|
-
*
|
|
289
|
-
*
|
|
293
|
+
* Preconditions:
|
|
290
294
|
* - status.pending_approval must be populated
|
|
291
295
|
* - tool_call_id must match status.pending_approval.tool_call_id
|
|
292
296
|
* - status.pending_approval.child_agent_execution_id must not be empty
|
|
293
297
|
* - User must have can_edit permission on the workflow execution
|
|
294
298
|
*
|
|
295
|
-
*
|
|
299
|
+
* State Transitions
|
|
296
300
|
*
|
|
297
301
|
* After successful approval:
|
|
298
302
|
* - Approval is forwarded to child AgentExecution
|
|
@@ -301,13 +305,13 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
301
305
|
* - WorkflowExecution.status.pending_approval is eventually cleared
|
|
302
306
|
* - Workflow task status returns from WAITING_APPROVAL to IN_PROGRESS
|
|
303
307
|
*
|
|
304
|
-
*
|
|
308
|
+
* Approval Actions
|
|
305
309
|
*
|
|
306
310
|
* - APPROVE: Tool executes with the provided arguments
|
|
307
311
|
* - SKIP: Tool execution is skipped, agent continues with skip message
|
|
308
312
|
* - REJECT: Agent execution fails with rejection error
|
|
309
313
|
*
|
|
310
|
-
*
|
|
314
|
+
* Error Cases
|
|
311
315
|
*
|
|
312
316
|
* - NOT_FOUND: Workflow execution doesn't exist
|
|
313
317
|
* - PERMISSION_DENIED: User doesn't have can_edit permission
|
|
@@ -315,12 +319,12 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
315
319
|
* - INVALID_ARGUMENT: Tool call ID mismatch, or action is UNSPECIFIED
|
|
316
320
|
* - UNAVAILABLE: Failed to forward to child agent (transient error)
|
|
317
321
|
*
|
|
318
|
-
*
|
|
322
|
+
* Idempotency
|
|
319
323
|
*
|
|
320
324
|
* If the same approval is submitted twice (same workflow execution, tool_call_id,
|
|
321
325
|
* and action), the second call is a no-op if the approval was already processed.
|
|
322
326
|
*
|
|
323
|
-
*
|
|
327
|
+
* Alternative: Direct Agent Approval
|
|
324
328
|
*
|
|
325
329
|
* Users can also submit approvals directly via AgentExecution.submitApproval
|
|
326
330
|
* using the child_agent_execution_id. Both paths are equivalent and result
|
|
@@ -336,7 +340,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
336
340
|
output: typeof WorkflowExecutionSchema;
|
|
337
341
|
};
|
|
338
342
|
/**
|
|
339
|
-
* Delete
|
|
343
|
+
* Delete a workflow execution.
|
|
340
344
|
*
|
|
341
345
|
* @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionCommandController.delete
|
|
342
346
|
*/
|
|
@@ -349,9 +353,13 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
349
353
|
* Send a signal to a running workflow execution.
|
|
350
354
|
*
|
|
351
355
|
* Delivers a signal to a workflow execution, typically to unblock a LISTEN task.
|
|
356
|
+
* Delivery is race-proof: the signal is guaranteed to arrive even if sent
|
|
357
|
+
* before the workflow is fully started.
|
|
358
|
+
*
|
|
359
|
+
* @internal
|
|
352
360
|
* Uses Temporal's SignalWithStart API internally for race-proof delivery.
|
|
353
361
|
*
|
|
354
|
-
*
|
|
362
|
+
* Behavior
|
|
355
363
|
*
|
|
356
364
|
* 1. Validates execution exists and is in a signalable phase
|
|
357
365
|
* 2. Uses Temporal SignalWithStart for atomic delivery:
|
|
@@ -361,13 +369,13 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
361
369
|
* 4. LISTEN task waiting for this signal will unblock and continue
|
|
362
370
|
* 5. Returns the current WorkflowExecution state
|
|
363
371
|
*
|
|
364
|
-
*
|
|
372
|
+
* Preconditions
|
|
365
373
|
*
|
|
366
374
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
367
375
|
* - Cannot signal terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
|
|
368
376
|
* - User must have can_edit permission on the workflow execution
|
|
369
377
|
*
|
|
370
|
-
*
|
|
378
|
+
* Race-Proof Delivery (SignalWithStart)
|
|
371
379
|
*
|
|
372
380
|
* This RPC uses Temporal's SignalWithStart API to handle the race condition
|
|
373
381
|
* where a signal might arrive before the workflow is fully started:
|
|
@@ -375,7 +383,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
375
383
|
* - SignalWithStart atomically: starts workflow if needed, then sends signal
|
|
376
384
|
* - Guarantees signal delivery even in race conditions
|
|
377
385
|
*
|
|
378
|
-
*
|
|
386
|
+
* Signal Matching
|
|
379
387
|
*
|
|
380
388
|
* The signal_name must match the signal ID defined in the workflow's LISTEN task:
|
|
381
389
|
*
|
|
@@ -391,17 +399,17 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
391
399
|
* API Call:
|
|
392
400
|
* { "signal_name": "payment_confirmed", "payload": {...} }
|
|
393
401
|
*
|
|
394
|
-
*
|
|
402
|
+
* Error Cases
|
|
395
403
|
*
|
|
396
404
|
* - NOT_FOUND: Workflow execution doesn't exist
|
|
397
405
|
* - PERMISSION_DENIED: User doesn't have can_edit permission
|
|
398
406
|
* - FAILED_PRECONDITION: Execution is in a terminal phase
|
|
399
407
|
* - INVALID_ARGUMENT: execution_id or signal_name is empty
|
|
400
408
|
*
|
|
401
|
-
*
|
|
409
|
+
* Example Request
|
|
402
410
|
*
|
|
403
411
|
* {
|
|
404
|
-
* "execution_id": "
|
|
412
|
+
* "execution_id": "wfx_abc123xyz456",
|
|
405
413
|
* "signal_name": "payment_confirmed",
|
|
406
414
|
* "payload": {
|
|
407
415
|
* "transaction_id": "txn_123",
|
|
@@ -410,7 +418,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
410
418
|
* }
|
|
411
419
|
* }
|
|
412
420
|
*
|
|
413
|
-
*
|
|
421
|
+
* Example Response
|
|
414
422
|
*
|
|
415
423
|
* Returns the current WorkflowExecution state (phase may still be IN_PROGRESS
|
|
416
424
|
* as the workflow continues after receiving the signal).
|
|
@@ -427,14 +435,14 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
427
435
|
/**
|
|
428
436
|
* Cancel a running workflow execution gracefully.
|
|
429
437
|
*
|
|
430
|
-
* Sends a cancellation signal to the workflow
|
|
431
|
-
*
|
|
432
|
-
*
|
|
433
|
-
* transitioning to the CANCELLED phase.
|
|
438
|
+
* Sends a cancellation signal to the workflow. The workflow code can handle
|
|
439
|
+
* the cancellation signal to perform cleanup (e.g., compensation logic,
|
|
440
|
+
* resource cleanup, notifications) before transitioning to the CANCELLED phase.
|
|
434
441
|
*
|
|
442
|
+
* @internal
|
|
435
443
|
* Temporal Equivalent: `temporal workflow cancel --workflow-id <id>`
|
|
436
444
|
*
|
|
437
|
-
*
|
|
445
|
+
* Behavior
|
|
438
446
|
*
|
|
439
447
|
* 1. Validates execution exists and is in a cancellable phase
|
|
440
448
|
* 2. Sends cancellation signal to Temporal workflow
|
|
@@ -442,43 +450,43 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
442
450
|
* 4. Execution transitions to EXECUTION_CANCELLED phase
|
|
443
451
|
* 5. Returns updated WorkflowExecution with new phase
|
|
444
452
|
*
|
|
445
|
-
*
|
|
453
|
+
* Preconditions
|
|
446
454
|
*
|
|
447
455
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
448
456
|
* - Cannot cancel already-terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
|
|
449
457
|
*
|
|
450
|
-
*
|
|
458
|
+
* State Transitions
|
|
451
459
|
*
|
|
452
460
|
* - status.phase: PENDING/IN_PROGRESS → CANCELLED
|
|
453
461
|
* - status.completed_at: Set to current timestamp
|
|
454
462
|
* - In-progress tasks: May complete cleanup or be interrupted
|
|
455
463
|
*
|
|
456
|
-
*
|
|
464
|
+
* Idempotency
|
|
457
465
|
*
|
|
458
466
|
* Cancelling an already-cancelled execution succeeds as a no-op.
|
|
459
467
|
* The call returns the current execution state without side effects.
|
|
460
468
|
* This ensures safe retry of cancel requests.
|
|
461
469
|
*
|
|
462
|
-
*
|
|
470
|
+
* Error Cases
|
|
463
471
|
*
|
|
464
472
|
* - NOT_FOUND: Execution with given ID doesn't exist
|
|
465
473
|
* - PERMISSION_DENIED: User lacks can_edit permission on the execution
|
|
466
474
|
* - FAILED_PRECONDITION: Execution is in a terminal phase (COMPLETED, FAILED, TERMINATED)
|
|
467
475
|
* - INVALID_ARGUMENT: ID is empty or malformed
|
|
468
476
|
*
|
|
469
|
-
*
|
|
477
|
+
* Example Request
|
|
470
478
|
*
|
|
471
479
|
* {
|
|
472
|
-
* "id": "
|
|
480
|
+
* "id": "wfx_abc123xyz456",
|
|
473
481
|
* "reason": "Customer requested cancellation - order no longer needed"
|
|
474
482
|
* }
|
|
475
483
|
*
|
|
476
|
-
*
|
|
484
|
+
* Example Response
|
|
477
485
|
*
|
|
478
486
|
* {
|
|
479
487
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
480
488
|
* "kind": "WorkflowExecution",
|
|
481
|
-
* "metadata": { "id": "
|
|
489
|
+
* "metadata": { "id": "wfx_abc123xyz456" },
|
|
482
490
|
* "status": {
|
|
483
491
|
* "phase": 5, // EXECUTION_CANCELLED
|
|
484
492
|
* "completed_at": "2026-02-07T18:30:00Z"
|
|
@@ -495,14 +503,14 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
495
503
|
/**
|
|
496
504
|
* Terminate a workflow execution immediately.
|
|
497
505
|
*
|
|
498
|
-
* Force-stops the workflow
|
|
499
|
-
*
|
|
500
|
-
*
|
|
501
|
-
* unresponsive workflows that don't respond to cancellation.
|
|
506
|
+
* Force-stops the workflow without allowing cleanup. Unlike cancel,
|
|
507
|
+
* the workflow code cannot respond to termination - it is stopped immediately.
|
|
508
|
+
* Use this for stuck or unresponsive workflows that don't respond to cancellation.
|
|
502
509
|
*
|
|
510
|
+
* @internal
|
|
503
511
|
* Temporal Equivalent: `temporal workflow terminate --workflow-id <id>`
|
|
504
512
|
*
|
|
505
|
-
*
|
|
513
|
+
* Behavior
|
|
506
514
|
*
|
|
507
515
|
* 1. Validates execution exists and is in a terminable phase
|
|
508
516
|
* 2. Force-kills workflow via Temporal (no signal sent to workflow)
|
|
@@ -510,19 +518,19 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
510
518
|
* 4. No cleanup callbacks or defer blocks are executed
|
|
511
519
|
* 5. Returns updated WorkflowExecution with TERMINATED phase
|
|
512
520
|
*
|
|
513
|
-
*
|
|
521
|
+
* Preconditions
|
|
514
522
|
*
|
|
515
523
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
516
524
|
* - Cannot terminate already-terminal executions
|
|
517
525
|
*
|
|
518
|
-
*
|
|
526
|
+
* State Transitions
|
|
519
527
|
*
|
|
520
528
|
* - status.phase: PENDING/IN_PROGRESS → TERMINATED
|
|
521
529
|
* - status.completed_at: Set to current timestamp
|
|
522
530
|
* - status.error: May contain termination reason
|
|
523
531
|
* - In-progress tasks: Stopped abruptly (no cleanup)
|
|
524
532
|
*
|
|
525
|
-
*
|
|
533
|
+
* Terminated vs Cancelled
|
|
526
534
|
*
|
|
527
535
|
* | Aspect | cancel | terminate |
|
|
528
536
|
* |--------|--------|-----------|
|
|
@@ -531,31 +539,31 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
531
539
|
* | Use case | Normal stop | Stuck workflows |
|
|
532
540
|
* | Can recover? | No | No |
|
|
533
541
|
*
|
|
534
|
-
*
|
|
542
|
+
* Idempotency
|
|
535
543
|
*
|
|
536
544
|
* Terminating an already-terminated execution succeeds as a no-op.
|
|
537
545
|
* The call returns the current execution state without side effects.
|
|
538
546
|
*
|
|
539
|
-
*
|
|
547
|
+
* Error Cases
|
|
540
548
|
*
|
|
541
549
|
* - NOT_FOUND: Execution with given ID doesn't exist
|
|
542
550
|
* - PERMISSION_DENIED: User lacks can_edit permission on the execution
|
|
543
551
|
* - FAILED_PRECONDITION: Execution is in a terminal phase
|
|
544
552
|
* - INVALID_ARGUMENT: ID is empty or malformed
|
|
545
553
|
*
|
|
546
|
-
*
|
|
554
|
+
* Example Request
|
|
547
555
|
*
|
|
548
556
|
* {
|
|
549
|
-
* "id": "
|
|
557
|
+
* "id": "wfx_abc123xyz456",
|
|
550
558
|
* "reason": "Workflow stuck for 2 hours, not responding to cancel"
|
|
551
559
|
* }
|
|
552
560
|
*
|
|
553
|
-
*
|
|
561
|
+
* Example Response
|
|
554
562
|
*
|
|
555
563
|
* {
|
|
556
564
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
557
565
|
* "kind": "WorkflowExecution",
|
|
558
|
-
* "metadata": { "id": "
|
|
566
|
+
* "metadata": { "id": "wfx_abc123xyz456" },
|
|
559
567
|
* "status": {
|
|
560
568
|
* "phase": 6, // EXECUTION_TERMINATED
|
|
561
569
|
* "completed_at": "2026-02-07T18:35:00Z",
|
|
@@ -573,14 +581,14 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
573
581
|
/**
|
|
574
582
|
* Recover a failed workflow execution from the last checkpoint.
|
|
575
583
|
*
|
|
576
|
-
* Resumes execution from the last successful point
|
|
577
|
-
*
|
|
578
|
-
*
|
|
579
|
-
* without duplicating side effects.
|
|
584
|
+
* Resumes execution from the last successful point. Completed work is
|
|
585
|
+
* preserved - successful tasks are NOT re-executed. This enables
|
|
586
|
+
* "retry and resume" semantics without duplicating side effects.
|
|
580
587
|
*
|
|
588
|
+
* @internal
|
|
581
589
|
* Temporal Equivalent: `temporal workflow reset --workflow-id <id> --type LastWorkflowTask`
|
|
582
590
|
*
|
|
583
|
-
*
|
|
591
|
+
* Behavior
|
|
584
592
|
*
|
|
585
593
|
* 1. Validates execution is in FAILED phase (recoverable)
|
|
586
594
|
* 2. Identifies the last successful checkpoint in workflow history
|
|
@@ -589,14 +597,14 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
589
597
|
* 5. Workflow continues from where it failed
|
|
590
598
|
* 6. Returns updated WorkflowExecution with IN_PROGRESS phase
|
|
591
599
|
*
|
|
592
|
-
*
|
|
600
|
+
* Preconditions
|
|
593
601
|
*
|
|
594
602
|
* - Execution must be in EXECUTION_FAILED phase
|
|
595
603
|
* - TERMINATED executions cannot be recovered (intentional hard stop)
|
|
596
604
|
* - CANCELLED executions cannot be recovered (intentional user action)
|
|
597
605
|
* - COMPLETED executions don't need recovery
|
|
598
606
|
*
|
|
599
|
-
*
|
|
607
|
+
* State Transitions
|
|
600
608
|
*
|
|
601
609
|
* - status.phase: FAILED → IN_PROGRESS
|
|
602
610
|
* - status.completed_at: Cleared (execution is running again)
|
|
@@ -604,7 +612,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
604
612
|
* - Completed tasks: Preserved (not re-executed)
|
|
605
613
|
* - Failed tasks: Reset to pending, will be retried
|
|
606
614
|
*
|
|
607
|
-
*
|
|
615
|
+
* Recovery vs Restart
|
|
608
616
|
*
|
|
609
617
|
* | Aspect | recover | Create new execution |
|
|
610
618
|
* |--------|---------|----------------------|
|
|
@@ -613,13 +621,13 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
613
621
|
* | Execution ID | Same | New ID |
|
|
614
622
|
* | Use case | Resume after fix | Start fresh |
|
|
615
623
|
*
|
|
616
|
-
*
|
|
624
|
+
* Idempotency
|
|
617
625
|
*
|
|
618
626
|
* If recovery already succeeded (execution is now IN_PROGRESS from a
|
|
619
627
|
* previous recover call), the call succeeds as a no-op and returns
|
|
620
628
|
* the current execution state.
|
|
621
629
|
*
|
|
622
|
-
*
|
|
630
|
+
* Error Cases
|
|
623
631
|
*
|
|
624
632
|
* - NOT_FOUND: Execution with given ID doesn't exist
|
|
625
633
|
* - PERMISSION_DENIED: User lacks can_edit permission on the execution
|
|
@@ -629,19 +637,19 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
629
637
|
* - Execution is CANCELLED (cannot recover)
|
|
630
638
|
* - INVALID_ARGUMENT: ID is empty or malformed
|
|
631
639
|
*
|
|
632
|
-
*
|
|
640
|
+
* Example Request
|
|
633
641
|
*
|
|
634
642
|
* {
|
|
635
|
-
* "id": "
|
|
643
|
+
* "id": "wfx_abc123xyz456",
|
|
636
644
|
* "reason": "Stripe API recovered, resuming payment processing"
|
|
637
645
|
* }
|
|
638
646
|
*
|
|
639
|
-
*
|
|
647
|
+
* Example Response
|
|
640
648
|
*
|
|
641
649
|
* {
|
|
642
650
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
643
651
|
* "kind": "WorkflowExecution",
|
|
644
|
-
* "metadata": { "id": "
|
|
652
|
+
* "metadata": { "id": "wfx_abc123xyz456" },
|
|
645
653
|
* "status": {
|
|
646
654
|
* "phase": 2, // EXECUTION_IN_PROGRESS
|
|
647
655
|
* "started_at": "2026-02-07T10:00:00Z",
|
|
@@ -666,7 +674,9 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
666
674
|
* the execution is NOT terminal and can be resumed later from where it left off.
|
|
667
675
|
* The workflow gracefully checkpoints and exits, preserving all progress.
|
|
668
676
|
*
|
|
669
|
-
*
|
|
677
|
+
* @internal
|
|
678
|
+
*
|
|
679
|
+
* Behavior
|
|
670
680
|
*
|
|
671
681
|
* 1. Validates execution exists and is in a pausable phase
|
|
672
682
|
* 2. Sends "pause" signal to Temporal workflow
|
|
@@ -676,19 +686,19 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
676
686
|
* 6. Workflow waits for resume signal (no resources consumed)
|
|
677
687
|
* 7. Returns updated WorkflowExecution with PAUSED phase
|
|
678
688
|
*
|
|
679
|
-
*
|
|
689
|
+
* Preconditions
|
|
680
690
|
*
|
|
681
691
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
682
692
|
* - Cannot pause already-terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
|
|
683
693
|
*
|
|
684
|
-
*
|
|
694
|
+
* State Transitions
|
|
685
695
|
*
|
|
686
696
|
* - status.phase: PENDING/IN_PROGRESS → PAUSED
|
|
687
697
|
* - status.completed_at: NOT set (execution is not finished)
|
|
688
698
|
* - Running activities: Gracefully cancelled, checkpoint saved
|
|
689
699
|
* - LangGraph state: Preserved via thread_id checkpoint
|
|
690
700
|
*
|
|
691
|
-
*
|
|
701
|
+
* Paused vs Cancelled
|
|
692
702
|
*
|
|
693
703
|
* | Aspect | pause | cancel |
|
|
694
704
|
* |--------|-------|--------|
|
|
@@ -698,7 +708,7 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
698
708
|
* | Progress preserved? | Yes | No |
|
|
699
709
|
* | Use case | Temporary stop, maintenance | Permanent stop |
|
|
700
710
|
*
|
|
701
|
-
*
|
|
711
|
+
* Agent Activity Behavior
|
|
702
712
|
*
|
|
703
713
|
* When pause is signaled to a workflow running an agent:
|
|
704
714
|
* 1. Workflow cancels the running activity gracefully
|
|
@@ -707,31 +717,31 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
707
717
|
* 4. Activity returns with paused status
|
|
708
718
|
* 5. On resume, activity loads from checkpoint and continues
|
|
709
719
|
*
|
|
710
|
-
*
|
|
720
|
+
* Idempotency
|
|
711
721
|
*
|
|
712
722
|
* Pausing an already-paused execution succeeds as a no-op.
|
|
713
723
|
* The call returns the current execution state without side effects.
|
|
714
724
|
*
|
|
715
|
-
*
|
|
725
|
+
* Error Cases
|
|
716
726
|
*
|
|
717
727
|
* - NOT_FOUND: Execution with given ID doesn't exist
|
|
718
728
|
* - PERMISSION_DENIED: User lacks can_edit permission on the execution
|
|
719
729
|
* - FAILED_PRECONDITION: Execution is in a terminal phase
|
|
720
730
|
* - INVALID_ARGUMENT: ID is empty or malformed
|
|
721
731
|
*
|
|
722
|
-
*
|
|
732
|
+
* Example Request
|
|
723
733
|
*
|
|
724
734
|
* {
|
|
725
|
-
* "id": "
|
|
735
|
+
* "id": "wfx_abc123xyz456",
|
|
726
736
|
* "reason": "Pausing for scheduled maintenance window"
|
|
727
737
|
* }
|
|
728
738
|
*
|
|
729
|
-
*
|
|
739
|
+
* Example Response
|
|
730
740
|
*
|
|
731
741
|
* {
|
|
732
742
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
733
743
|
* "kind": "WorkflowExecution",
|
|
734
|
-
* "metadata": { "id": "
|
|
744
|
+
* "metadata": { "id": "wfx_abc123xyz456" },
|
|
735
745
|
* "status": {
|
|
736
746
|
* "phase": 7, // EXECUTION_PAUSED
|
|
737
747
|
* "started_at": "2026-02-07T10:00:00Z"
|
|
@@ -755,7 +765,9 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
755
765
|
* re-invokes activities with the same thread_id, which loads from checkpoint
|
|
756
766
|
* and continues from where it left off.
|
|
757
767
|
*
|
|
758
|
-
*
|
|
768
|
+
* @internal
|
|
769
|
+
*
|
|
770
|
+
* Behavior
|
|
759
771
|
*
|
|
760
772
|
* 1. Validates execution is in EXECUTION_PAUSED phase
|
|
761
773
|
* 2. Sends "resume" signal to Temporal workflow
|
|
@@ -765,18 +777,18 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
765
777
|
* 6. Execution transitions back to EXECUTION_IN_PROGRESS phase
|
|
766
778
|
* 7. Returns updated WorkflowExecution with IN_PROGRESS phase
|
|
767
779
|
*
|
|
768
|
-
*
|
|
780
|
+
* Preconditions
|
|
769
781
|
*
|
|
770
782
|
* - Execution must be in EXECUTION_PAUSED phase
|
|
771
783
|
* - Cannot resume non-paused executions
|
|
772
784
|
*
|
|
773
|
-
*
|
|
785
|
+
* State Transitions
|
|
774
786
|
*
|
|
775
787
|
* - status.phase: PAUSED → IN_PROGRESS
|
|
776
788
|
* - Activities: Re-invoked, load from checkpoint
|
|
777
789
|
* - LangGraph state: Loaded from checkpoint via thread_id
|
|
778
790
|
*
|
|
779
|
-
*
|
|
791
|
+
* Resume Behavior
|
|
780
792
|
*
|
|
781
793
|
* When resume is signaled to a paused workflow:
|
|
782
794
|
* 1. Java workflow unblocks from Workflow.await()
|
|
@@ -785,30 +797,30 @@ export declare const WorkflowExecutionCommandController: GenService<{
|
|
|
785
797
|
* 4. LangGraph loads checkpoint using thread_id
|
|
786
798
|
* 5. Agent continues from exact position where it was paused
|
|
787
799
|
*
|
|
788
|
-
*
|
|
800
|
+
* Idempotency
|
|
789
801
|
*
|
|
790
802
|
* Resuming an already-running execution succeeds as a no-op.
|
|
791
803
|
* The call returns the current execution state without side effects.
|
|
792
804
|
*
|
|
793
|
-
*
|
|
805
|
+
* Error Cases
|
|
794
806
|
*
|
|
795
807
|
* - NOT_FOUND: Execution with given ID doesn't exist
|
|
796
808
|
* - PERMISSION_DENIED: User lacks can_edit permission on the execution
|
|
797
809
|
* - FAILED_PRECONDITION: Execution is not in PAUSED phase
|
|
798
810
|
* - INVALID_ARGUMENT: ID is empty or malformed
|
|
799
811
|
*
|
|
800
|
-
*
|
|
812
|
+
* Example Request
|
|
801
813
|
*
|
|
802
814
|
* {
|
|
803
|
-
* "id": "
|
|
815
|
+
* "id": "wfx_abc123xyz456"
|
|
804
816
|
* }
|
|
805
817
|
*
|
|
806
|
-
*
|
|
818
|
+
* Example Response
|
|
807
819
|
*
|
|
808
820
|
* {
|
|
809
821
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
810
822
|
* "kind": "WorkflowExecution",
|
|
811
|
-
* "metadata": { "id": "
|
|
823
|
+
* "metadata": { "id": "wfx_abc123xyz456" },
|
|
812
824
|
* "status": {
|
|
813
825
|
* "phase": 2, // EXECUTION_IN_PROGRESS
|
|
814
826
|
* "started_at": "2026-02-07T10:00:00Z"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8IAA8I;AAC9I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,UAAU,CAAC;AAE5E,OAAO,EAAE,+CAA+C,EAAE,MAAM,SAAS,CAAC;AAE1E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,8hGAA8hG,EAAE,CAAC,gDAAgD,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEnzG;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,kCAAkC,
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/workflowexecution/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8IAA8I;AAC9I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,gDAAgD,EAAE,MAAM,UAAU,CAAC;AAE5E,OAAO,EAAE,+CAA+C,EAAE,MAAM,SAAS,CAAC;AAE1E,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,oDAAoD,GAAY,aAAa,CACxF,QAAQ,CAAC,8hGAA8hG,EAAE,CAAC,gDAAgD,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEnzG;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,CAAC,MAAM,kCAAkC,GA4yB1C,aAAa,CAChB,WAAW,CAAC,oDAAoD,EAAE,CAAC,CAAC,CAAC"}
|