@stigmer/protos 0.0.34
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/LICENSE +190 -0
- package/README.md +35 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +53 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.js +66 -0
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +35 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +373 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.js +38 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +34 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.js +15 -0
- package/ai/stigmer/agentic/agent/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +296 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +35 -0
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +206 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js +19 -0
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.d.ts +91 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js +16 -0
- package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +413 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +419 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +407 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js +21 -0
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.d.ts +403 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js +30 -0
- package/ai/stigmer/agentic/agentexecution/v1/context_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +526 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +538 -0
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +1335 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +148 -0
- package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +316 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +27 -0
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +146 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +152 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +142 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +562 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +31 -0
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.d.ts +129 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js +20 -0
- package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +413 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +24 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +52 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +71 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +77 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +71 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +20 -0
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +74 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js +27 -0
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +46 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +52 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +48 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +42 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +56 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.js +62 -0
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +56 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +34 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +79 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.js +19 -0
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +46 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +52 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +47 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +44 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +54 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +60 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +56 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +69 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +20 -0
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +129 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js +23 -0
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +136 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +142 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +136 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +29 -0
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +62 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js +21 -0
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +59 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +65 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +61 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +25 -0
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +332 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js +31 -0
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +290 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js +104 -0
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/api_pb.d.ts +52 -0
- package/ai/stigmer/agentic/session/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/session/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +57 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js +63 -0
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +57 -0
- package/ai/stigmer/agentic/session/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +123 -0
- package/ai/stigmer/agentic/session/v1/io_pb.js +36 -0
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +43 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +49 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +44 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js +19 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +66 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +167 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.js +30 -0
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.d.ts +85 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.js +23 -0
- package/ai/stigmer/agentic/skill/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +50 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.js +56 -0
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +52 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/skill/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +118 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.js +31 -0
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +57 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.js +63 -0
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +59 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +59 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.js +15 -0
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +146 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.js +57 -0
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.d.ts +125 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.js +24 -0
- package/ai/stigmer/agentic/skill/v1/synth_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +53 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +66 -0
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +138 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +143 -0
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.js +15 -0
- package/ai/stigmer/agentic/workflow/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +38 -0
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +35 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.js +20 -0
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +119 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +63 -0
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +222 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js +39 -0
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +48 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +153 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +45 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +58 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +77 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +53 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +87 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +90 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js +26 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +41 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +43 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js +17 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +39 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js +16 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +71 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js +21 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +80 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +121 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js +22 -0
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +716 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +31 -0
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +833 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +839 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +827 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +33 -0
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +693 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +700 -0
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +1198 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +211 -0
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +391 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +397 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +391 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +32 -0
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +332 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +15 -0
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +82 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +139 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +145 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +139 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +29 -0
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +119 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js +27 -0
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +142 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +148 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +144 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +30 -0
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +97 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js +16 -0
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.d.ts +68 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js +53 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +253 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +199 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.d.ts +257 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js +128 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +122 -0
- package/ai/stigmer/commons/apiresource/enum_pb.js +129 -0
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.d.ts +48 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.js +52 -0
- package/ai/stigmer/commons/apiresource/field_options_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +185 -0
- package/ai/stigmer/commons/apiresource/io_pb.js +37 -0
- package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +115 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js +21 -0
- package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.d.ts +11 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js +15 -0
- package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js.map +1 -0
- package/ai/stigmer/commons/apiresource/status_pb.d.ts +115 -0
- package/ai/stigmer/commons/apiresource/status_pb.js +30 -0
- package/ai/stigmer/commons/apiresource/status_pb.js.map +1 -0
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +49 -0
- package/ai/stigmer/commons/rpc/pagination_pb.js +19 -0
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +74 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.js +24 -0
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +43 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.js +49 -0
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +44 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.js +19 -0
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +55 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.js +26 -0
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +46 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.js +52 -0
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +48 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.js +20 -0
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +46 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.js +16 -0
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +81 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js +23 -0
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +225 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +231 -0
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +225 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js +34 -0
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +555 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js +122 -0
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +91 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +97 -0
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +91 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +19 -0
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +171 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +176 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +58 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js +16 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +19 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +23 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +105 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.js +20 -0
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +51 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js +18 -0
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +59 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +65 -0
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +20 -0
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +40 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +45 -0
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +138 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js +47 -0
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +79 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +85 -0
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +80 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +21 -0
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +95 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js +17 -0
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +50 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js +14 -0
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +72 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.js +18 -0
- package/ai/stigmer/iam/identityprovider/v1/api_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +59 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +65 -0
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +59 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js +19 -0
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +65 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js +26 -0
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +32 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +38 -0
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +34 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js +19 -0
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.d.ts +106 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.js +15 -0
- package/ai/stigmer/iam/identityprovider/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/search/v1/io_pb.d.ts +320 -0
- package/ai/stigmer/search/v1/io_pb.js +29 -0
- package/ai/stigmer/search/v1/io_pb.js.map +1 -0
- package/ai/stigmer/search/v1/query_connect.d.ts +67 -0
- package/ai/stigmer/search/v1/query_connect.js +73 -0
- package/ai/stigmer/search/v1/query_connect.js.map +1 -0
- package/ai/stigmer/search/v1/query_pb.d.ts +69 -0
- package/ai/stigmer/search/v1/query_pb.js +40 -0
- package/ai/stigmer/search/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +54 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.js +18 -0
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +67 -0
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +19 -0
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +34 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +39 -0
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +91 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.js +32 -0
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +67 -0
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +63 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +21 -0
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +61 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js +17 -0
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +91 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.js +18 -0
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +60 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.js +66 -0
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +60 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.js +19 -0
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +22 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js +15 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +33 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +39 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +36 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js +20 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.d.ts +84 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.js +15 -0
- package/ai/stigmer/tenancy/project/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.d.ts +89 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.js +21 -0
- package/ai/stigmer/tenancy/project/v1/status_pb.js.map +1 -0
- package/buf/validate/validate_pb.d.ts +4766 -0
- package/buf/validate/validate_pb.js +357 -0
- package/buf/validate/validate_pb.js.map +1 -0
- package/package.json +32 -0
|
@@ -0,0 +1,700 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/workflowexecution/v1/enum.proto (package ai.stigmer.agentic.workflowexecution.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/workflowexecution/v1/enum.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_ai_stigmer_agentic_workflowexecution_v1_enum = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvd29ya2Zsb3dleGVjdXRpb24vdjEvZW51bS5wcm90bxInYWkuc3RpZ21lci5hZ2VudGljLndvcmtmbG93ZXhlY3V0aW9uLnYxKtsBCg5FeGVjdXRpb25QaGFzZRIfChtFWEVDVVRJT05fUEhBU0VfVU5TUEVDSUZJRUQQABIVChFFWEVDVVRJT05fUEVORElORxABEhkKFUVYRUNVVElPTl9JTl9QUk9HUkVTUxACEhcKE0VYRUNVVElPTl9DT01QTEVURUQQAxIUChBFWEVDVVRJT05fRkFJTEVEEAQSFwoTRVhFQ1VUSU9OX0NBTkNFTExFRBAFEhgKFEVYRUNVVElPTl9URVJNSU5BVEVEEAYSFAoQRVhFQ1VUSU9OX1BBVVNFRBAHKoQCChBXb3JrZmxvd1Rhc2tUeXBlEiIKHldPUktGTE9XX1RBU0tfVFlQRV9VTlNQRUNJRklFRBAAEiIKHldPUktGTE9XX1RBU0tfQUdFTlRfSU5WT0NBVElPThABEhoKFldPUktGTE9XX1RBU0tfQVBQUk9WQUwQAhIaChZXT1JLRkxPV19UQVNLX0FQSV9DQUxMEAMSHQoZV09SS0ZMT1dfVEFTS19DT05ESVRJT05BTBAEEhoKFldPUktGTE9XX1RBU0tfUEFSQUxMRUwQBRIbChdXT1JLRkxPV19UQVNLX1RSQU5TRk9STRAGEhgKFFdPUktGTE9XX1RBU0tfQ1VTVE9NEAcq6gEKEldvcmtmbG93VGFza1N0YXR1cxIkCiBXT1JLRkxPV19UQVNLX1NUQVRVU19VTlNQRUNJRklFRBAAEhkKFVdPUktGTE9XX1RBU0tfUEVORElORxABEh0KGVdPUktGTE9XX1RBU0tfSU5fUFJPR1JFU1MQAhIbChdXT1JLRkxPV19UQVNLX0NPTVBMRVRFRBADEhgKFFdPUktGTE9XX1RBU0tfRkFJTEVEEAQSGQoVV09SS0ZMT1dfVEFTS19TS0lQUEVEEAUSIgoeV09SS0ZMT1dfVEFTS19XQUlUSU5HX0FQUFJPVkFMEAZiBnByb3RvMw");
|
|
9
|
+
/**
|
|
10
|
+
* ExecutionPhase defines the lifecycle phase of a workflow execution.
|
|
11
|
+
*
|
|
12
|
+
* Workflow executions progress through distinct phases from creation to completion.
|
|
13
|
+
* Phases are used for:
|
|
14
|
+
* - UI status indicators (progress bars, badges, icons)
|
|
15
|
+
* - Filtering and querying executions (show only in-progress, show only failed)
|
|
16
|
+
* - Alerting and notifications (notify on failure, notify on completion)
|
|
17
|
+
* - Retry and recovery logic (retry failed executions)
|
|
18
|
+
* - Resource cleanup (delete completed executions after retention period)
|
|
19
|
+
*
|
|
20
|
+
* Phase Transitions:
|
|
21
|
+
*
|
|
22
|
+
* Normal flow:
|
|
23
|
+
* EXECUTION_PENDING → EXECUTION_IN_PROGRESS → EXECUTION_COMPLETED
|
|
24
|
+
*
|
|
25
|
+
* Failure flow:
|
|
26
|
+
* EXECUTION_PENDING → EXECUTION_IN_PROGRESS → EXECUTION_FAILED
|
|
27
|
+
*
|
|
28
|
+
* Cancellation flow:
|
|
29
|
+
* EXECUTION_PENDING → EXECUTION_CANCELLED
|
|
30
|
+
* EXECUTION_IN_PROGRESS → EXECUTION_CANCELLED
|
|
31
|
+
*
|
|
32
|
+
* Termination flow (force stop):
|
|
33
|
+
* EXECUTION_PENDING → EXECUTION_TERMINATED
|
|
34
|
+
* EXECUTION_IN_PROGRESS → EXECUTION_TERMINATED
|
|
35
|
+
*
|
|
36
|
+
* Pause/Resume flow:
|
|
37
|
+
* EXECUTION_PENDING → EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
|
|
38
|
+
* EXECUTION_IN_PROGRESS → EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
|
|
39
|
+
*
|
|
40
|
+
* Terminal States:
|
|
41
|
+
* - EXECUTION_COMPLETED: Workflow finished successfully
|
|
42
|
+
* - EXECUTION_FAILED: Workflow encountered an error
|
|
43
|
+
* - EXECUTION_CANCELLED: Workflow was stopped gracefully by user or system
|
|
44
|
+
* - EXECUTION_TERMINATED: Workflow was force-stopped immediately
|
|
45
|
+
*
|
|
46
|
+
* Non-Terminal States:
|
|
47
|
+
* - EXECUTION_PAUSED: Workflow temporarily stopped, can be resumed
|
|
48
|
+
*
|
|
49
|
+
* Once a workflow reaches a terminal state, it cannot transition to another phase.
|
|
50
|
+
*
|
|
51
|
+
* @generated from enum ai.stigmer.agentic.workflowexecution.v1.ExecutionPhase
|
|
52
|
+
*/
|
|
53
|
+
export var ExecutionPhase;
|
|
54
|
+
(function (ExecutionPhase) {
|
|
55
|
+
/**
|
|
56
|
+
* Unspecified phase (invalid, should never be used).
|
|
57
|
+
* Exists only for proto3 zero-value semantics.
|
|
58
|
+
*
|
|
59
|
+
* @generated from enum value: EXECUTION_PHASE_UNSPECIFIED = 0;
|
|
60
|
+
*/
|
|
61
|
+
ExecutionPhase[ExecutionPhase["EXECUTION_PHASE_UNSPECIFIED"] = 0] = "EXECUTION_PHASE_UNSPECIFIED";
|
|
62
|
+
/**
|
|
63
|
+
* Execution created, waiting to start.
|
|
64
|
+
*
|
|
65
|
+
* The WorkflowExecution resource has been created but the workflow runner
|
|
66
|
+
* (Temporal) has not yet picked it up for execution.
|
|
67
|
+
*
|
|
68
|
+
* Typical duration: < 1 second (unless workflow runner is overloaded)
|
|
69
|
+
*
|
|
70
|
+
* Next phases: EXECUTION_IN_PROGRESS, EXECUTION_CANCELLED, EXECUTION_TERMINATED
|
|
71
|
+
*
|
|
72
|
+
* @generated from enum value: EXECUTION_PENDING = 1;
|
|
73
|
+
*/
|
|
74
|
+
ExecutionPhase[ExecutionPhase["EXECUTION_PENDING"] = 1] = "EXECUTION_PENDING";
|
|
75
|
+
/**
|
|
76
|
+
* Execution is actively running tasks.
|
|
77
|
+
*
|
|
78
|
+
* The workflow runner is processing tasks in the workflow definition.
|
|
79
|
+
* Tasks may be executing sequentially, in parallel, or conditionally.
|
|
80
|
+
*
|
|
81
|
+
* While in this phase:
|
|
82
|
+
* - tasks[] list is populated and updated as tasks progress
|
|
83
|
+
* - Each task transitions through PENDING → IN_PROGRESS → COMPLETED/FAILED
|
|
84
|
+
* - UI polls or receives WebSocket updates to show real-time progress
|
|
85
|
+
*
|
|
86
|
+
* Typical duration: Seconds to hours (depends on workflow complexity)
|
|
87
|
+
*
|
|
88
|
+
* Next phases: EXECUTION_COMPLETED, EXECUTION_FAILED, EXECUTION_CANCELLED, EXECUTION_TERMINATED
|
|
89
|
+
*
|
|
90
|
+
* @generated from enum value: EXECUTION_IN_PROGRESS = 2;
|
|
91
|
+
*/
|
|
92
|
+
ExecutionPhase[ExecutionPhase["EXECUTION_IN_PROGRESS"] = 2] = "EXECUTION_IN_PROGRESS";
|
|
93
|
+
/**
|
|
94
|
+
* Execution completed successfully.
|
|
95
|
+
*
|
|
96
|
+
* All tasks in the workflow executed successfully.
|
|
97
|
+
* The workflow produced a final output (if defined).
|
|
98
|
+
*
|
|
99
|
+
* Terminal state - execution will not change phases again.
|
|
100
|
+
*
|
|
101
|
+
* When this phase is reached:
|
|
102
|
+
* - completed_at timestamp is set
|
|
103
|
+
* - output field is populated (if workflow produces output)
|
|
104
|
+
* - All tasks have status WORKFLOW_TASK_COMPLETED or WORKFLOW_TASK_SKIPPED
|
|
105
|
+
*
|
|
106
|
+
* Use Cases:
|
|
107
|
+
* - Display success badge in UI
|
|
108
|
+
* - Trigger downstream workflows (workflow chaining)
|
|
109
|
+
* - Archive execution results
|
|
110
|
+
* - Delete execution after retention period (e.g., 30 days)
|
|
111
|
+
*
|
|
112
|
+
* @generated from enum value: EXECUTION_COMPLETED = 3;
|
|
113
|
+
*/
|
|
114
|
+
ExecutionPhase[ExecutionPhase["EXECUTION_COMPLETED"] = 3] = "EXECUTION_COMPLETED";
|
|
115
|
+
/**
|
|
116
|
+
* Execution failed with an error.
|
|
117
|
+
*
|
|
118
|
+
* One or more tasks failed, or the workflow encountered an unrecoverable error.
|
|
119
|
+
*
|
|
120
|
+
* Terminal state - execution will not change phases again.
|
|
121
|
+
*
|
|
122
|
+
* When this phase is reached:
|
|
123
|
+
* - completed_at timestamp is set
|
|
124
|
+
* - error field is populated with failure description
|
|
125
|
+
* - At least one task has status WORKFLOW_TASK_FAILED
|
|
126
|
+
*
|
|
127
|
+
* Use Cases:
|
|
128
|
+
* - Display error badge in UI
|
|
129
|
+
* - Send failure alerts/notifications
|
|
130
|
+
* - Trigger retry logic (if configured)
|
|
131
|
+
* - Debug failed workflows (inspect tasks[], error messages)
|
|
132
|
+
*
|
|
133
|
+
* Common Failure Causes:
|
|
134
|
+
* - Task timeout (task took longer than max allowed time)
|
|
135
|
+
* - API call failed (external service returned error)
|
|
136
|
+
* - Agent invocation failed (agent execution error)
|
|
137
|
+
* - Validation error (invalid task input or output)
|
|
138
|
+
* - Resource exhausted (quota exceeded, rate limited)
|
|
139
|
+
*
|
|
140
|
+
* @generated from enum value: EXECUTION_FAILED = 4;
|
|
141
|
+
*/
|
|
142
|
+
ExecutionPhase[ExecutionPhase["EXECUTION_FAILED"] = 4] = "EXECUTION_FAILED";
|
|
143
|
+
/**
|
|
144
|
+
* Execution was cancelled by user or system.
|
|
145
|
+
*
|
|
146
|
+
* The workflow was explicitly stopped before completion.
|
|
147
|
+
* Cancellation can happen in PENDING or IN_PROGRESS phases.
|
|
148
|
+
*
|
|
149
|
+
* Terminal state - execution will not change phases again.
|
|
150
|
+
*
|
|
151
|
+
* When this phase is reached:
|
|
152
|
+
* - completed_at timestamp is set
|
|
153
|
+
* - In-progress tasks are stopped (status changes to WORKFLOW_TASK_FAILED or remains IN_PROGRESS)
|
|
154
|
+
* - Pending tasks remain in WORKFLOW_TASK_PENDING state
|
|
155
|
+
*
|
|
156
|
+
* Use Cases:
|
|
157
|
+
* - User manually cancels execution from UI
|
|
158
|
+
* - System cancels due to timeout (workflow-level timeout, not task-level)
|
|
159
|
+
* - System cancels due to resource constraints (too many concurrent executions)
|
|
160
|
+
* - Emergency stop for misbehaving workflows
|
|
161
|
+
*
|
|
162
|
+
* Cancellation vs Failure:
|
|
163
|
+
* - Cancelled: User or system intentionally stopped the workflow
|
|
164
|
+
* - Failed: Workflow encountered an error during execution
|
|
165
|
+
*
|
|
166
|
+
* @generated from enum value: EXECUTION_CANCELLED = 5;
|
|
167
|
+
*/
|
|
168
|
+
ExecutionPhase[ExecutionPhase["EXECUTION_CANCELLED"] = 5] = "EXECUTION_CANCELLED";
|
|
169
|
+
/**
|
|
170
|
+
* Execution was force-stopped immediately.
|
|
171
|
+
*
|
|
172
|
+
* Unlike CANCELLED (graceful stop with cleanup opportunity), TERMINATED
|
|
173
|
+
* means the workflow was killed immediately without giving workflow code
|
|
174
|
+
* a chance to clean up. This is used for stuck or unresponsive workflows.
|
|
175
|
+
*
|
|
176
|
+
* Terminal state - execution will not change phases again.
|
|
177
|
+
*
|
|
178
|
+
* When this phase is reached:
|
|
179
|
+
* - completed_at timestamp is set
|
|
180
|
+
* - error field may contain termination reason
|
|
181
|
+
* - In-progress tasks are stopped abruptly
|
|
182
|
+
* - No cleanup callbacks are executed
|
|
183
|
+
*
|
|
184
|
+
* Use Cases:
|
|
185
|
+
* - Force-stop stuck workflows that don't respond to cancellation
|
|
186
|
+
* - Emergency stop for workflows consuming excessive resources
|
|
187
|
+
* - Kill workflows with infinite loops or deadlocks
|
|
188
|
+
*
|
|
189
|
+
* Terminated vs Cancelled:
|
|
190
|
+
* - Terminated: Immediate kill, no cleanup, use when workflow is unresponsive
|
|
191
|
+
* - Cancelled: Graceful stop, cleanup allowed, use when you want controlled shutdown
|
|
192
|
+
*
|
|
193
|
+
* Recovery:
|
|
194
|
+
* - Terminated executions CANNOT be recovered (unlike FAILED)
|
|
195
|
+
* - Use terminate only when cancel doesn't work
|
|
196
|
+
*
|
|
197
|
+
* @generated from enum value: EXECUTION_TERMINATED = 6;
|
|
198
|
+
*/
|
|
199
|
+
ExecutionPhase[ExecutionPhase["EXECUTION_TERMINATED"] = 6] = "EXECUTION_TERMINATED";
|
|
200
|
+
/**
|
|
201
|
+
* Execution was paused by user and can be resumed.
|
|
202
|
+
*
|
|
203
|
+
* The workflow was temporarily stopped at a checkpoint and can continue
|
|
204
|
+
* from where it left off. Unlike CANCELLED, the execution is not terminal.
|
|
205
|
+
*
|
|
206
|
+
* Pause flow:
|
|
207
|
+
* EXECUTION_IN_PROGRESS → EXECUTION_PAUSED
|
|
208
|
+
* EXECUTION_PENDING → EXECUTION_PAUSED (rare, but allowed)
|
|
209
|
+
*
|
|
210
|
+
* Resume flow:
|
|
211
|
+
* EXECUTION_PAUSED → EXECUTION_IN_PROGRESS
|
|
212
|
+
*
|
|
213
|
+
* NOT a terminal state - execution can be resumed.
|
|
214
|
+
*
|
|
215
|
+
* When this phase is reached:
|
|
216
|
+
* - Running activities are gracefully cancelled
|
|
217
|
+
* - Checkpoints are saved (LangGraph thread_id preserved)
|
|
218
|
+
* - No completed_at timestamp (execution is not finished)
|
|
219
|
+
*
|
|
220
|
+
* Use Cases:
|
|
221
|
+
* - Pause long-running workflows during maintenance windows
|
|
222
|
+
* - User wants to review progress before continuing
|
|
223
|
+
* - Resource conservation (pause idle workflows)
|
|
224
|
+
* - Wait for external conditions before continuing
|
|
225
|
+
*
|
|
226
|
+
* Paused vs Cancelled:
|
|
227
|
+
* - Paused: Temporary stop, can resume from checkpoint, execution continues
|
|
228
|
+
* - Cancelled: Permanent stop, cannot resume, execution is terminated
|
|
229
|
+
*
|
|
230
|
+
* Resume behavior:
|
|
231
|
+
* - Workflow re-invokes activity with same thread_id
|
|
232
|
+
* - Activity loads from LangGraph checkpoint
|
|
233
|
+
* - Execution continues from where it was paused
|
|
234
|
+
*
|
|
235
|
+
* @generated from enum value: EXECUTION_PAUSED = 7;
|
|
236
|
+
*/
|
|
237
|
+
ExecutionPhase[ExecutionPhase["EXECUTION_PAUSED"] = 7] = "EXECUTION_PAUSED";
|
|
238
|
+
})(ExecutionPhase || (ExecutionPhase = {}));
|
|
239
|
+
/**
|
|
240
|
+
* Describes the enum ai.stigmer.agentic.workflowexecution.v1.ExecutionPhase.
|
|
241
|
+
*/
|
|
242
|
+
export const ExecutionPhaseSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflowexecution_v1_enum, 0);
|
|
243
|
+
/**
|
|
244
|
+
* WorkflowTaskType defines the type of workflow task.
|
|
245
|
+
*
|
|
246
|
+
* Tasks are the atomic units of work within a workflow. Each task type has:
|
|
247
|
+
* - Specific input/output schema expectations
|
|
248
|
+
* - Specific execution behavior
|
|
249
|
+
* - Specific error handling and retry policies
|
|
250
|
+
*
|
|
251
|
+
* Task types enable workflows to orchestrate diverse operations:
|
|
252
|
+
* - Invoke AI agents with prompts
|
|
253
|
+
* - Call external APIs (REST, GraphQL, gRPC)
|
|
254
|
+
* - Wait for human approvals
|
|
255
|
+
* - Execute conditional branching
|
|
256
|
+
* - Run tasks in parallel
|
|
257
|
+
* - Transform data between tasks
|
|
258
|
+
* - Execute custom plugin logic
|
|
259
|
+
*
|
|
260
|
+
* @generated from enum ai.stigmer.agentic.workflowexecution.v1.WorkflowTaskType
|
|
261
|
+
*/
|
|
262
|
+
export var WorkflowTaskType;
|
|
263
|
+
(function (WorkflowTaskType) {
|
|
264
|
+
/**
|
|
265
|
+
* Unspecified task type (invalid, should never be used).
|
|
266
|
+
* Exists only for proto3 zero-value semantics.
|
|
267
|
+
*
|
|
268
|
+
* @generated from enum value: WORKFLOW_TASK_TYPE_UNSPECIFIED = 0;
|
|
269
|
+
*/
|
|
270
|
+
WorkflowTaskType[WorkflowTaskType["WORKFLOW_TASK_TYPE_UNSPECIFIED"] = 0] = "WORKFLOW_TASK_TYPE_UNSPECIFIED";
|
|
271
|
+
/**
|
|
272
|
+
* Invoke an AI agent with a prompt.
|
|
273
|
+
*
|
|
274
|
+
* This task type calls an AgentInstance and waits for the agent execution to complete.
|
|
275
|
+
*
|
|
276
|
+
* Input Schema:
|
|
277
|
+
* {
|
|
278
|
+
* "agent_instance_id": "agi-customer-support",
|
|
279
|
+
* "prompt": "Analyze this feedback: {{workflow.input.feedback}}",
|
|
280
|
+
* "max_tokens": 500,
|
|
281
|
+
* "temperature": 0.7
|
|
282
|
+
* }
|
|
283
|
+
*
|
|
284
|
+
* Output Schema:
|
|
285
|
+
* {
|
|
286
|
+
* "agent_execution_id": "agx-abc123",
|
|
287
|
+
* "response": "The customer feedback indicates...",
|
|
288
|
+
* "metadata": { "tokens_used": 450, "model": "gpt-4" }
|
|
289
|
+
* }
|
|
290
|
+
*
|
|
291
|
+
* Use Cases:
|
|
292
|
+
* - Content generation (write email, generate report)
|
|
293
|
+
* - Data analysis (analyze customer feedback, classify support tickets)
|
|
294
|
+
* - Decision making (should we approve this request?)
|
|
295
|
+
* - Code generation (generate deployment script)
|
|
296
|
+
*
|
|
297
|
+
* Error Cases:
|
|
298
|
+
* - Agent execution timeout
|
|
299
|
+
* - Agent execution failed (prompt too long, API error)
|
|
300
|
+
* - Agent not found (invalid agent_instance_id)
|
|
301
|
+
*
|
|
302
|
+
* @generated from enum value: WORKFLOW_TASK_AGENT_INVOCATION = 1;
|
|
303
|
+
*/
|
|
304
|
+
WorkflowTaskType[WorkflowTaskType["WORKFLOW_TASK_AGENT_INVOCATION"] = 1] = "WORKFLOW_TASK_AGENT_INVOCATION";
|
|
305
|
+
/**
|
|
306
|
+
* Wait for human approval before proceeding.
|
|
307
|
+
*
|
|
308
|
+
* This task pauses the workflow and waits for one or more users to approve or reject.
|
|
309
|
+
*
|
|
310
|
+
* Input Schema:
|
|
311
|
+
* {
|
|
312
|
+
* "approvers": ["usr-admin-1", "usr-admin-2"],
|
|
313
|
+
* "message": "Approve account creation for {{workflow.input.email}}?",
|
|
314
|
+
* "timeout_hours": 24,
|
|
315
|
+
* "require_all_approvers": false
|
|
316
|
+
* }
|
|
317
|
+
*
|
|
318
|
+
* Output Schema:
|
|
319
|
+
* {
|
|
320
|
+
* "approved": true,
|
|
321
|
+
* "approved_by": "usr-admin-1",
|
|
322
|
+
* "approved_at": "2025-01-11T15:22:33Z",
|
|
323
|
+
* "comment": "Looks good, approved"
|
|
324
|
+
* }
|
|
325
|
+
*
|
|
326
|
+
* Use Cases:
|
|
327
|
+
* - Manual approval gates (approve deployment, approve budget)
|
|
328
|
+
* - Compliance workflows (legal review, security review)
|
|
329
|
+
* - Escalation workflows (escalate to manager if amount > $10,000)
|
|
330
|
+
*
|
|
331
|
+
* Error Cases:
|
|
332
|
+
* - Timeout (no approval received within timeout_hours)
|
|
333
|
+
* - Rejected (approver explicitly rejected)
|
|
334
|
+
* - Approver not found (invalid user ID)
|
|
335
|
+
*
|
|
336
|
+
* @generated from enum value: WORKFLOW_TASK_APPROVAL = 2;
|
|
337
|
+
*/
|
|
338
|
+
WorkflowTaskType[WorkflowTaskType["WORKFLOW_TASK_APPROVAL"] = 2] = "WORKFLOW_TASK_APPROVAL";
|
|
339
|
+
/**
|
|
340
|
+
* Make an HTTP or gRPC API call to an external service.
|
|
341
|
+
*
|
|
342
|
+
* This task sends a request to an external API and captures the response.
|
|
343
|
+
*
|
|
344
|
+
* Input Schema:
|
|
345
|
+
* {
|
|
346
|
+
* "method": "POST",
|
|
347
|
+
* "url": "https://api.stripe.com/v1/customers",
|
|
348
|
+
* "headers": {
|
|
349
|
+
* "Authorization": "Bearer {{env.STRIPE_API_KEY}}",
|
|
350
|
+
* "Content-Type": "application/json"
|
|
351
|
+
* },
|
|
352
|
+
* "body": {
|
|
353
|
+
* "email": "{{workflow.input.email}}",
|
|
354
|
+
* "name": "{{workflow.input.name}}"
|
|
355
|
+
* },
|
|
356
|
+
* "timeout_seconds": 30
|
|
357
|
+
* }
|
|
358
|
+
*
|
|
359
|
+
* Output Schema:
|
|
360
|
+
* {
|
|
361
|
+
* "status_code": 200,
|
|
362
|
+
* "headers": { "x-request-id": "req-xyz789" },
|
|
363
|
+
* "body": {
|
|
364
|
+
* "id": "cus-abc123",
|
|
365
|
+
* "email": "customer@example.com",
|
|
366
|
+
* "created": 1704988800
|
|
367
|
+
* }
|
|
368
|
+
* }
|
|
369
|
+
*
|
|
370
|
+
* Use Cases:
|
|
371
|
+
* - Create resources in external systems (create Stripe customer, create GitHub issue)
|
|
372
|
+
* - Fetch data from APIs (get weather data, get stock prices)
|
|
373
|
+
* - Send notifications (Slack, email, SMS)
|
|
374
|
+
* - Trigger webhooks (notify external systems of workflow completion)
|
|
375
|
+
*
|
|
376
|
+
* Error Cases:
|
|
377
|
+
* - Network error (connection timeout, DNS failure)
|
|
378
|
+
* - HTTP error (4xx, 5xx status codes)
|
|
379
|
+
* - Timeout (API took longer than timeout_seconds)
|
|
380
|
+
* - Invalid response (malformed JSON, unexpected schema)
|
|
381
|
+
*
|
|
382
|
+
* @generated from enum value: WORKFLOW_TASK_API_CALL = 3;
|
|
383
|
+
*/
|
|
384
|
+
WorkflowTaskType[WorkflowTaskType["WORKFLOW_TASK_API_CALL"] = 3] = "WORKFLOW_TASK_API_CALL";
|
|
385
|
+
/**
|
|
386
|
+
* Evaluate a condition and branch to different paths.
|
|
387
|
+
*
|
|
388
|
+
* This task evaluates a boolean expression and determines which tasks to execute next.
|
|
389
|
+
*
|
|
390
|
+
* Input Schema:
|
|
391
|
+
* {
|
|
392
|
+
* "condition": "{{tasks.validate_email.output.valid}} == true",
|
|
393
|
+
* "if_true": ["task-create-account", "task-send-welcome"],
|
|
394
|
+
* "if_false": ["task-send-error-email"]
|
|
395
|
+
* }
|
|
396
|
+
*
|
|
397
|
+
* Output Schema:
|
|
398
|
+
* {
|
|
399
|
+
* "condition_result": true,
|
|
400
|
+
* "executed_branch": "if_true",
|
|
401
|
+
* "executed_tasks": ["task-create-account", "task-send-welcome"]
|
|
402
|
+
* }
|
|
403
|
+
*
|
|
404
|
+
* Use Cases:
|
|
405
|
+
* - Branching logic (if email is valid, create account; else send error)
|
|
406
|
+
* - Feature flags (if beta_enabled, execute beta_tasks; else execute stable_tasks)
|
|
407
|
+
* - Environment-specific behavior (if env == prod, use prod_config; else use dev_config)
|
|
408
|
+
*
|
|
409
|
+
* Error Cases:
|
|
410
|
+
* - Invalid expression (syntax error in condition)
|
|
411
|
+
* - Missing variables (referenced variable doesn't exist)
|
|
412
|
+
*
|
|
413
|
+
* @generated from enum value: WORKFLOW_TASK_CONDITIONAL = 4;
|
|
414
|
+
*/
|
|
415
|
+
WorkflowTaskType[WorkflowTaskType["WORKFLOW_TASK_CONDITIONAL"] = 4] = "WORKFLOW_TASK_CONDITIONAL";
|
|
416
|
+
/**
|
|
417
|
+
* Execute multiple sub-tasks concurrently.
|
|
418
|
+
*
|
|
419
|
+
* This task spawns multiple tasks that run in parallel and waits for all to complete.
|
|
420
|
+
*
|
|
421
|
+
* Input Schema:
|
|
422
|
+
* {
|
|
423
|
+
* "tasks": [
|
|
424
|
+
* { "task_id": "send-email", "task_type": "api_call", "input": {...} },
|
|
425
|
+
* { "task_id": "send-sms", "task_type": "api_call", "input": {...} },
|
|
426
|
+
* { "task_id": "send-slack", "task_type": "api_call", "input": {...} }
|
|
427
|
+
* ],
|
|
428
|
+
* "wait_for_all": true,
|
|
429
|
+
* "fail_on_any_failure": false
|
|
430
|
+
* }
|
|
431
|
+
*
|
|
432
|
+
* Output Schema:
|
|
433
|
+
* {
|
|
434
|
+
* "total_tasks": 3,
|
|
435
|
+
* "successful_tasks": 2,
|
|
436
|
+
* "failed_tasks": 1,
|
|
437
|
+
* "results": [
|
|
438
|
+
* { "task_id": "send-email", "status": "completed", "output": {...} },
|
|
439
|
+
* { "task_id": "send-sms", "status": "failed", "error": "..." },
|
|
440
|
+
* { "task_id": "send-slack", "status": "completed", "output": {...} }
|
|
441
|
+
* ]
|
|
442
|
+
* }
|
|
443
|
+
*
|
|
444
|
+
* Use Cases:
|
|
445
|
+
* - Fan-out operations (send notifications to multiple channels)
|
|
446
|
+
* - Parallel data processing (process multiple files concurrently)
|
|
447
|
+
* - Multi-region deployments (deploy to US, EU, APAC in parallel)
|
|
448
|
+
*
|
|
449
|
+
* Error Cases:
|
|
450
|
+
* - One or more sub-tasks failed (if fail_on_any_failure is true)
|
|
451
|
+
* - Timeout (sub-tasks took longer than allowed)
|
|
452
|
+
*
|
|
453
|
+
* @generated from enum value: WORKFLOW_TASK_PARALLEL = 5;
|
|
454
|
+
*/
|
|
455
|
+
WorkflowTaskType[WorkflowTaskType["WORKFLOW_TASK_PARALLEL"] = 5] = "WORKFLOW_TASK_PARALLEL";
|
|
456
|
+
/**
|
|
457
|
+
* Transform data between tasks.
|
|
458
|
+
*
|
|
459
|
+
* This task applies transformations to data (map, filter, aggregate, format).
|
|
460
|
+
*
|
|
461
|
+
* Input Schema:
|
|
462
|
+
* {
|
|
463
|
+
* "expression": "{{tasks.fetch_customers.output.customers | map('email')}}",
|
|
464
|
+
* "output_variable": "customer_emails"
|
|
465
|
+
* }
|
|
466
|
+
*
|
|
467
|
+
* Output Schema:
|
|
468
|
+
* {
|
|
469
|
+
* "result": ["customer1@example.com", "customer2@example.com", "customer3@example.com"]
|
|
470
|
+
* }
|
|
471
|
+
*
|
|
472
|
+
* Use Cases:
|
|
473
|
+
* - Data extraction (extract email addresses from customer objects)
|
|
474
|
+
* - Data formatting (convert timestamps to different formats)
|
|
475
|
+
* - Data aggregation (sum order totals, calculate averages)
|
|
476
|
+
* - Data filtering (filter customers by region)
|
|
477
|
+
*
|
|
478
|
+
* Error Cases:
|
|
479
|
+
* - Invalid expression (syntax error)
|
|
480
|
+
* - Type mismatch (trying to apply number operation to string)
|
|
481
|
+
*
|
|
482
|
+
* @generated from enum value: WORKFLOW_TASK_TRANSFORM = 6;
|
|
483
|
+
*/
|
|
484
|
+
WorkflowTaskType[WorkflowTaskType["WORKFLOW_TASK_TRANSFORM"] = 6] = "WORKFLOW_TASK_TRANSFORM";
|
|
485
|
+
/**
|
|
486
|
+
* Execute custom task logic defined by plugins.
|
|
487
|
+
*
|
|
488
|
+
* This task type allows extending workflows with custom business logic
|
|
489
|
+
* that doesn't fit into other task types.
|
|
490
|
+
*
|
|
491
|
+
* Input Schema: Plugin-specific (defined by the custom plugin)
|
|
492
|
+
* Output Schema: Plugin-specific (defined by the custom plugin)
|
|
493
|
+
*
|
|
494
|
+
* Use Cases:
|
|
495
|
+
* - Domain-specific operations (calculate shipping costs, validate addresses)
|
|
496
|
+
* - Integration with proprietary systems (legacy database queries)
|
|
497
|
+
* - Complex business rules (pricing calculations, eligibility checks)
|
|
498
|
+
*
|
|
499
|
+
* Error Cases: Plugin-specific
|
|
500
|
+
*
|
|
501
|
+
* @generated from enum value: WORKFLOW_TASK_CUSTOM = 7;
|
|
502
|
+
*/
|
|
503
|
+
WorkflowTaskType[WorkflowTaskType["WORKFLOW_TASK_CUSTOM"] = 7] = "WORKFLOW_TASK_CUSTOM";
|
|
504
|
+
})(WorkflowTaskType || (WorkflowTaskType = {}));
|
|
505
|
+
/**
|
|
506
|
+
* Describes the enum ai.stigmer.agentic.workflowexecution.v1.WorkflowTaskType.
|
|
507
|
+
*/
|
|
508
|
+
export const WorkflowTaskTypeSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflowexecution_v1_enum, 1);
|
|
509
|
+
/**
|
|
510
|
+
* WorkflowTaskStatus defines the execution status of a workflow task.
|
|
511
|
+
*
|
|
512
|
+
* Tasks progress through statuses as the workflow executes.
|
|
513
|
+
* Task statuses are used for:
|
|
514
|
+
* - UI task lists (show checkmarks, spinners, error icons)
|
|
515
|
+
* - Progress calculation (completed_tasks / total_tasks)
|
|
516
|
+
* - Debugging failed workflows (which task failed, what was the error)
|
|
517
|
+
* - Retry logic (retry failed tasks)
|
|
518
|
+
*
|
|
519
|
+
* Status Transitions:
|
|
520
|
+
*
|
|
521
|
+
* Normal flow:
|
|
522
|
+
* WORKFLOW_TASK_PENDING → WORKFLOW_TASK_IN_PROGRESS → WORKFLOW_TASK_COMPLETED
|
|
523
|
+
*
|
|
524
|
+
* Failure flow:
|
|
525
|
+
* WORKFLOW_TASK_PENDING → WORKFLOW_TASK_IN_PROGRESS → WORKFLOW_TASK_FAILED
|
|
526
|
+
*
|
|
527
|
+
* Skip flow (conditional):
|
|
528
|
+
* WORKFLOW_TASK_PENDING → WORKFLOW_TASK_SKIPPED
|
|
529
|
+
*
|
|
530
|
+
* Approval flow (HITL, for agent invocation tasks):
|
|
531
|
+
* WORKFLOW_TASK_IN_PROGRESS → WORKFLOW_TASK_WAITING_APPROVAL → WORKFLOW_TASK_IN_PROGRESS
|
|
532
|
+
* ↘ WORKFLOW_TASK_FAILED (on reject)
|
|
533
|
+
*
|
|
534
|
+
* @generated from enum ai.stigmer.agentic.workflowexecution.v1.WorkflowTaskStatus
|
|
535
|
+
*/
|
|
536
|
+
export var WorkflowTaskStatus;
|
|
537
|
+
(function (WorkflowTaskStatus) {
|
|
538
|
+
/**
|
|
539
|
+
* Unspecified status (invalid, should never be used).
|
|
540
|
+
* Exists only for proto3 zero-value semantics.
|
|
541
|
+
*
|
|
542
|
+
* @generated from enum value: WORKFLOW_TASK_STATUS_UNSPECIFIED = 0;
|
|
543
|
+
*/
|
|
544
|
+
WorkflowTaskStatus[WorkflowTaskStatus["WORKFLOW_TASK_STATUS_UNSPECIFIED"] = 0] = "WORKFLOW_TASK_STATUS_UNSPECIFIED";
|
|
545
|
+
/**
|
|
546
|
+
* Task is waiting to execute.
|
|
547
|
+
*
|
|
548
|
+
* The task has been created but has not started executing yet.
|
|
549
|
+
* This happens when:
|
|
550
|
+
* - Task dependencies have not completed (waiting for previous tasks)
|
|
551
|
+
* - Workflow is in EXECUTION_PENDING phase (not started yet)
|
|
552
|
+
* - Task is queued behind other tasks (sequential execution)
|
|
553
|
+
*
|
|
554
|
+
* While in this status:
|
|
555
|
+
* - started_at and completed_at are not set
|
|
556
|
+
* - input is populated (task knows what it will execute)
|
|
557
|
+
* - output is not populated (task hasn't executed yet)
|
|
558
|
+
*
|
|
559
|
+
* Next statuses: WORKFLOW_TASK_IN_PROGRESS, WORKFLOW_TASK_SKIPPED
|
|
560
|
+
*
|
|
561
|
+
* @generated from enum value: WORKFLOW_TASK_PENDING = 1;
|
|
562
|
+
*/
|
|
563
|
+
WorkflowTaskStatus[WorkflowTaskStatus["WORKFLOW_TASK_PENDING"] = 1] = "WORKFLOW_TASK_PENDING";
|
|
564
|
+
/**
|
|
565
|
+
* Task is currently executing.
|
|
566
|
+
*
|
|
567
|
+
* The workflow runner is actively processing this task.
|
|
568
|
+
* The task is performing its specific operation:
|
|
569
|
+
* - Calling an API
|
|
570
|
+
* - Invoking an agent
|
|
571
|
+
* - Waiting for approval
|
|
572
|
+
* - Transforming data
|
|
573
|
+
*
|
|
574
|
+
* While in this status:
|
|
575
|
+
* - started_at is set
|
|
576
|
+
* - completed_at is not set
|
|
577
|
+
* - output is not populated yet (waiting for task to finish)
|
|
578
|
+
*
|
|
579
|
+
* Typical duration: Milliseconds to hours (depends on task type)
|
|
580
|
+
* - API calls: < 10 seconds
|
|
581
|
+
* - Agent invocations: 10-60 seconds
|
|
582
|
+
* - Approvals: Hours to days
|
|
583
|
+
*
|
|
584
|
+
* Next statuses: WORKFLOW_TASK_COMPLETED, WORKFLOW_TASK_FAILED
|
|
585
|
+
*
|
|
586
|
+
* @generated from enum value: WORKFLOW_TASK_IN_PROGRESS = 2;
|
|
587
|
+
*/
|
|
588
|
+
WorkflowTaskStatus[WorkflowTaskStatus["WORKFLOW_TASK_IN_PROGRESS"] = 2] = "WORKFLOW_TASK_IN_PROGRESS";
|
|
589
|
+
/**
|
|
590
|
+
* Task finished successfully.
|
|
591
|
+
*
|
|
592
|
+
* The task executed its operation and produced a successful result.
|
|
593
|
+
*
|
|
594
|
+
* When this status is reached:
|
|
595
|
+
* - completed_at is set
|
|
596
|
+
* - output is populated with task results
|
|
597
|
+
* - error is not set
|
|
598
|
+
*
|
|
599
|
+
* Next statuses: None (terminal state for this task)
|
|
600
|
+
*
|
|
601
|
+
* @generated from enum value: WORKFLOW_TASK_COMPLETED = 3;
|
|
602
|
+
*/
|
|
603
|
+
WorkflowTaskStatus[WorkflowTaskStatus["WORKFLOW_TASK_COMPLETED"] = 3] = "WORKFLOW_TASK_COMPLETED";
|
|
604
|
+
/**
|
|
605
|
+
* Task failed during execution.
|
|
606
|
+
*
|
|
607
|
+
* The task encountered an error and could not complete successfully.
|
|
608
|
+
*
|
|
609
|
+
* When this status is reached:
|
|
610
|
+
* - completed_at is set
|
|
611
|
+
* - error is populated with failure description
|
|
612
|
+
* - output is not populated (task didn't produce valid output)
|
|
613
|
+
*
|
|
614
|
+
* Common Failure Causes by Task Type:
|
|
615
|
+
*
|
|
616
|
+
* WORKFLOW_TASK_API_CALL:
|
|
617
|
+
* - Network timeout
|
|
618
|
+
* - HTTP 4xx/5xx errors
|
|
619
|
+
* - Invalid response format
|
|
620
|
+
*
|
|
621
|
+
* WORKFLOW_TASK_AGENT_INVOCATION:
|
|
622
|
+
* - Agent execution timeout
|
|
623
|
+
* - Agent execution error
|
|
624
|
+
* - Prompt too long (exceeds token limit)
|
|
625
|
+
*
|
|
626
|
+
* WORKFLOW_TASK_APPROVAL:
|
|
627
|
+
* - Timeout (no approval within timeout_hours)
|
|
628
|
+
* - Explicit rejection
|
|
629
|
+
*
|
|
630
|
+
* WORKFLOW_TASK_TRANSFORM:
|
|
631
|
+
* - Invalid expression syntax
|
|
632
|
+
* - Type mismatch
|
|
633
|
+
*
|
|
634
|
+
* Impact:
|
|
635
|
+
* - If task fails, workflow phase changes to EXECUTION_FAILED (unless error handling is configured)
|
|
636
|
+
* - Failed tasks can be retried (if retry policy is configured)
|
|
637
|
+
*
|
|
638
|
+
* Next statuses: None (terminal state for this task)
|
|
639
|
+
*
|
|
640
|
+
* @generated from enum value: WORKFLOW_TASK_FAILED = 4;
|
|
641
|
+
*/
|
|
642
|
+
WorkflowTaskStatus[WorkflowTaskStatus["WORKFLOW_TASK_FAILED"] = 4] = "WORKFLOW_TASK_FAILED";
|
|
643
|
+
/**
|
|
644
|
+
* Task was skipped due to conditional logic.
|
|
645
|
+
*
|
|
646
|
+
* The task was not executed because a conditional task determined it should be skipped.
|
|
647
|
+
*
|
|
648
|
+
* When this status is reached:
|
|
649
|
+
* - started_at is not set (task never started)
|
|
650
|
+
* - completed_at may be set (time when skip was determined)
|
|
651
|
+
* - output is not populated (task didn't execute)
|
|
652
|
+
* - error is not set (skip is not an error)
|
|
653
|
+
*
|
|
654
|
+
* Example:
|
|
655
|
+
* Conditional task: if email_valid == false, skip "create_account" task
|
|
656
|
+
*
|
|
657
|
+
* Impact:
|
|
658
|
+
* - Skipped tasks don't cause workflow failure
|
|
659
|
+
* - Skipped tasks count toward completed_tasks (for progress calculation)
|
|
660
|
+
*
|
|
661
|
+
* Next statuses: None (terminal state for this task)
|
|
662
|
+
*
|
|
663
|
+
* @generated from enum value: WORKFLOW_TASK_SKIPPED = 5;
|
|
664
|
+
*/
|
|
665
|
+
WorkflowTaskStatus[WorkflowTaskStatus["WORKFLOW_TASK_SKIPPED"] = 5] = "WORKFLOW_TASK_SKIPPED";
|
|
666
|
+
/**
|
|
667
|
+
* Task is waiting for approval from child agent (HITL Phase 1).
|
|
668
|
+
*
|
|
669
|
+
* This status is set when:
|
|
670
|
+
* - task_type == WORKFLOW_TASK_AGENT_INVOCATION
|
|
671
|
+
* - The invoked AgentExecution has phase == EXECUTION_WAITING_FOR_APPROVAL
|
|
672
|
+
*
|
|
673
|
+
* The workflow runner detects this by polling or watching the child execution.
|
|
674
|
+
* When the child's approval is submitted, the task returns to IN_PROGRESS.
|
|
675
|
+
*
|
|
676
|
+
* While in this status:
|
|
677
|
+
* - started_at is set (task started before agent needed approval)
|
|
678
|
+
* - completed_at is not set (task is not done)
|
|
679
|
+
* - The child AgentExecution.status.pending_approval contains approval details
|
|
680
|
+
*
|
|
681
|
+
* UI should show: "Agent is waiting for tool approval"
|
|
682
|
+
* with details from the child execution's pending_approval field.
|
|
683
|
+
*
|
|
684
|
+
* Approval can be submitted through:
|
|
685
|
+
* - AgentExecution.SubmitApproval (direct to child agent)
|
|
686
|
+
* - WorkflowExecution API (forwarded to child - future work)
|
|
687
|
+
*
|
|
688
|
+
* This is NOT a terminal state - workflow resumes after approval decision.
|
|
689
|
+
*
|
|
690
|
+
* Next statuses: WORKFLOW_TASK_IN_PROGRESS (on approval), WORKFLOW_TASK_FAILED (on reject or timeout)
|
|
691
|
+
*
|
|
692
|
+
* @generated from enum value: WORKFLOW_TASK_WAITING_APPROVAL = 6;
|
|
693
|
+
*/
|
|
694
|
+
WorkflowTaskStatus[WorkflowTaskStatus["WORKFLOW_TASK_WAITING_APPROVAL"] = 6] = "WORKFLOW_TASK_WAITING_APPROVAL";
|
|
695
|
+
})(WorkflowTaskStatus || (WorkflowTaskStatus = {}));
|
|
696
|
+
/**
|
|
697
|
+
* Describes the enum ai.stigmer.agentic.workflowexecution.v1.WorkflowTaskStatus.
|
|
698
|
+
*/
|
|
699
|
+
export const WorkflowTaskStatusSchema = /*@__PURE__*/ enumDesc(file_ai_stigmer_agentic_workflowexecution_v1_enum, 2);
|
|
700
|
+
//# sourceMappingURL=enum_pb.js.map
|