@orbytautomation/engine 0.4.0 → 0.4.1

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 (193) hide show
  1. package/dist/automation/BackoffStrategy.d.ts +1 -19
  2. package/dist/automation/BackoffStrategy.d.ts.map +1 -1
  3. package/dist/automation/BackoffStrategy.js.map +1 -1
  4. package/dist/automation/FailureStrategy.d.ts +1 -34
  5. package/dist/automation/FailureStrategy.d.ts.map +1 -1
  6. package/dist/automation/FailureStrategy.js.map +1 -1
  7. package/dist/automation/RetryPolicy.d.ts +2 -22
  8. package/dist/automation/RetryPolicy.d.ts.map +1 -1
  9. package/dist/automation/RetryPolicy.js.map +1 -1
  10. package/dist/automation/TimeoutManager.d.ts +1 -26
  11. package/dist/automation/TimeoutManager.d.ts.map +1 -1
  12. package/dist/automation/TimeoutManager.js.map +1 -1
  13. package/dist/automation/runtime/FailureHandler.d.ts +2 -57
  14. package/dist/automation/runtime/FailureHandler.d.ts.map +1 -1
  15. package/dist/automation/runtime/FailureHandler.js.map +1 -1
  16. package/dist/context/ContextStore.d.ts +1 -36
  17. package/dist/context/ContextStore.d.ts.map +1 -1
  18. package/dist/context/ContextStore.js.map +1 -1
  19. package/dist/context/VariableResolver.d.ts +1 -44
  20. package/dist/context/VariableResolver.d.ts.map +1 -1
  21. package/dist/context/VariableResolver.js.map +1 -1
  22. package/dist/core/EngineConfig.d.ts +1 -138
  23. package/dist/core/EngineConfig.d.ts.map +1 -1
  24. package/dist/core/EngineConfig.js.map +1 -1
  25. package/dist/core/EngineContext.d.ts +1 -62
  26. package/dist/core/EngineContext.d.ts.map +1 -1
  27. package/dist/core/EngineContext.js.map +1 -1
  28. package/dist/core/OrbytEngine.d.ts +1 -7
  29. package/dist/core/OrbytEngine.d.ts.map +1 -1
  30. package/dist/core/OrbytEngine.js +2 -1
  31. package/dist/core/OrbytEngine.js.map +1 -1
  32. package/dist/errors/OrbytError.d.ts +1 -20
  33. package/dist/errors/OrbytError.d.ts.map +1 -1
  34. package/dist/errors/OrbytError.js.map +1 -1
  35. package/dist/errors/SecurityErrors.d.ts +2 -38
  36. package/dist/errors/SecurityErrors.d.ts.map +1 -1
  37. package/dist/errors/SecurityErrors.js +0 -20
  38. package/dist/errors/SecurityErrors.js.map +1 -1
  39. package/dist/errors/WorkflowError.d.ts +2 -1
  40. package/dist/errors/WorkflowError.d.ts.map +1 -1
  41. package/dist/errors/WorkflowError.js.map +1 -1
  42. package/dist/events/EngineEvents.d.ts +1 -123
  43. package/dist/events/EngineEvents.d.ts.map +1 -1
  44. package/dist/events/EngineEvents.js +0 -35
  45. package/dist/events/EngineEvents.js.map +1 -1
  46. package/dist/events/EventBus.d.ts +1 -1
  47. package/dist/events/EventBus.d.ts.map +1 -1
  48. package/dist/events/EventBus.js.map +1 -1
  49. package/dist/execution/ExecutionEngine.d.ts +1 -68
  50. package/dist/execution/ExecutionEngine.d.ts.map +1 -1
  51. package/dist/execution/ExecutionEngine.js +7 -5
  52. package/dist/execution/ExecutionEngine.js.map +1 -1
  53. package/dist/execution/ExecutionLimits.d.ts +1 -47
  54. package/dist/execution/ExecutionLimits.d.ts.map +1 -1
  55. package/dist/execution/ExecutionLimits.js +1 -60
  56. package/dist/execution/ExecutionLimits.js.map +1 -1
  57. package/dist/execution/ExecutionNode.d.ts +1 -64
  58. package/dist/execution/ExecutionNode.d.ts.map +1 -1
  59. package/dist/execution/ExecutionNode.js.map +1 -1
  60. package/dist/execution/ExecutionPlan.d.ts +1 -31
  61. package/dist/execution/ExecutionPlan.d.ts.map +1 -1
  62. package/dist/execution/ExecutionPlan.js.map +1 -1
  63. package/dist/execution/ExecutionStrategyResolver.d.ts +1 -54
  64. package/dist/execution/ExecutionStrategyResolver.d.ts.map +1 -1
  65. package/dist/execution/ExecutionStrategyResolver.js.map +1 -1
  66. package/dist/execution/IntentAnalyzer.d.ts +1 -37
  67. package/dist/execution/IntentAnalyzer.d.ts.map +1 -1
  68. package/dist/execution/IntentAnalyzer.js.map +1 -1
  69. package/dist/execution/InternalExecutionContext.d.ts +1 -196
  70. package/dist/execution/InternalExecutionContext.d.ts.map +1 -1
  71. package/dist/execution/InternalExecutionContext.js.map +1 -1
  72. package/dist/execution/StepExecutor.d.ts +1 -39
  73. package/dist/execution/StepExecutor.d.ts.map +1 -1
  74. package/dist/execution/StepExecutor.js +2 -1
  75. package/dist/execution/StepExecutor.js.map +1 -1
  76. package/dist/execution/WorkflowExecutor.d.ts +1 -48
  77. package/dist/execution/WorkflowExecutor.d.ts.map +1 -1
  78. package/dist/execution/WorkflowExecutor.js +2 -1
  79. package/dist/execution/WorkflowExecutor.js.map +1 -1
  80. package/dist/execution/drivers/AdapterDriver.d.ts +2 -1
  81. package/dist/execution/drivers/AdapterDriver.d.ts.map +1 -1
  82. package/dist/execution/drivers/AdapterDriver.js.map +1 -1
  83. package/dist/execution/drivers/DriverResolver.d.ts +1 -1
  84. package/dist/execution/drivers/DriverResolver.d.ts.map +1 -1
  85. package/dist/execution/drivers/DriverResolver.js.map +1 -1
  86. package/dist/execution/drivers/ExecutionDriver.d.ts +1 -94
  87. package/dist/execution/drivers/ExecutionDriver.d.ts.map +1 -1
  88. package/dist/execution/drivers/ExecutionDriver.js.map +1 -1
  89. package/dist/explanation/ExplanationGenerator.d.ts +1 -2
  90. package/dist/explanation/ExplanationGenerator.d.ts.map +1 -1
  91. package/dist/explanation/ExplanationGenerator.js.map +1 -1
  92. package/dist/explanation/ExplanationLogger.d.ts +1 -1
  93. package/dist/explanation/ExplanationLogger.d.ts.map +1 -1
  94. package/dist/explanation/ExplanationLogger.js.map +1 -1
  95. package/dist/explanation/index.d.ts +2 -3
  96. package/dist/explanation/index.d.ts.map +1 -1
  97. package/dist/explanation/index.js +2 -2
  98. package/dist/explanation/index.js.map +1 -1
  99. package/dist/graph/CycleDetector.d.ts +1 -10
  100. package/dist/graph/CycleDetector.d.ts.map +1 -1
  101. package/dist/graph/CycleDetector.js +1 -12
  102. package/dist/graph/CycleDetector.js.map +1 -1
  103. package/dist/graph/DependencyGraph.d.ts +3 -3
  104. package/dist/graph/DependencyGraph.d.ts.map +1 -1
  105. package/dist/graph/DependencyGraph.js +1 -1
  106. package/dist/graph/DependencyGraph.js.map +1 -1
  107. package/dist/graph/DependencyResolver.d.ts +1 -23
  108. package/dist/graph/DependencyResolver.d.ts.map +1 -1
  109. package/dist/graph/DependencyResolver.js.map +1 -1
  110. package/dist/graph/TopologicalSorter.d.ts +1 -34
  111. package/dist/graph/TopologicalSorter.d.ts.map +1 -1
  112. package/dist/graph/TopologicalSorter.js.map +1 -1
  113. package/dist/guards/ResourceGuard.d.ts +1 -20
  114. package/dist/guards/ResourceGuard.d.ts.map +1 -1
  115. package/dist/guards/ResourceGuard.js.map +1 -1
  116. package/dist/guards/StepGuard.d.ts +1 -1
  117. package/dist/guards/StepGuard.d.ts.map +1 -1
  118. package/dist/guards/StepGuard.js.map +1 -1
  119. package/dist/guards/WorkflowGuard.d.ts +1 -1
  120. package/dist/guards/WorkflowGuard.d.ts.map +1 -1
  121. package/dist/guards/WorkflowGuard.js.map +1 -1
  122. package/dist/index.d.ts +3 -1
  123. package/dist/index.d.ts.map +1 -1
  124. package/dist/index.js +4 -0
  125. package/dist/index.js.map +1 -1
  126. package/dist/loader/WorkflowLoader.d.ts +1 -24
  127. package/dist/loader/WorkflowLoader.d.ts.map +1 -1
  128. package/dist/loader/WorkflowLoader.js.map +1 -1
  129. package/dist/loader/index.d.ts +0 -8
  130. package/dist/loader/index.d.ts.map +1 -1
  131. package/dist/loader/index.js +0 -8
  132. package/dist/loader/index.js.map +1 -1
  133. package/dist/parser/StepParser.d.ts +1 -38
  134. package/dist/parser/StepParser.d.ts.map +1 -1
  135. package/dist/parser/StepParser.js.map +1 -1
  136. package/dist/parser/WorkflowParser.d.ts +1 -68
  137. package/dist/parser/WorkflowParser.d.ts.map +1 -1
  138. package/dist/parser/WorkflowParser.js.map +1 -1
  139. package/dist/queue/InMemoryQueue.d.ts +1 -1
  140. package/dist/queue/InMemoryQueue.d.ts.map +1 -1
  141. package/dist/queue/InMemoryQueue.js.map +1 -1
  142. package/dist/queue/JobQueue.d.ts +1 -186
  143. package/dist/queue/JobQueue.d.ts.map +1 -1
  144. package/dist/queue/JobQueue.js +1 -10
  145. package/dist/queue/JobQueue.js.map +1 -1
  146. package/dist/scheduling/CronScheduler.d.ts +1 -31
  147. package/dist/scheduling/CronScheduler.d.ts.map +1 -1
  148. package/dist/scheduling/CronScheduler.js +1 -1
  149. package/dist/scheduling/CronScheduler.js.map +1 -1
  150. package/dist/scheduling/JobScheduler.d.ts +2 -3
  151. package/dist/scheduling/JobScheduler.d.ts.map +1 -1
  152. package/dist/scheduling/JobScheduler.js +2 -1
  153. package/dist/scheduling/JobScheduler.js.map +1 -1
  154. package/dist/scheduling/ScheduleTypes.d.ts +1 -131
  155. package/dist/scheduling/ScheduleTypes.d.ts.map +1 -1
  156. package/dist/scheduling/ScheduleTypes.js.map +1 -1
  157. package/dist/scheduling/Scheduler.d.ts +2 -3
  158. package/dist/scheduling/Scheduler.d.ts.map +1 -1
  159. package/dist/scheduling/Scheduler.js.map +1 -1
  160. package/dist/security/PermissionPolicy.d.ts +1 -13
  161. package/dist/security/PermissionPolicy.d.ts.map +1 -1
  162. package/dist/security/PermissionPolicy.js +1 -14
  163. package/dist/security/PermissionPolicy.js.map +1 -1
  164. package/dist/security/ReservedFields.d.ts +0 -20
  165. package/dist/security/ReservedFields.d.ts.map +1 -1
  166. package/dist/security/ReservedFields.js +2 -71
  167. package/dist/security/ReservedFields.js.map +1 -1
  168. package/dist/security/SandboxManager.d.ts +1 -29
  169. package/dist/security/SandboxManager.d.ts.map +1 -1
  170. package/dist/security/SandboxManager.js.map +1 -1
  171. package/dist/state/ExecutionState.d.ts +1 -123
  172. package/dist/state/ExecutionState.d.ts.map +1 -1
  173. package/dist/state/ExecutionState.js +1 -51
  174. package/dist/state/ExecutionState.js.map +1 -1
  175. package/dist/state/StateMachine.d.ts +1 -25
  176. package/dist/state/StateMachine.d.ts.map +1 -1
  177. package/dist/state/StateMachine.js +1 -1
  178. package/dist/state/StateMachine.js.map +1 -1
  179. package/dist/testing/EngineTestHarness.d.ts +1 -1
  180. package/dist/testing/EngineTestHarness.d.ts.map +1 -1
  181. package/dist/types/core-types.d.ts +2306 -4
  182. package/dist/types/core-types.d.ts.map +1 -1
  183. package/dist/types/core-types.js +272 -1
  184. package/dist/types/core-types.js.map +1 -1
  185. package/dist/types/index.d.ts +3 -0
  186. package/dist/types/index.d.ts.map +1 -0
  187. package/dist/types/index.js +3 -0
  188. package/dist/types/index.js.map +1 -0
  189. package/package.json +2 -2
  190. package/dist/explanation/ExplanationTypes.d.ts +0 -252
  191. package/dist/explanation/ExplanationTypes.d.ts.map +0 -1
  192. package/dist/explanation/ExplanationTypes.js +0 -10
  193. package/dist/explanation/ExplanationTypes.js.map +0 -1
@@ -1,252 +0,0 @@
1
- /**
2
- * Explanation Types
3
- *
4
- * Type definitions for workflow execution explanations.
5
- * These structures represent a complete analysis of what the engine will do.
6
- *
7
- * @module explanation
8
- */
9
- /**
10
- * Explained step - A single step in the execution plan with all resolved configuration
11
- */
12
- export interface ExplainedStep {
13
- /** Step ID */
14
- id: string;
15
- /** Step name (human-readable) */
16
- name?: string;
17
- /** Adapter being used (e.g., "shell", "http", "mediaproc") */
18
- adapter: string;
19
- /** Action to execute (e.g., "shell.exec", "http.request") */
20
- uses: string;
21
- /** Dependencies - which steps must complete before this one */
22
- needs: string[];
23
- /** Execution condition (if any) */
24
- when?: string;
25
- /** Timeout configuration */
26
- timeout?: string | number;
27
- /** Retry configuration */
28
- retry?: {
29
- max?: number;
30
- backoff?: 'linear' | 'exponential';
31
- delay?: number;
32
- count?: number;
33
- };
34
- /** Whether to continue workflow if this step fails */
35
- continueOnError?: boolean;
36
- /** Input parameters */
37
- with?: Record<string, any>;
38
- /** Environment variables */
39
- env?: Record<string, any>;
40
- /** Expected outputs */
41
- outputs?: Record<string, any>;
42
- /** Secrets used by this step */
43
- secretsUsed?: string[];
44
- /** Workflow inputs referenced in this step */
45
- inputsReferenced?: string[];
46
- }
47
- /**
48
- * Execution explanation - Complete plan of what the engine will do
49
- */
50
- export interface ExecutionExplanation {
51
- /** Workflow name */
52
- workflowName?: string;
53
- /** Workflow description */
54
- description?: string;
55
- /** Workflow version */
56
- version: string;
57
- /** Workflow kind */
58
- kind: string;
59
- /** Total number of steps */
60
- stepCount: number;
61
- /** Execution strategy (sequential or parallel) */
62
- executionStrategy: 'sequential' | 'parallel' | 'mixed';
63
- /** All steps in execution order */
64
- steps: ExplainedStep[];
65
- /** Whether the workflow has circular dependencies */
66
- hasCycles: boolean;
67
- /** Cycle details (if any) */
68
- cycles?: string[][];
69
- /** Total estimated phases (for parallel execution) */
70
- phases?: number;
71
- /** Dependency graph in adjacency list format */
72
- dependencyGraph?: Record<string, string[]>;
73
- /** Workflow inputs (parameters the workflow accepts) */
74
- inputs?: Record<string, any>;
75
- /** Secrets being used (keys only, no values) */
76
- secrets?: {
77
- vault?: string;
78
- keys?: string[];
79
- };
80
- /** Context variables (environment) */
81
- context?: Record<string, any>;
82
- /** Workflow outputs */
83
- outputs?: Record<string, string>;
84
- /** Default configurations */
85
- defaults?: {
86
- timeout?: string;
87
- adapter?: string;
88
- };
89
- /** Execution policies */
90
- policies?: {
91
- failure?: 'stop' | 'continue' | 'isolate';
92
- concurrency?: number;
93
- sandbox?: 'none' | 'basic' | 'strict';
94
- };
95
- /** Unique adapters used in this workflow */
96
- adaptersUsed: string[];
97
- /** Adapter actions breakdown (e.g., { "shell": ["exec"], "http": ["request"] }) */
98
- adapterActions?: Record<string, string[]>;
99
- /** Required workflow inputs */
100
- requiredInputs?: string[];
101
- /** Optional workflow inputs with defaults */
102
- optionalInputs?: Record<string, any>;
103
- /** Annotations (AI/UI hints) */
104
- annotations?: Record<string, any>;
105
- /** Tags */
106
- tags?: string[];
107
- /** Owner */
108
- owner?: string;
109
- /** Metadata about workflow complexity */
110
- complexity?: {
111
- totalSteps: number;
112
- maxDepth: number;
113
- parallelizableSteps: number;
114
- sequentialSteps: number;
115
- };
116
- /** Data flow prediction - how data moves through the workflow */
117
- dataFlow?: DataFlowPrediction[];
118
- /** Conditional path analysis - all possible execution paths */
119
- conditionalPaths?: ConditionalPathAnalysis;
120
- /** Execution time estimation - predicted duration */
121
- timeEstimation?: ExecutionTimeEstimation;
122
- }
123
- /**
124
- * Data flow prediction for a step
125
- * Shows what data flows in and out of each step
126
- */
127
- export interface DataFlowPrediction {
128
- /** Step ID */
129
- step: string;
130
- /** Step name */
131
- stepName?: string;
132
- /** Input data sources */
133
- inputs: {
134
- /** Source of the data */
135
- source: 'workflow.inputs' | 'step.output' | 'context' | 'secrets' | 'env' | 'static';
136
- /** Variable/field key */
137
- key: string;
138
- /** Source step ID (if from step.output) */
139
- sourceStep?: string;
140
- /** Inferred type */
141
- type?: string;
142
- /** Sample value (for static/default values) */
143
- example?: any;
144
- }[];
145
- /** Output data */
146
- outputs: {
147
- /** Output key */
148
- key: string;
149
- /** Inferred type */
150
- type?: string;
151
- /** Steps that consume this output */
152
- usedBy: string[];
153
- }[];
154
- /** Whether this step has unresolved dependencies */
155
- hasUnresolvedDependencies: boolean;
156
- }
157
- /**
158
- * Conditional path analysis
159
- * Analyzes all possible execution paths based on conditions
160
- */
161
- export interface ConditionalPathAnalysis {
162
- /** Total number of possible paths */
163
- totalPaths: number;
164
- /** All execution paths */
165
- paths: {
166
- /** Path description */
167
- description: string;
168
- /** Conditions that must be true for this path */
169
- conditions: string[];
170
- /** Steps executed in this path */
171
- stepsExecuted: string[];
172
- /** Steps skipped in this path */
173
- stepsSkipped: string[];
174
- /** Likelihood of this path */
175
- likelihood: 'always' | 'likely' | 'possible' | 'unlikely' | 'never';
176
- }[];
177
- /** Steps with conditions */
178
- conditionalSteps: {
179
- step: string;
180
- condition: string;
181
- canBeSkipped: boolean;
182
- }[];
183
- /** Steps that are never reachable */
184
- unreachableSteps: string[];
185
- /** Steps that always execute */
186
- alwaysExecutes: string[];
187
- }
188
- /**
189
- * Execution time estimation
190
- * Predicts how long the workflow will take
191
- */
192
- export interface ExecutionTimeEstimation {
193
- /** Total estimated time */
194
- total: {
195
- /** Best case scenario (ms) */
196
- min: number;
197
- /** Average expected time (ms) */
198
- avg: number;
199
- /** Worst case scenario (ms) */
200
- max: number;
201
- };
202
- /** Estimated time by execution phase */
203
- byPhase: {
204
- /** Phase number */
205
- phase: number;
206
- /** Steps in this phase */
207
- steps: string[];
208
- /** Duration estimate (ms) */
209
- duration: {
210
- min: number;
211
- avg: number;
212
- max: number;
213
- };
214
- }[];
215
- /** Critical path - longest dependency chain */
216
- criticalPath: {
217
- /** Steps in the critical path */
218
- steps: string[];
219
- /** Total duration of critical path (ms) */
220
- duration: number;
221
- };
222
- /** Performance bottlenecks */
223
- bottlenecks: {
224
- /** Step ID */
225
- step: string;
226
- /** Reason it's a bottleneck */
227
- reason: string;
228
- /** Estimated impact if optimized (ms saved) */
229
- impact: number;
230
- }[];
231
- /** Time estimates per step */
232
- byStep: {
233
- step: string;
234
- min: number;
235
- avg: number;
236
- max: number;
237
- /** Whether this step is on the critical path */
238
- onCriticalPath: boolean;
239
- }[];
240
- }
241
- /**
242
- * Explanation event - Logged to EngineLogger
243
- */
244
- export interface ExplanationEvent {
245
- /** Event type */
246
- type: 'explanation';
247
- /** Explanation timestamp */
248
- timestamp: Date;
249
- /** Full explanation */
250
- explanation: ExecutionExplanation;
251
- }
252
- //# sourceMappingURL=ExplanationTypes.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExplanationTypes.d.ts","sourceRoot":"","sources":["../../src/explanation/ExplanationTypes.ts"],"names":[],"mappings":"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"}
@@ -1,10 +0,0 @@
1
- /**
2
- * Explanation Types
3
- *
4
- * Type definitions for workflow execution explanations.
5
- * These structures represent a complete analysis of what the engine will do.
6
- *
7
- * @module explanation
8
- */
9
- export {};
10
- //# sourceMappingURL=ExplanationTypes.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExplanationTypes.js","sourceRoot":"","sources":["../../src/explanation/ExplanationTypes.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG"}