@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
|
@@ -23,8 +23,9 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
23
23
|
* Create and trigger a new workflow execution.
|
|
24
24
|
*
|
|
25
25
|
* This RPC creates a WorkflowExecution resource and immediately triggers it for execution.
|
|
26
|
-
* The workflow execution engine
|
|
26
|
+
* The workflow execution engine picks up the execution and begins processing tasks.
|
|
27
27
|
*
|
|
28
|
+
* @internal
|
|
28
29
|
* Input Validation:
|
|
29
30
|
* - metadata.org must be specified
|
|
30
31
|
* - spec.workflow_instance_id is required and must reference an existing WorkflowInstance
|
|
@@ -106,7 +107,7 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
106
107
|
* "org": "acme"
|
|
107
108
|
* },
|
|
108
109
|
* "spec": {
|
|
109
|
-
* "workflow_instance_id": "
|
|
110
|
+
* "workflow_instance_id": "wfi_customer-onboarding-prod",
|
|
110
111
|
* "trigger_message": "New signup: john.doe@example.com",
|
|
111
112
|
* "trigger_metadata": {
|
|
112
113
|
* "source": "api",
|
|
@@ -124,7 +125,7 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
124
125
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
125
126
|
* "kind": "WorkflowExecution",
|
|
126
127
|
* "metadata": {
|
|
127
|
-
* "id": "
|
|
128
|
+
* "id": "wfx_abc123xyz456", // Auto-generated
|
|
128
129
|
* "name": "customer-onboarding-20250111-143022",
|
|
129
130
|
* "org": "acme"
|
|
130
131
|
* },
|
|
@@ -147,7 +148,9 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
147
148
|
readonly kind: any;
|
|
148
149
|
};
|
|
149
150
|
/**
|
|
150
|
-
* Update execution with full state.
|
|
151
|
+
* Update an existing workflow execution with full state.
|
|
152
|
+
*
|
|
153
|
+
* @internal
|
|
151
154
|
* Used by users to update execution configuration (spec fields).
|
|
152
155
|
* No individual field updates - always provide complete state.
|
|
153
156
|
*
|
|
@@ -161,8 +164,11 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
161
164
|
};
|
|
162
165
|
/**
|
|
163
166
|
* Update execution status during workflow execution.
|
|
164
|
-
*
|
|
165
|
-
*
|
|
167
|
+
*
|
|
168
|
+
* @internal
|
|
169
|
+
* System-level RPC used by workflow-runner to send progressive status updates
|
|
170
|
+
* (messages, task states, phase, etc.). Optimized for frequent status updates
|
|
171
|
+
* and merges status fields with existing state.
|
|
166
172
|
*
|
|
167
173
|
* This RPC is used by the workflow execution engine (Temporal) to update the status
|
|
168
174
|
* of a running workflow execution. Users cannot call this RPC directly.
|
|
@@ -235,7 +241,7 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
235
241
|
* Example Request (Task Completed):
|
|
236
242
|
* {
|
|
237
243
|
* "metadata": {
|
|
238
|
-
* "id": "
|
|
244
|
+
* "id": "wfx_abc123xyz456"
|
|
239
245
|
* },
|
|
240
246
|
* "status": {
|
|
241
247
|
* "phase": 2, // EXECUTION_IN_PROGRESS
|
|
@@ -267,29 +273,27 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
267
273
|
readonly kind: any;
|
|
268
274
|
};
|
|
269
275
|
/**
|
|
270
|
-
* Submit approval for a child agent's tool execution
|
|
276
|
+
* Submit an approval decision for a child agent's tool execution.
|
|
271
277
|
*
|
|
272
278
|
* This RPC forwards the approval decision to the child AgentExecution that
|
|
273
279
|
* is waiting for approval. The child is identified by the child_agent_execution_id
|
|
274
280
|
* in status.pending_approval.
|
|
275
281
|
*
|
|
276
|
-
* ## Behavior
|
|
277
|
-
*
|
|
278
282
|
* When a workflow invokes an agent that requires tool approval, the approval
|
|
279
283
|
* request surfaces at the workflow level via status.pending_approval. Users can
|
|
280
284
|
* submit their decision through this RPC, which forwards it to the child agent.
|
|
281
285
|
*
|
|
286
|
+
* @internal
|
|
282
287
|
* The approval is forwarded to the child via AgentExecution.submitApproval RPC,
|
|
283
288
|
* ensuring consistent validation and Temporal workflow signaling.
|
|
284
289
|
*
|
|
285
|
-
*
|
|
286
|
-
*
|
|
290
|
+
* Preconditions:
|
|
287
291
|
* - status.pending_approval must be populated
|
|
288
292
|
* - tool_call_id must match status.pending_approval.tool_call_id
|
|
289
293
|
* - status.pending_approval.child_agent_execution_id must not be empty
|
|
290
294
|
* - User must have can_edit permission on the workflow execution
|
|
291
295
|
*
|
|
292
|
-
*
|
|
296
|
+
* State Transitions
|
|
293
297
|
*
|
|
294
298
|
* After successful approval:
|
|
295
299
|
* - Approval is forwarded to child AgentExecution
|
|
@@ -298,13 +302,13 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
298
302
|
* - WorkflowExecution.status.pending_approval is eventually cleared
|
|
299
303
|
* - Workflow task status returns from WAITING_APPROVAL to IN_PROGRESS
|
|
300
304
|
*
|
|
301
|
-
*
|
|
305
|
+
* Approval Actions
|
|
302
306
|
*
|
|
303
307
|
* - APPROVE: Tool executes with the provided arguments
|
|
304
308
|
* - SKIP: Tool execution is skipped, agent continues with skip message
|
|
305
309
|
* - REJECT: Agent execution fails with rejection error
|
|
306
310
|
*
|
|
307
|
-
*
|
|
311
|
+
* Error Cases
|
|
308
312
|
*
|
|
309
313
|
* - NOT_FOUND: Workflow execution doesn't exist
|
|
310
314
|
* - PERMISSION_DENIED: User doesn't have can_edit permission
|
|
@@ -312,12 +316,12 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
312
316
|
* - INVALID_ARGUMENT: Tool call ID mismatch, or action is UNSPECIFIED
|
|
313
317
|
* - UNAVAILABLE: Failed to forward to child agent (transient error)
|
|
314
318
|
*
|
|
315
|
-
*
|
|
319
|
+
* Idempotency
|
|
316
320
|
*
|
|
317
321
|
* If the same approval is submitted twice (same workflow execution, tool_call_id,
|
|
318
322
|
* and action), the second call is a no-op if the approval was already processed.
|
|
319
323
|
*
|
|
320
|
-
*
|
|
324
|
+
* Alternative: Direct Agent Approval
|
|
321
325
|
*
|
|
322
326
|
* Users can also submit approvals directly via AgentExecution.submitApproval
|
|
323
327
|
* using the child_agent_execution_id. Both paths are equivalent and result
|
|
@@ -334,7 +338,7 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
334
338
|
readonly kind: any;
|
|
335
339
|
};
|
|
336
340
|
/**
|
|
337
|
-
* Delete
|
|
341
|
+
* Delete a workflow execution.
|
|
338
342
|
*
|
|
339
343
|
* @generated from rpc ai.stigmer.agentic.workflowexecution.v1.WorkflowExecutionCommandController.delete
|
|
340
344
|
*/
|
|
@@ -348,9 +352,13 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
348
352
|
* Send a signal to a running workflow execution.
|
|
349
353
|
*
|
|
350
354
|
* Delivers a signal to a workflow execution, typically to unblock a LISTEN task.
|
|
355
|
+
* Delivery is race-proof: the signal is guaranteed to arrive even if sent
|
|
356
|
+
* before the workflow is fully started.
|
|
357
|
+
*
|
|
358
|
+
* @internal
|
|
351
359
|
* Uses Temporal's SignalWithStart API internally for race-proof delivery.
|
|
352
360
|
*
|
|
353
|
-
*
|
|
361
|
+
* Behavior
|
|
354
362
|
*
|
|
355
363
|
* 1. Validates execution exists and is in a signalable phase
|
|
356
364
|
* 2. Uses Temporal SignalWithStart for atomic delivery:
|
|
@@ -360,13 +368,13 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
360
368
|
* 4. LISTEN task waiting for this signal will unblock and continue
|
|
361
369
|
* 5. Returns the current WorkflowExecution state
|
|
362
370
|
*
|
|
363
|
-
*
|
|
371
|
+
* Preconditions
|
|
364
372
|
*
|
|
365
373
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
366
374
|
* - Cannot signal terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
|
|
367
375
|
* - User must have can_edit permission on the workflow execution
|
|
368
376
|
*
|
|
369
|
-
*
|
|
377
|
+
* Race-Proof Delivery (SignalWithStart)
|
|
370
378
|
*
|
|
371
379
|
* This RPC uses Temporal's SignalWithStart API to handle the race condition
|
|
372
380
|
* where a signal might arrive before the workflow is fully started:
|
|
@@ -374,7 +382,7 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
374
382
|
* - SignalWithStart atomically: starts workflow if needed, then sends signal
|
|
375
383
|
* - Guarantees signal delivery even in race conditions
|
|
376
384
|
*
|
|
377
|
-
*
|
|
385
|
+
* Signal Matching
|
|
378
386
|
*
|
|
379
387
|
* The signal_name must match the signal ID defined in the workflow's LISTEN task:
|
|
380
388
|
*
|
|
@@ -390,17 +398,17 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
390
398
|
* API Call:
|
|
391
399
|
* { "signal_name": "payment_confirmed", "payload": {...} }
|
|
392
400
|
*
|
|
393
|
-
*
|
|
401
|
+
* Error Cases
|
|
394
402
|
*
|
|
395
403
|
* - NOT_FOUND: Workflow execution doesn't exist
|
|
396
404
|
* - PERMISSION_DENIED: User doesn't have can_edit permission
|
|
397
405
|
* - FAILED_PRECONDITION: Execution is in a terminal phase
|
|
398
406
|
* - INVALID_ARGUMENT: execution_id or signal_name is empty
|
|
399
407
|
*
|
|
400
|
-
*
|
|
408
|
+
* Example Request
|
|
401
409
|
*
|
|
402
410
|
* {
|
|
403
|
-
* "execution_id": "
|
|
411
|
+
* "execution_id": "wfx_abc123xyz456",
|
|
404
412
|
* "signal_name": "payment_confirmed",
|
|
405
413
|
* "payload": {
|
|
406
414
|
* "transaction_id": "txn_123",
|
|
@@ -409,7 +417,7 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
409
417
|
* }
|
|
410
418
|
* }
|
|
411
419
|
*
|
|
412
|
-
*
|
|
420
|
+
* Example Response
|
|
413
421
|
*
|
|
414
422
|
* Returns the current WorkflowExecution state (phase may still be IN_PROGRESS
|
|
415
423
|
* as the workflow continues after receiving the signal).
|
|
@@ -427,14 +435,14 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
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: {
|
|
|
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"
|
|
@@ -496,14 +504,14 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
496
504
|
/**
|
|
497
505
|
* Terminate a workflow execution immediately.
|
|
498
506
|
*
|
|
499
|
-
* Force-stops the workflow
|
|
500
|
-
*
|
|
501
|
-
*
|
|
502
|
-
* unresponsive workflows that don't respond to cancellation.
|
|
507
|
+
* Force-stops the workflow without allowing cleanup. Unlike cancel,
|
|
508
|
+
* the workflow code cannot respond to termination - it is stopped immediately.
|
|
509
|
+
* Use this for stuck or unresponsive workflows that don't respond to cancellation.
|
|
503
510
|
*
|
|
511
|
+
* @internal
|
|
504
512
|
* Temporal Equivalent: `temporal workflow terminate --workflow-id <id>`
|
|
505
513
|
*
|
|
506
|
-
*
|
|
514
|
+
* Behavior
|
|
507
515
|
*
|
|
508
516
|
* 1. Validates execution exists and is in a terminable phase
|
|
509
517
|
* 2. Force-kills workflow via Temporal (no signal sent to workflow)
|
|
@@ -511,19 +519,19 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
511
519
|
* 4. No cleanup callbacks or defer blocks are executed
|
|
512
520
|
* 5. Returns updated WorkflowExecution with TERMINATED phase
|
|
513
521
|
*
|
|
514
|
-
*
|
|
522
|
+
* Preconditions
|
|
515
523
|
*
|
|
516
524
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
517
525
|
* - Cannot terminate already-terminal executions
|
|
518
526
|
*
|
|
519
|
-
*
|
|
527
|
+
* State Transitions
|
|
520
528
|
*
|
|
521
529
|
* - status.phase: PENDING/IN_PROGRESS → TERMINATED
|
|
522
530
|
* - status.completed_at: Set to current timestamp
|
|
523
531
|
* - status.error: May contain termination reason
|
|
524
532
|
* - In-progress tasks: Stopped abruptly (no cleanup)
|
|
525
533
|
*
|
|
526
|
-
*
|
|
534
|
+
* Terminated vs Cancelled
|
|
527
535
|
*
|
|
528
536
|
* | Aspect | cancel | terminate |
|
|
529
537
|
* |--------|--------|-----------|
|
|
@@ -532,31 +540,31 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
532
540
|
* | Use case | Normal stop | Stuck workflows |
|
|
533
541
|
* | Can recover? | No | No |
|
|
534
542
|
*
|
|
535
|
-
*
|
|
543
|
+
* Idempotency
|
|
536
544
|
*
|
|
537
545
|
* Terminating an already-terminated execution succeeds as a no-op.
|
|
538
546
|
* The call returns the current execution state without side effects.
|
|
539
547
|
*
|
|
540
|
-
*
|
|
548
|
+
* Error Cases
|
|
541
549
|
*
|
|
542
550
|
* - NOT_FOUND: Execution with given ID doesn't exist
|
|
543
551
|
* - PERMISSION_DENIED: User lacks can_edit permission on the execution
|
|
544
552
|
* - FAILED_PRECONDITION: Execution is in a terminal phase
|
|
545
553
|
* - INVALID_ARGUMENT: ID is empty or malformed
|
|
546
554
|
*
|
|
547
|
-
*
|
|
555
|
+
* Example Request
|
|
548
556
|
*
|
|
549
557
|
* {
|
|
550
|
-
* "id": "
|
|
558
|
+
* "id": "wfx_abc123xyz456",
|
|
551
559
|
* "reason": "Workflow stuck for 2 hours, not responding to cancel"
|
|
552
560
|
* }
|
|
553
561
|
*
|
|
554
|
-
*
|
|
562
|
+
* Example Response
|
|
555
563
|
*
|
|
556
564
|
* {
|
|
557
565
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
558
566
|
* "kind": "WorkflowExecution",
|
|
559
|
-
* "metadata": { "id": "
|
|
567
|
+
* "metadata": { "id": "wfx_abc123xyz456" },
|
|
560
568
|
* "status": {
|
|
561
569
|
* "phase": 6, // EXECUTION_TERMINATED
|
|
562
570
|
* "completed_at": "2026-02-07T18:35:00Z",
|
|
@@ -575,14 +583,14 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
575
583
|
/**
|
|
576
584
|
* Recover a failed workflow execution from the last checkpoint.
|
|
577
585
|
*
|
|
578
|
-
* Resumes execution from the last successful point
|
|
579
|
-
*
|
|
580
|
-
*
|
|
581
|
-
* without duplicating side effects.
|
|
586
|
+
* Resumes execution from the last successful point. Completed work is
|
|
587
|
+
* preserved - successful tasks are NOT re-executed. This enables
|
|
588
|
+
* "retry and resume" semantics without duplicating side effects.
|
|
582
589
|
*
|
|
590
|
+
* @internal
|
|
583
591
|
* Temporal Equivalent: `temporal workflow reset --workflow-id <id> --type LastWorkflowTask`
|
|
584
592
|
*
|
|
585
|
-
*
|
|
593
|
+
* Behavior
|
|
586
594
|
*
|
|
587
595
|
* 1. Validates execution is in FAILED phase (recoverable)
|
|
588
596
|
* 2. Identifies the last successful checkpoint in workflow history
|
|
@@ -591,14 +599,14 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
591
599
|
* 5. Workflow continues from where it failed
|
|
592
600
|
* 6. Returns updated WorkflowExecution with IN_PROGRESS phase
|
|
593
601
|
*
|
|
594
|
-
*
|
|
602
|
+
* Preconditions
|
|
595
603
|
*
|
|
596
604
|
* - Execution must be in EXECUTION_FAILED phase
|
|
597
605
|
* - TERMINATED executions cannot be recovered (intentional hard stop)
|
|
598
606
|
* - CANCELLED executions cannot be recovered (intentional user action)
|
|
599
607
|
* - COMPLETED executions don't need recovery
|
|
600
608
|
*
|
|
601
|
-
*
|
|
609
|
+
* State Transitions
|
|
602
610
|
*
|
|
603
611
|
* - status.phase: FAILED → IN_PROGRESS
|
|
604
612
|
* - status.completed_at: Cleared (execution is running again)
|
|
@@ -606,7 +614,7 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
606
614
|
* - Completed tasks: Preserved (not re-executed)
|
|
607
615
|
* - Failed tasks: Reset to pending, will be retried
|
|
608
616
|
*
|
|
609
|
-
*
|
|
617
|
+
* Recovery vs Restart
|
|
610
618
|
*
|
|
611
619
|
* | Aspect | recover | Create new execution |
|
|
612
620
|
* |--------|---------|----------------------|
|
|
@@ -615,13 +623,13 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
615
623
|
* | Execution ID | Same | New ID |
|
|
616
624
|
* | Use case | Resume after fix | Start fresh |
|
|
617
625
|
*
|
|
618
|
-
*
|
|
626
|
+
* Idempotency
|
|
619
627
|
*
|
|
620
628
|
* If recovery already succeeded (execution is now IN_PROGRESS from a
|
|
621
629
|
* previous recover call), the call succeeds as a no-op and returns
|
|
622
630
|
* the current execution state.
|
|
623
631
|
*
|
|
624
|
-
*
|
|
632
|
+
* Error Cases
|
|
625
633
|
*
|
|
626
634
|
* - NOT_FOUND: Execution with given ID doesn't exist
|
|
627
635
|
* - PERMISSION_DENIED: User lacks can_edit permission on the execution
|
|
@@ -631,19 +639,19 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
631
639
|
* - Execution is CANCELLED (cannot recover)
|
|
632
640
|
* - INVALID_ARGUMENT: ID is empty or malformed
|
|
633
641
|
*
|
|
634
|
-
*
|
|
642
|
+
* Example Request
|
|
635
643
|
*
|
|
636
644
|
* {
|
|
637
|
-
* "id": "
|
|
645
|
+
* "id": "wfx_abc123xyz456",
|
|
638
646
|
* "reason": "Stripe API recovered, resuming payment processing"
|
|
639
647
|
* }
|
|
640
648
|
*
|
|
641
|
-
*
|
|
649
|
+
* Example Response
|
|
642
650
|
*
|
|
643
651
|
* {
|
|
644
652
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
645
653
|
* "kind": "WorkflowExecution",
|
|
646
|
-
* "metadata": { "id": "
|
|
654
|
+
* "metadata": { "id": "wfx_abc123xyz456" },
|
|
647
655
|
* "status": {
|
|
648
656
|
* "phase": 2, // EXECUTION_IN_PROGRESS
|
|
649
657
|
* "started_at": "2026-02-07T10:00:00Z",
|
|
@@ -669,7 +677,9 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
669
677
|
* the execution is NOT terminal and can be resumed later from where it left off.
|
|
670
678
|
* The workflow gracefully checkpoints and exits, preserving all progress.
|
|
671
679
|
*
|
|
672
|
-
*
|
|
680
|
+
* @internal
|
|
681
|
+
*
|
|
682
|
+
* Behavior
|
|
673
683
|
*
|
|
674
684
|
* 1. Validates execution exists and is in a pausable phase
|
|
675
685
|
* 2. Sends "pause" signal to Temporal workflow
|
|
@@ -679,19 +689,19 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
679
689
|
* 6. Workflow waits for resume signal (no resources consumed)
|
|
680
690
|
* 7. Returns updated WorkflowExecution with PAUSED phase
|
|
681
691
|
*
|
|
682
|
-
*
|
|
692
|
+
* Preconditions
|
|
683
693
|
*
|
|
684
694
|
* - Execution must be in EXECUTION_PENDING or EXECUTION_IN_PROGRESS phase
|
|
685
695
|
* - Cannot pause already-terminal executions (COMPLETED, FAILED, CANCELLED, TERMINATED)
|
|
686
696
|
*
|
|
687
|
-
*
|
|
697
|
+
* State Transitions
|
|
688
698
|
*
|
|
689
699
|
* - status.phase: PENDING/IN_PROGRESS → PAUSED
|
|
690
700
|
* - status.completed_at: NOT set (execution is not finished)
|
|
691
701
|
* - Running activities: Gracefully cancelled, checkpoint saved
|
|
692
702
|
* - LangGraph state: Preserved via thread_id checkpoint
|
|
693
703
|
*
|
|
694
|
-
*
|
|
704
|
+
* Paused vs Cancelled
|
|
695
705
|
*
|
|
696
706
|
* | Aspect | pause | cancel |
|
|
697
707
|
* |--------|-------|--------|
|
|
@@ -701,7 +711,7 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
701
711
|
* | Progress preserved? | Yes | No |
|
|
702
712
|
* | Use case | Temporary stop, maintenance | Permanent stop |
|
|
703
713
|
*
|
|
704
|
-
*
|
|
714
|
+
* Agent Activity Behavior
|
|
705
715
|
*
|
|
706
716
|
* When pause is signaled to a workflow running an agent:
|
|
707
717
|
* 1. Workflow cancels the running activity gracefully
|
|
@@ -710,31 +720,31 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
710
720
|
* 4. Activity returns with paused status
|
|
711
721
|
* 5. On resume, activity loads from checkpoint and continues
|
|
712
722
|
*
|
|
713
|
-
*
|
|
723
|
+
* Idempotency
|
|
714
724
|
*
|
|
715
725
|
* Pausing an already-paused execution succeeds as a no-op.
|
|
716
726
|
* The call returns the current execution state without side effects.
|
|
717
727
|
*
|
|
718
|
-
*
|
|
728
|
+
* Error Cases
|
|
719
729
|
*
|
|
720
730
|
* - NOT_FOUND: Execution with given ID doesn't exist
|
|
721
731
|
* - PERMISSION_DENIED: User lacks can_edit permission on the execution
|
|
722
732
|
* - FAILED_PRECONDITION: Execution is in a terminal phase
|
|
723
733
|
* - INVALID_ARGUMENT: ID is empty or malformed
|
|
724
734
|
*
|
|
725
|
-
*
|
|
735
|
+
* Example Request
|
|
726
736
|
*
|
|
727
737
|
* {
|
|
728
|
-
* "id": "
|
|
738
|
+
* "id": "wfx_abc123xyz456",
|
|
729
739
|
* "reason": "Pausing for scheduled maintenance window"
|
|
730
740
|
* }
|
|
731
741
|
*
|
|
732
|
-
*
|
|
742
|
+
* Example Response
|
|
733
743
|
*
|
|
734
744
|
* {
|
|
735
745
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
736
746
|
* "kind": "WorkflowExecution",
|
|
737
|
-
* "metadata": { "id": "
|
|
747
|
+
* "metadata": { "id": "wfx_abc123xyz456" },
|
|
738
748
|
* "status": {
|
|
739
749
|
* "phase": 7, // EXECUTION_PAUSED
|
|
740
750
|
* "started_at": "2026-02-07T10:00:00Z"
|
|
@@ -759,7 +769,9 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
759
769
|
* re-invokes activities with the same thread_id, which loads from checkpoint
|
|
760
770
|
* and continues from where it left off.
|
|
761
771
|
*
|
|
762
|
-
*
|
|
772
|
+
* @internal
|
|
773
|
+
*
|
|
774
|
+
* Behavior
|
|
763
775
|
*
|
|
764
776
|
* 1. Validates execution is in EXECUTION_PAUSED phase
|
|
765
777
|
* 2. Sends "resume" signal to Temporal workflow
|
|
@@ -769,18 +781,18 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
769
781
|
* 6. Execution transitions back to EXECUTION_IN_PROGRESS phase
|
|
770
782
|
* 7. Returns updated WorkflowExecution with IN_PROGRESS phase
|
|
771
783
|
*
|
|
772
|
-
*
|
|
784
|
+
* Preconditions
|
|
773
785
|
*
|
|
774
786
|
* - Execution must be in EXECUTION_PAUSED phase
|
|
775
787
|
* - Cannot resume non-paused executions
|
|
776
788
|
*
|
|
777
|
-
*
|
|
789
|
+
* State Transitions
|
|
778
790
|
*
|
|
779
791
|
* - status.phase: PAUSED → IN_PROGRESS
|
|
780
792
|
* - Activities: Re-invoked, load from checkpoint
|
|
781
793
|
* - LangGraph state: Loaded from checkpoint via thread_id
|
|
782
794
|
*
|
|
783
|
-
*
|
|
795
|
+
* Resume Behavior
|
|
784
796
|
*
|
|
785
797
|
* When resume is signaled to a paused workflow:
|
|
786
798
|
* 1. Java workflow unblocks from Workflow.await()
|
|
@@ -789,30 +801,30 @@ export declare const WorkflowExecutionCommandController: {
|
|
|
789
801
|
* 4. LangGraph loads checkpoint using thread_id
|
|
790
802
|
* 5. Agent continues from exact position where it was paused
|
|
791
803
|
*
|
|
792
|
-
*
|
|
804
|
+
* Idempotency
|
|
793
805
|
*
|
|
794
806
|
* Resuming an already-running execution succeeds as a no-op.
|
|
795
807
|
* The call returns the current execution state without side effects.
|
|
796
808
|
*
|
|
797
|
-
*
|
|
809
|
+
* Error Cases
|
|
798
810
|
*
|
|
799
811
|
* - NOT_FOUND: Execution with given ID doesn't exist
|
|
800
812
|
* - PERMISSION_DENIED: User lacks can_edit permission on the execution
|
|
801
813
|
* - FAILED_PRECONDITION: Execution is not in PAUSED phase
|
|
802
814
|
* - INVALID_ARGUMENT: ID is empty or malformed
|
|
803
815
|
*
|
|
804
|
-
*
|
|
816
|
+
* Example Request
|
|
805
817
|
*
|
|
806
818
|
* {
|
|
807
|
-
* "id": "
|
|
819
|
+
* "id": "wfx_abc123xyz456"
|
|
808
820
|
* }
|
|
809
821
|
*
|
|
810
|
-
*
|
|
822
|
+
* Example Response
|
|
811
823
|
*
|
|
812
824
|
* {
|
|
813
825
|
* "api_version": "agentic.stigmer.ai/v1",
|
|
814
826
|
* "kind": "WorkflowExecution",
|
|
815
|
-
* "metadata": { "id": "
|
|
827
|
+
* "metadata": { "id": "wfx_abc123xyz456" },
|
|
816
828
|
* "status": {
|
|
817
829
|
* "phase": 2, // EXECUTION_IN_PROGRESS
|
|
818
830
|
* "started_at": "2026-02-07T10:00:00Z"
|