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